Ocel0tSec / intercheck

Python tool to check popular ssrf CVE's using interact.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intercheck

Python tool to check popular ssrf CVE's using interact.sh

Usage:
python3 intercheck.py -l targets.txt -sh your-interact-endpoint -o results.txt
python3 intercheck.py -t target-hostname -sh your-interact-endpoint -o results.txt

Options:
-l, --list File containing list of IPs/hostnames
-t, --target Single hostname/IP
-sh, --interact Interact.sh endpoint (required)
-o, --output Output file (default: output.txt)
-h, --help Show this help message and exit

Use the cli version of interact.sh to get an endpoint or use the webapp https://app.interactsh.com/#/
image

About

Python tool to check popular ssrf CVE's using interact.sh

License:GNU General Public License v3.0


Languages

Language:Python 100.0%