capt-meelo / LazyRecon

An automated approach to performing recon for bug bounty hunting and penetration testing.
MIT License
442 stars 100 forks source link

problem in install.sh #5

Closed jinnu92 closed 5 years ago

jinnu92 commented 5 years ago

root@kali:~/tools/webapplication/LazyRecon# bash install.sh install.sh: line 69: syntax error near unexpected token newline' install.sh: line 69: ~/go/bin/subfinder --set-config VirustotalAPIKey='

needed to remove <> from the main script

capt-meelo commented 5 years ago

You have to change the string <API-KEY-HERE> (including < and >) with your API keys.