Skip to content

Commit

Permalink
fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
lawndoc committed Jun 28, 2024
1 parent 5ef1e22 commit b385b82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions respotter.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env python3

import json
from optparse import OptionParser
from scapy.all import *
from scapy.layers.dns import DNS, DNSQR
from scapy.layers.inet import IP, UDP
from scapy.layers.llmnr import LLMNRQuery, LLMNRResponse
from scapy.layers.netbios import NBNSQueryRequest, NBNSQueryResponse, NBNSHeader
from time import sleep
from optparse import OptionParser
from .teams import send_teams_message
import json
from utils.teams import send_teams_message

respotter_ascii_logo = r"""
____ __ __
Expand Down
Empty file added utils/__init__.py
Empty file.
File renamed without changes.

0 comments on commit b385b82

Please sign in to comment.