├── Command injection ├── base64_encoded.txt ├── command_injection.txt ├── hex_encoded.txt ├── unicode_encoded.txt └── url_encoded.txt ├── LFI └── lfi.txt ├── README.md ├── SSTI ├── base64_encoded.txt ├── hex_encoded.txt ├── ssti.txt ├── unicode_encoded.txt └── url_encoded.txt ├── Sql injection ├── SQL payload .txt ├── base64_encoded.txt ├── hex_encoded.txt ├── unicode_encoded.txt └── url_encoded.txt ├── XSS ├── base64_encoded.txt ├── hex_encoded.txt ├── unicode_encoded.txt ├── url_encoded.txt └── xss.txt └── XXE ├── base64_encoded.txt ├── hex_encoded.txt ├── unicode_encoded.txt ├── url_encoded.txt └── xxe.txt /Command injection/base64_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Command injection/base64_encoded.txt -------------------------------------------------------------------------------- /Command injection/command_injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Command injection/command_injection.txt -------------------------------------------------------------------------------- /Command injection/hex_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Command injection/hex_encoded.txt -------------------------------------------------------------------------------- /Command injection/unicode_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Command injection/unicode_encoded.txt -------------------------------------------------------------------------------- /Command injection/url_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Command injection/url_encoded.txt -------------------------------------------------------------------------------- /LFI/lfi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/LFI/lfi.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/README.md -------------------------------------------------------------------------------- /SSTI/base64_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/SSTI/base64_encoded.txt -------------------------------------------------------------------------------- /SSTI/hex_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/SSTI/hex_encoded.txt -------------------------------------------------------------------------------- /SSTI/ssti.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/SSTI/ssti.txt -------------------------------------------------------------------------------- /SSTI/unicode_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/SSTI/unicode_encoded.txt -------------------------------------------------------------------------------- /SSTI/url_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/SSTI/url_encoded.txt -------------------------------------------------------------------------------- /Sql injection/SQL payload .txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Sql injection/SQL payload .txt -------------------------------------------------------------------------------- /Sql injection/base64_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Sql injection/base64_encoded.txt -------------------------------------------------------------------------------- /Sql injection/hex_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Sql injection/hex_encoded.txt -------------------------------------------------------------------------------- /Sql injection/unicode_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Sql injection/unicode_encoded.txt -------------------------------------------------------------------------------- /Sql injection/url_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/Sql injection/url_encoded.txt -------------------------------------------------------------------------------- /XSS/base64_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XSS/base64_encoded.txt -------------------------------------------------------------------------------- /XSS/hex_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XSS/hex_encoded.txt -------------------------------------------------------------------------------- /XSS/unicode_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XSS/unicode_encoded.txt -------------------------------------------------------------------------------- /XSS/url_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XSS/url_encoded.txt -------------------------------------------------------------------------------- /XSS/xss.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XSS/xss.txt -------------------------------------------------------------------------------- /XXE/base64_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XXE/base64_encoded.txt -------------------------------------------------------------------------------- /XXE/hex_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XXE/hex_encoded.txt -------------------------------------------------------------------------------- /XXE/unicode_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XXE/unicode_encoded.txt -------------------------------------------------------------------------------- /XXE/url_encoded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XXE/url_encoded.txt -------------------------------------------------------------------------------- /XXE/xxe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Az0x7/payloadforall/HEAD/XXE/xxe.txt --------------------------------------------------------------------------------