Skip to content

GunshipPenguin/sock-snake

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Sock Snake

A SOCKS4a proxy implementation in Python 3.

The SOCKS4 and SOCKS4a specifications can be found in socks4.protocol and socks4a.protocol respectively.

Usage

$ python3 socksnake.py --help
usage: socksnake.py [-h] [--port PORT]

SOCKS4a Proxy Implementation

optional arguments:
  -h, --help   show this help message and exit
  --port PORT  port to listen for incoming SOCKS requests on (default: 1080)

Homepage: https://github.com/GunshipPenguin/sock-snake

Tests

python3 test.py

License

MIT © Rhys Rustad-Elliott

About

SOCKS4a Proxy Implementation in Python 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages