zoukankan      html  css  js  c++  java
  • reGeorg v1.0内网流量转发

    reGeorg v1.0 git

    Usage

    $ reGeorgSocksProxy.py [-h] [-l] [-p] [-r] -u  [-v]
    
    Socks server for reGeorg HTTP(s) tunneller
    
    optional arguments:
      -h, --help           show this help message and exit
      -l , --listen-on     The default listening address
      -p , --listen-port   The default listening port
      -r , --read-buff     Local read buffer, max data to be sent per POST
      -u , --url           The url containing the tunnel script
      -v , --verbose       Verbose output[INFO|DEBUG]
    
    
    • Step 1. Upload tunnel.(aspx|ashx|jsp|php) to a webserver (How you do that is up to you)

    • Step 2. Configure you tools to use a socks proxy, use the ip address and port you specified when you started the reGeorgSocksProxy.py

    ** Note, if you tools, such as NMap doesn't support socks proxies, use proxychains

    • Step 3. Hack the planet :)

    Example

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

    1、在Web服务器上上传并运行脚本

    http://172.16.7.20:8080/tunnel.tomcat.5.jsp

    2、reGeorgSocksProxy.py转发流量

    3、本地Proxifier建立12.0.0.1:8888的 socket5代理(会话层)

    mstsc 192.168.1.201(内网)即可

    Copyright © 2021 Primzahl. All rights reserved.

  • 相关阅读:
    XML Schema的基本语法(转)
    Lambda 表达式参考
    LINQ查询表达式示例
    Jackson ObjectMapper类使用解析
    hdu 1242 c++ 广搜
    poj 1111 新手路过
    poj 1664 放苹果
    poj 3126 简单广搜题
    poj 1256 全排列
    HDU 2544 最短路
  • 原文地址:https://www.cnblogs.com/Primzahl/p/6026333.html
Copyright © 2011-2022 走看看