Skip to content

dolevb13/Spying-Socks-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spying-Socks-Proxy

Implementation of a limited version of SOCKS v4 proxy server, with an additional feature: grabbing usernames and password from HTTP Basic Authentication (as mentioned in RFC7617).

Main.java - Create a Socket listening on port 8080 and enable 20 concurrent connections.

ConnectionHandler.java - Handle SOCKS CONNECT Request and SOCKS CONNECT Reply. Afterwards, create two threads running DataThread.java class. Finally, close connections.

DataThread.java - Check for HTTP features using Regex - GET request method, password in Authorization header and optional sub-URL. Finally, transfer data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages