mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 02:27:12 -07:00
minor display fix.
This commit is contained in:
parent
bb17595e3f
commit
a0bf7a9baa
1 changed files with 1 additions and 3 deletions
|
@ -241,6 +241,7 @@ def serve_thread_SSL(host, port, handler):
|
|||
|
||||
def main():
|
||||
try:
|
||||
print(color('\n[+]', 2, 1) + " Listening for events...\n")
|
||||
threads = []
|
||||
|
||||
# Load (M)DNS, NBNS and LLMNR Poisoners
|
||||
|
@ -339,9 +340,6 @@ def main():
|
|||
thread.setDaemon(True)
|
||||
thread.start()
|
||||
|
||||
|
||||
print(color('\n[+]', 2, 1) + " Listening for events...\n")
|
||||
|
||||
if settings.Config.AnalyzeMode:
|
||||
print(color('[+] Responder is in analyze mode. No NBT-NS, LLMNR, MDNS requests will be poisoned.', 3, 1))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue