rverton / webanalyze

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Several errors - running parrot linux

Shiva108 opened this issue · comments

./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 ('

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

Greetings