Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bc-security/socksproxyserver-plugin
- Owner: BC-SECURITY
- License: mit
- Created: 2020-10-08T02:08:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T05:27:44.000Z (4 months ago)
- Last Synced: 2024-07-20T10:55:49.572Z (4 months ago)
- Homepage:
- Size: 31.3 KB
- Stars: 17
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.31. 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)