Created
July 2, 2021 07:54
-
-
Save R0X4R/df94f09ae231c64f18572a5c51203948 to your computer and use it in GitHub Desktop.
SSTI Payloads list for ssti scanning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
check-ssti{{7*7}}[[1*1]] | |
check-ssti{{7*7}} | |
check-ssti{{7*'7'}} | |
check-ssti<%= 7 * 7 %> | |
check-ssti${7*7} | |
check-ssti${{7*7}} | |
check-ssti@(7*7) | |
check-ssti#{7*7} | |
check-ssti#{ 7 * 7 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment