minor bugfix

This commit is contained in:
lgandx 2020-12-31 08:52:18 -03:00
commit a78dfdf3c7

View file

@ -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)