mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-15 20:29:05 +00:00
minor display fix.
This commit is contained in:
@@ -241,6 +241,7 @@ def serve_thread_SSL(host, port, handler):
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
try:
|
try:
|
||||||
|
print(color('\n[+]', 2, 1) + " Listening for events...\n")
|
||||||
threads = []
|
threads = []
|
||||||
|
|
||||||
# Load (M)DNS, NBNS and LLMNR Poisoners
|
# Load (M)DNS, NBNS and LLMNR Poisoners
|
||||||
@@ -339,9 +340,6 @@ def main():
|
|||||||
thread.setDaemon(True)
|
thread.setDaemon(True)
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|
||||||
|
|
||||||
print(color('\n[+]', 2, 1) + " Listening for events...\n")
|
|
||||||
|
|
||||||
if settings.Config.AnalyzeMode:
|
if settings.Config.AnalyzeMode:
|
||||||
print(color('[+] Responder is in analyze mode. No NBT-NS, LLMNR, MDNS requests will be poisoned.', 3, 1))
|
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