Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.63 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.63 KB

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