Skip to content

Ocel0tSec/intercheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages