INotGreen / XiebroC2

渗透测试C2、支持Lua插件扩展、域前置/CDN上线、自定义profile、前置sRDI、文件管理、进程管理、内存加载、截图、反向代理
https://github.com/INotGreen/XiebroC2/wiki
873 stars 148 forks source link

无法创建Listener #26

Open DATA-GaMi opened 3 months ago

DATA-GaMi commented 3 months ago

如题

INotGreen commented 3 months ago

请用截图说明你的问题

DATA-GaMi commented 3 months ago

https://github.com/INotGreen/XiebroC2/assets/48061253/42342e31-3b13-44c8-b1ca-3952d4001dd7

DATA-GaMi commented 3 months ago

原因是服务器有问题 现在创建好了listener,但是无法上线

INotGreen commented 3 months ago

在Linux的公网环境中,你需要用iptables开放Tcp端口:sudo iptables -I INPUT -p tcp --dport 8880 -j ACCEPT 重启Iptables:sudo service iptables restart 在windows的公网环境中,你需要在防火墙中开启特定的端口放行策略