mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-21 23:29:00 +00:00
minor bugfix
This commit is contained in:
@@ -392,9 +392,7 @@ def RunFinger(Host):
|
|||||||
threads.append(p)
|
threads.append(p)
|
||||||
p.start()
|
p.start()
|
||||||
else:
|
else:
|
||||||
if options.grep_output:
|
ShowSmallResults(Host)
|
||||||
ShowSmallResults(Host)
|
|
||||||
else:
|
|
||||||
ShowResults(Host)
|
|
||||||
|
|
||||||
RunFinger(Host)
|
RunFinger(Host)
|
||||||
|
|||||||
Reference in New Issue
Block a user