/toxicache

Go scanner to find web cache poisoning vulnerabilities in a list of URLs

Primary LanguageGo

toxicache

Golang scanner to find web cache poisoning vulnerabilities in a list of URLs and test multiple injection techniques.

Install

go install github.com/xhzeem/toxicache@latest

Flags

  -i *str   Input File Location
  -o *str   Output File Location
  -ua *str  User-Agent Header
  -t *int   Number of Threads

Usage

Scan a list of URLs for cache-poisoning vulnerabilities.

image