cxosmo / ssrf-payload-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssrf-payload-generator

SSRF payload generator which takes an IPv4 address as input and outputs notation variants of that same address (e.g. shorthand notation, decimal etc). Other features include:

Usage

Basic usage is as follows:

./ssrf-payload-generator.py -i 127.0.0.1

The --cloud_payloads (-cP) and --scheme_generation (-sG) features depend on files included in this script's root directory (cloud-payloads.txt and schemes.txt).

Thanks

Huge thanks to cujanovic for their excellent SSRF-Testing repository; this tool builds upon the ip.py script and other references from that repo.

References

About


Languages

Language:Python 100.0%