Skip to content

A simple bash script designed to check for the presence of WAF on a list of 'live' subdomains

Notifications You must be signed in to change notification settings

atharvak95/wafw00fer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

WAFW00FER

WAFW00FER is a simple bash script designed to check for the presence of Web Application Firewalls (WAFs) on a list of subdomains. It utilizes the wafw00f tool to perform the detection.

Features

  • Detects and reports subdomains that have no WAF.
  • Simple and easy to use.

Usage

  1. Ensure wafw00f is already installed (sudo apt install wafw00f on Debian-based systems).
  2. git clone the repo using this command (git clone https://github.com/atharvak95/wafw00fer.git) .
  3. Make the script executable (chmod +x wafw00fer.sh)
  4. Run the script (./wafw00fer.sh) and provide the path to your subdomains.txt file.
  5. The script will check each subdomain for the presence of a WAF and display subdomains without a WAF.
image

About

A simple bash script designed to check for the presence of WAF on a list of 'live' subdomains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages