mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-19 21:03:33 -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():
|
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))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue