Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 553 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 553 Bytes

BlackTrace

Simple scanner for black-box testing of web applications.

Usage

# Scan website
node index.js --url example.com

# Scan ip
node index.js --ip 1.2.3.4

Before using

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.