Waart is a simple Bash script designed for basic automated web reconnaissance during penetration testing. It includes options for performing various reconnaissance tasks on a specified target(s).
- Basic web reconnaissance using customizable commands.
- Command-line options for ease of use.
- Help menu for quick reference.
- clone the repository
git clone https://github.com/binoymanoj/WAART.git
- go to WAART repository
cd WAART
- Make the script executable and run
chmod +x install.sh && sudo ./install.sh
-h, --help
: Show the help menu.-u, --url
: // need to update this section !important
Perform reconnaissance on one target:
waart https://example.com
or
waart -u https://example.com