003Recon
003Recon copied to clipboard
Some tools to automate recon - 003random
in header_scan.py is this code snippet: ``` for domain in domains: if domain != "": try: **_r = requests.head("https://"+domain, timeout=5)_** except: print("[-]Error on https://"+domain) headers_found = [] for header in...
Hi @003random Could not find any command for feeding a list domains/ips. Please add support for list of domains/ips because sometimes subdomain tools within 003Recon can't find Subdomains which we...
Implement a default 5s delay between requests to the same origin. Create a override parameter for this delay. Ref: https://github.com/tomnomnom/meg/issues/6#issuecomment-354541588