https://github.com/xhzeem/toxicache
Go scanner to find web cache poisoning vulnerabilities in a list of URLs
https://github.com/xhzeem/toxicache
Last synced: 3 months ago
JSON representation
Go scanner to find web cache poisoning vulnerabilities in a list of URLs
- Host: GitHub
- URL: https://github.com/xhzeem/toxicache
- Owner: xhzeem
- Created: 2024-02-20T12:09:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T06:35:30.000Z (about 2 years ago)
- Last Synced: 2025-09-27T21:30:47.192Z (7 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 144
- Watchers: 1
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bugbounty-tools - toxicache - Go scanner to find web cache poisoning vulnerabilities in a list of URLs . (Exploitation / Web-Cache-Poisoning)
README
# toxicache
Golang scanner to find web cache poisoning vulnerabilities in a list of URLs and test multiple injection techniques.
## Install
```bash
go install github.com/xhzeem/toxicache@latest
```
## Flags
```python
-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.