leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.41k stars 819 forks source link

theHarvester -b all never completes. #115

Closed jedrickj closed 6 years ago

jedrickj commented 6 years ago

It just hangs forever. It did include the domain I was searching for I took it out above. I commented it out in the script and the script drove on. I could see all of the below in the process table.

$theharvester -d $domain -b all | grep $domain | sed 's/:/ /g' | tr '[A-Z]' '[a-z]' | column -t | sort -u > zall

Rick

leebaird commented 6 years ago

theharvester has changed the way it deals with the maximum number of results for bing, google, and pgp. Working on it now.

leebaird commented 6 years ago

This has been fixed. Thanks for bringing it to my attention.

jedrickj commented 6 years ago

Thanks Lee I appreciate it.