Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 543 Bytes

File metadata and controls

21 lines (16 loc) · 543 Bytes

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