From 4fc2941a963839e553b485329a8b3945d833edab Mon Sep 17 00:00:00 2001 From: Janos Zold Date: Sat, 29 Dec 2018 01:21:02 +0000 Subject: [PATCH] remove vscode shodan=true hack --- theHarvester.py | 1 - 1 file changed, 1 deletion(-) diff --git a/theHarvester.py b/theHarvester.py index f4e3bef4..310c29f6 100755 --- a/theHarvester.py +++ b/theHarvester.py @@ -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: