Skip to content

Installation and Usage

Pritam Dash edited this page Jan 22, 2024 · 3 revisions

Installing NexProbe

You can install NexProbe just by cloning the repository and installing the dependencies.

Cloning the repository

git clone https://github.com/iampritam97/NexProbe.git

Installing dependencies

sudo pip install -r requirements.txt

Scanning for active reconnaissance

Option: -a and -d

Option -a is set for active reconnaissance and -d is for the target domain.

python recon.py -a -d example.com

Scanning for passive reconnaissance

Option: -p and -d

Option -p is set for passive reconnaissance and -d is for the target domain.

python recon.py -p -d example.com

Note: By default the outputs are saved to the output folder.

Configuring wordlist.txt

Edit the wordlist.txt file in the /source/scanners/configs/wordlist.txt for directory fuzzing. Add one directory per line based on your requirements.