reGeorg icon indicating copy to clipboard operation
reGeorg copied to clipboard

Ideas for new Features

Open mwulftange opened this issue 8 years ago • 1 comments

This issue is just a list of ideas that I want to add to reGeorg.

Stealthier Communication and Tunnel Endpoints

The following should lower the conspicuousness in log files and the chance of being detected:

  • [ ] Move all communication from URL parameters to the HTTP headers
  • [ ] Allow the mimicking of web server's default error responses
    • 403 for tunnels with names of directory index/default documents (e. g., index.php, default.aspx, etc.)
    • 404 for tunnels with other names
  • [ ] Enhance overall error handling (500 errors)

SOCKS4a and SOCKS5 with Remote DNS Resolution

  • [ ] Implement proper SOCKS4 and SOCKS5 handling with support for remote DNS resolution (similar to #13 but for all tunnel endpoints)

mwulftange avatar Sep 17 '16 10:09 mwulftange

Neo-reGeorg realize the above function

L-codes avatar Oct 09 '20 03:10 L-codes