/fuheader

A Python3 script that fuzzes HTTP headers.

Primary LanguagePython

fuheader

Background

A Python3 script that fuzzes HTTP headers.

This python3 script is from my PortSwigger Labs' Web Cache Poisoning lab "Targeted web cache poisoning using an unknown header".

Writeup: https://siunam321.github.io/ctf/portswigger-labs/Web-Cache-Poisoning/cache-4/

Installation

wget https://raw.githubusercontent.com/siunam321/fuheader/main/fuheader.py

Usage

  • -u or --url to supply the full URL of the target website
  • -w or --wordlist to supply the absolute of the wordlist

Screenshots