DESCRIPTION
SSS is a Simple SOCKS Server written in perl that implements the SOCKS v5 protocol.
It will accept username/password authentication.
The script runs in the background as a daemon.
Install :
git Clone https://github.com/cujanovic/ssspl.git chmod 755 sss.pl
Usage :
./sss.pl <hostname> <Port> <User>:<MD5 Hash> ./sss.pl hostname.example.com 34567 test:ae2b1fca515949e5d54fb22b8ed95575
Socks5 für Euch mal gemacht
Ip : 46.105.60.159 Port : 1234 User : toolbase passwd : toolbase
Test :
[18:42] Testing Started. Proxy Server Address: 46.105.60.159:1234 Protocol: SOCKS 5 Authentication: YES Username: toolbase [18:42] Starting: Test 1: Connection to the Proxy Server [18:42] IP Address: 46.105.60.159 [18:42] Connection established [18:42] Test passed. [18:42] Starting: Test 2: Connection through the Proxy Server [18:43] Authentication was successful. [18:43] Connection to www.google.com:80 established through the proxy server. [18:43] A default web page was successfuly loaded. [18:43] Test passed. [18:43] Starting: Test 3: Proxy Server latency [18:44] Latency = 184 ms [18:44] Test passed. [18:44] Testing Finished.
Link :
Bearbeitet von CyberFlash, 02 November 2019 - 14:17 Uhr.