cs中间件转发&cs重定向
cs中间件转发部署1.cs流量转发原理木马-> nginx(中间件) -> cs server -> 黑客正常-> nginx -> 其他网站 所以得通过cs流量转发来混淆 2.安装nginx1.第一步 1sudo apt install nginx -y 2.设置开机自启1.第一步 1234 # 启动Nginx服务sudo systemctl start nginx# 设置开机自启(重启服务器后Nginx自动运行)sudo systemctl enable nginx 看到这步已经成功了 下载重定向工具并启动1git clone https://github.com/threatexpress/cs2modrewrite.git 1234python3 ./cs2modrewrite/cs2nginx.py -i xxx.profile -c http://192.168.31.143:8080 -rhttps://www.baidu.com/ -H mydomain.local > nginx.conf#-i 指定profile (c...