/Wies

Wies is a bash script that automates the recon steps for bug bounty.

Primary LanguageShell

Wies

Given a domain, will find its subdomains, see if they are active and divide them into different categories. At the end for each subdomain will fetch every js.

Installation

Before running wies, you need to install the dependencies. The following tools have been incorporated into wies to make it faster and more efficient:

  • sublister
  • asettfinder
  • subfinder
  • turbolister
  • httprobe
git clone https://github.com/rea94/Wies
cd Wies
chmod +x install.sh
sudo ./install.sh

Basic Usage

./wies.sh domain

Contributing

A big Thanks to dipa96 for core development dipa96