rverton / webanalyze

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

Several errors - running parrot linux #17

Closed Shiva108 closed 5 years ago

Shiva108 commented 5 years ago

./webanalyze.go -h ./webanalyze.go: line 1: package: command not found ./webanalyze.go: line 3: syntax error near unexpected token newline' ./webanalyze.go: line 3:import ('

rverton commented 5 years ago

Hi @Shiva108, you need to have go installed to use webanalyze. After this, you can follow the Usage instructions in the README.

Greetings