mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
remove vscode shodan=true hack
This commit is contained in:
parent
9d095a6896
commit
4fc2941a96
1 changed files with 0 additions and 1 deletions
|
@ -763,7 +763,6 @@ def start(argv):
|
|||
tab.set_chars(['-', '|', '+', '#'])
|
||||
tab.set_cols_width([15, 15, 8, 8, 10, 15, 7, 5, 8, 15, 10, 10])
|
||||
host_ip = list(set(host_ip))
|
||||
shodan = True
|
||||
if shodan:
|
||||
print("\n\n\033[1;32;40m[-] Shodan DB search (passive):\n")
|
||||
for ip in host_ip:
|
||||
|
|
Loading…
Reference in a new issue