Metadata-Version: 2.1
Name: regeorg
Version: 2.0.1
Summary: pwn a bastion webserver and create SOCKS proxies through the DMZ. Pivot and pwn.
Home-page: https://github.com/kost/regeorg
Author: Vlatko Kosturjak
Author-email: vlatko.kosturjak@gmail.com
License: UNKNOWN
Description: reGeorg
        =========
        Fork of regeorg to include support for python2 and python3 and to have
        proper socks4 and socks5 support.
        
        
        ```                    _____
          _____   ______  __|___  |__  ______  _____  _____   ______
         |     | |   ___||   ___|    ||   ___|/     \|     | |   ___|
         |     \ |   ___||   |  |    ||   ___||     ||     \ |   |  |
         |__|\__\|______||______|  __||______|\_____/|__|\__\|______|
                            |_____|
                            ... every office needs a tool like Georg
        ```
        
        Version
        ----
        
        2.0
        
        Dependencies
        -----------
        
        reGeorg works with both Python 2.7 and Python 3.x and the following modules:
        
        * [urllib3] - HTTP library with thread-safe connection pooling, file post, and more.
        
        
        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] (see wiki) 
        
        * **Step 3.** Hack the planet :)
        
        
        Example
        ---------
        ```
        $ python reGeorgSocksProxy.py -p 8080 -u http://upload.sensepost.net:8080/tunnel/tunnel.jsp
        ```
        
        License
        ----
        
        MIT
        
        Credits
        ----
        
        This fork is maintained by
        [@k0st]:http://twitter.com/k0st
        
        Original by:
        [@\_w\_m\_\_]:http://twitter.com/_w_m__
        [@trowalts]:http://twitter.com/trowalts
        [@kamp_staaldraad]:http://twitter.com/kamp_staaldraad
        
        Tools:
        [urllib3]:https://pypi.python.org/pypi/urllib3
        [proxychains]:http://sourceforge.net/projects/proxychains/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
