Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bc-security/socksproxyserver-plugin

Socks Proxy Server Plugin for Invoke-SocksProxy
https://github.com/bc-security/socksproxyserver-plugin

Last synced: 5 days ago
JSON representation

Socks Proxy Server Plugin for Invoke-SocksProxy

Awesome Lists containing this project

README

        

# SocksProxyServer-Plugin
The Socks Proxy Plugin runs a Socks Proxy Server for [Invoke-SocksProxy](https://github.com/BC-SECURITY/Invoke-SocksProxy)
that supports Socks 4 and 5 protocols. This plugin is entirely contained in [Empire](https://github.com/BC-SECURITY/Empire/)
and runs in the background.

## Getting Started
* To run the plugin, you can download it fom the releases [Releases](https://github.com/BC-SECURITY/Invoke-SocksProxy/releases) page.

## Install
Prerequisites:
- Empire >= 4.3

1. Git clone the SocksProxyServer-Plugin repo into the plugins folder.

![image](https://user-images.githubusercontent.com/20302208/143662960-29ff5cb4-ca62-408f-87f7-8e7c445504c7.png)

## Usage
### Client
![image](https://user-images.githubusercontent.com/20302208/120247213-8ffa7100-c227-11eb-8a7a-5f0de195f2e9.gif)

## Future Features
- Add multiple socks server support (similar to agents and listeners)
- Add UDP and bind request support

## Contributions
Updates made from @mjokic plugin [code](https://github.com/BC-SECURITY/Empire/pull/351)