mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-06 04:31:30 +00:00
minor display fix.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user