amass
amass copied to clipboard
enum stops at one point and wont continue
amass enum -d example.com -o example.txt command is ran with the domain of my input but it stops at one point. I let it run over night and its still stopped until I terminate the process.
Then I ran : amass enum -active -log amass.log -d example.com -o example.txt
with tail -f amass.log gives the last lines of the log, nothing else is produced after that:
23:03:11.543708 ShadowServer: asn callback:
Is there a way to force amass to continue if it encounters an error of any kind? After few tries or 30 secs of error not resolving, just to continue?
Thanks