-
Notifications
You must be signed in to change notification settings - Fork 0
Installation and Usage
Pritam Dash edited this page Jan 22, 2024
·
3 revisions
You can install NexProbe just by cloning the repository and installing the dependencies.
git clone https://github.com/iampritam97/NexProbe.git
sudo pip install -r requirements.txt
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
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.
Edit the wordlist.txt file in the /source/scanners/configs/wordlist.txt
for directory fuzzing. Add one directory per line based on your requirements.