Underwater Vulnerability Finder
🦑 Squid is an NodeJS CLI application which try to find vulnerabilities in websites.
- Install NodeJS on your machine
- Clone the repository with
git clone https://github.com/oppsec/Squid.git
- Open a terminal in the git clone created folder
- Type
npm install
- Execute Squid with
node index.js
ornode .
- ⬜ Detect website techs
- ⬜ Check for generic vulns
- ⬜ Search for sensitive files
- ⬜ Improve Wordpress and Git Checker
- ⬜ Search for generic vulns on Wordpress
- ⬜ Sensitive information checker
- MIT License.