├── README.md ├── carbon5.png ├── carbon6.png ├── params.txt ├── patterns.txt └── ssrftool.go /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/ssrf-tool/HEAD/README.md -------------------------------------------------------------------------------- /carbon5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/ssrf-tool/HEAD/carbon5.png -------------------------------------------------------------------------------- /carbon6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/ssrf-tool/HEAD/carbon6.png -------------------------------------------------------------------------------- /params.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/ssrf-tool/HEAD/params.txt -------------------------------------------------------------------------------- /patterns.txt: -------------------------------------------------------------------------------- 1 | "Code" : "Success" 2 | ADMIN 3 | Rest API 4 | -------------------------------------------------------------------------------- /ssrftool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ethicalhackingplayground/ssrf-tool/HEAD/ssrftool.go --------------------------------------------------------------------------------