rverton / webanalyze

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.
MIT License
955 stars 137 forks source link

Process hangs when crawl specified and an error occurs #21

Closed codypierce closed 4 years ago

codypierce commented 4 years ago

The process hangs if you specify -crawl > 0 and an error occurs.

# ./webanalyze -output json -host http://saldkjklasdj.com -crawl 100
2020/01/09 19:00:15 Scanning with 4 workers.
2020/01/09 19:00:15 [-] Error for http://saldkjklasdj.com: Failed to retrieve
{"hostname":"http://saldkjklasdj.com","matches":null}
^C
rverton commented 4 years ago

Thanks for the info, I will have a look at this.