- Notifications
You must be signed in to change notification settings - Fork5
thewhiteninja/socksme
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
PoC in C++ of a Socks5 proxy.
Default creds: root/toor
- RFC 1928 - SOCKS Protocol Version 5
- RFC 1929 - Username/Password Authentication for SOCKS V5
- RFC 1961 - GSS-API Authentication Method for SOCKS Version 5
λ socksme.exe -hUsage: socksme.exe [options] Options: -h, --help: show this message -s, --source-addr:setlocal ip address (0.0.0.0) -p, --source-port:setlocal port (8888) -b, --backlog:set backlog value (5) -v, --log-level:set logging level [0-2] (1)
λ socksme.exeStarting socksme.exe at Thu Nov 29 20:57:29 2018 (version 0.9.0.0)[29 Nov 2018 20:57:29] - INFO - Socks server running on 0.0.0.0:8888[29 Nov 2018 20:58:27] - INFO - CONNECT to www.google.com:80[29 Nov 2018 20:58:48] - INFO - CONNECT to www.facebook.com:80[29 Nov 2018 20:59:16] - INFO - CONNECT to www.github.com:443[29 Nov 2018 20:59:20] - INFO - Socks server stopped
About
Socks 5 proxy
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.