mirror of
https://github.com/laramies/theHarvester.git
synced 2026-09-14 05:37:41 +02:00
Removed test remnant.
This commit is contained in:
@@ -108,7 +108,6 @@ class Core:
|
||||
with open('/etc/theHarvester/proxies.yaml', 'r') as api_keys:
|
||||
keys = yaml.safe_load(api_keys)
|
||||
except FileNotFoundError:
|
||||
return []
|
||||
with open('proxies.yaml', 'r') as api_keys:
|
||||
keys = yaml.safe_load(api_keys)
|
||||
http_list = [f'http://{proxy}' for proxy in keys['http']] if keys['http'] is not None else []
|
||||
|
||||
Reference in New Issue
Block a user