Simple scanner for black-box testing of web applications.
# Scan website
node index.js --url example.com
# Scan ip
node index.js --ip 1.2.3.4
Here is all the tools you need to install before using this tool:
- Node.js
- Npm
- Git
- Nmap
and of course you need to install the dependencies:
npm i
Note: This tool is for educational purposes only. Do not use it for illegal purposes. I am not responsible for any damage caused by this tool. Use it at your own risk.