Directory Fuzzing
Directory fuzzing is a powerful feature that allows users to scan web servers for hidden files and directories. This is essential for discovering sensitive resources that may not be directly accessible through the web interface.
Default
python ./NexScan.py directory -T https://nexeosecurity.tech
The above command will start directory fuzzing on the target URL using default wordlists and settings.
Verbose Fuzzing
To enable verbose output during directory fuzzing:
python ./NexScan.py directory -T https://nexeosecurity.tech -v
Optional arguments for Directory Fuzzing:
- -T, --target: Specifies the target for the scan.
- -f, --file: Specifies the file contains keywords to fuzz
- -v, --verbose: Enable verbose output