mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-14 02:27:12 -07:00
minor bugfix
This commit is contained in:
parent
e24792d774
commit
a78dfdf3c7
1 changed files with 2 additions and 4 deletions
|
@ -392,9 +392,7 @@ def RunFinger(Host):
|
|||
threads.append(p)
|
||||
p.start()
|
||||
else:
|
||||
if options.grep_output:
|
||||
ShowSmallResults(Host)
|
||||
else:
|
||||
ShowResults(Host)
|
||||
ShowSmallResults(Host)
|
||||
|
||||
|
||||
RunFinger(Host)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue