# socksd.pl **Repository Path**: supertom-spec/socksd.pl ## Basic Information - **Project Name**: socksd.pl - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-12 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Perl socks (socks4 and socks5) proxy server with plugins Socks proxy server with ability to make static auth check (in config file) or dynamic auth check (via plugins). It is also possible to do a MITM attack to view traffic: 1. for plain traffic (without tls) It is necessary to take as a basis a plug-in "Base" 2. for tls traffic It is necessary to take as a basis a plug-in "TLS" ## Installation On Debian based distributions ``` sudo apt-get install git cpanminus git clone https://github.com/RYDLAB/socksd.pl.git cd socksd.pl/ sudo cpanm --installdeps . perl -I lib/ script/socksd.pl ```