Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1023 Bytes

README.md

File metadata and controls

42 lines (36 loc) · 1023 Bytes

WAART - Web Application Automated Recon Tool

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).

Features

  • Basic web reconnaissance using customizable commands.
  • Command-line options for ease of use.
  • Help menu for quick reference.

Usage

Installation

  1. clone the repository
    git clone https://github.com/binoymanoj/WAART.git
  2. go to WAART repository
    cd WAART
  3. Make the script executable and run
    chmod +x install.sh && sudo ./install.sh

Options

  • -h, --help: Show the help menu.
  • -u, --url: // need to update this section !important

Examples

Perform reconnaissance on one target:

waart https://example.com

or

waart -u https://example.com