内网渗透-跨边界代理

年初三 回娘家

跨边界代理

  • reGeorg

    • 1.python2 安装 urllib3 库
    • 2.上传tunnel.nosocket.php代理脚本到目标机器web路径下
    • 3.访问该文件确认能够执行
    • 4.python2执行主程序reGeorgSocksProxy.py,连接代理脚本

    • 5.配置本地代理,流量走目标机器

      • windows代理工具

        • Proxifler

          • socks5
      • linux代理工具

        • porxychains

          • 配置为socks5 127.0.0.1 8888
  • ssh tunnel

    • 1.xshell 启动隧道转发
    • 2.ssh

      • -D 设置socket隧道
      • -L 设置端口转发
      • -R 设置端口反向连接
  • frp反向代理

    • frps -c frps.ini
    • frpc -c frpc.ini
  • DNS tunnel

    • dns2tcp
  • ping tunnel

    • 服务端 -type server
    • 连接端 -type client

猜你喜欢

转载自www.cnblogs.com/drac4ry/p/12235336.html