mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-07 13:11:29 +00:00
minor fix and layout changes
This commit is contained in:
4
utils.py
4
utils.py
@@ -28,7 +28,7 @@ import random
|
|||||||
try:
|
try:
|
||||||
import netifaces
|
import netifaces
|
||||||
except:
|
except:
|
||||||
sys.exit('You need to install python-netifaces or run Responder with python3...\nTry "apt-get install python-netifaces" or "pip install netifaces"')
|
sys.exit('You need to install python3-netifaces or run Responder with python3...\nTry "apt-get install python3-netifaces" or "pip install netifaces"')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import aioquic
|
import aioquic
|
||||||
@@ -491,7 +491,6 @@ def banner():
|
|||||||
def StartupMessage():
|
def StartupMessage():
|
||||||
enabled = color('[ON]', 2, 1)
|
enabled = color('[ON]', 2, 1)
|
||||||
disabled = color('[OFF]', 1, 1)
|
disabled = color('[OFF]', 1, 1)
|
||||||
print(color("[*] ", 2, 1)+"Sponsor Responder: https://paypal.me/PythonResponder")
|
|
||||||
print('')
|
print('')
|
||||||
print(color("[+] ", 2, 1) + "Poisoners:")
|
print(color("[+] ", 2, 1) + "Poisoners:")
|
||||||
print(' %-27s' % "LLMNR" + (enabled if (settings.Config.AnalyzeMode == False and settings.Config.LLMNR_On_Off) else disabled))
|
print(' %-27s' % "LLMNR" + (enabled if (settings.Config.AnalyzeMode == False and settings.Config.LLMNR_On_Off) else disabled))
|
||||||
@@ -576,3 +575,4 @@ def StartupMessage():
|
|||||||
print('')
|
print('')
|
||||||
print(color("[*] ", 2, 1)+"Version: "+settings.__version__)
|
print(color("[*] ", 2, 1)+"Version: "+settings.__version__)
|
||||||
print(color("[*] ", 2, 1)+"Author: Laurent Gaffie, <lgaffie@secorizon.com>")
|
print(color("[*] ", 2, 1)+"Author: Laurent Gaffie, <lgaffie@secorizon.com>")
|
||||||
|
print(color("[*] ", 2, 1)+"To sponsor Responder: https://paypal.me/PythonResponder")
|
||||||
|
|||||||
Reference in New Issue
Block a user