An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.

image