-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Socks5 proxy
infosec guy edited this page Apr 2, 2023
·
5 revisions
You can start a socks5 proxy by running: socks add 4444
(or any other port)
As of right now, is the teamserver and not the client that one who will listen on the port specified.
So if you are running the teamserver on machine A and the client on machine B, make sure you send your packets to machine A.
If you don't want to support IPv6, uncomment these lines on the teamserver.
The only authentication method supported is NOAUTH. You can proxy DNS requests, IPv4 and IPv6.
To have a usable proxy, it is recommended to enter interactive mode, by running: sleep 0
.
Note that this will disable any sleep obfuscation.
To remove the socks proxy, run: socks clear
.