rverton / webanalyze

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

Output flag breaks connection #23

Closed gbiagomba closed 4 years ago

gbiagomba commented 4 years ago

Hello,

Just wanted to let you know when I run the tool with -output the tool is not able to connect to anything. But once I remove it the tools works fine again

rverton commented 4 years ago

Hi @gbiagomba, I cant reproduce this issue. Are you using the latest version?

λ webanalyze (master) $ ./webanalyze -host robinverton.de -output csv
2020/01/19 14:15:23 Scanning with 4 workers.
Host,Category,App,Version
http://robinverton.de,"Web Servers,CDN",Netlify,
http://robinverton.de,Static Site Generator,Hugo,0.42.1
http://robinverton.de,Font Scripts,Google Font API,
http://robinverton.de,Miscellaneous,Highlight.js,
rverton commented 4 years ago

Closing because of inactivity.

gbiagomba commented 4 years ago

@rverton my apologies, at the tme i was using the version released than but i will check again

gbiagomba commented 4 years ago

seems to work now, thank you