├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── SSRFPwned.sh └── ssrfpayloads.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackhatethicalhacking/SSRFPwned/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackhatethicalhacking/SSRFPwned/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackhatethicalhacking/SSRFPwned/HEAD/README.md -------------------------------------------------------------------------------- /SSRFPwned.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackhatethicalhacking/SSRFPwned/HEAD/SSRFPwned.sh -------------------------------------------------------------------------------- /ssrfpayloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blackhatethicalhacking/SSRFPwned/HEAD/ssrfpayloads.txt --------------------------------------------------------------------------------