-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from BC-SECURITY/kill_function
Added kill process function
- Loading branch information
Showing
2 changed files
with
78 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# SocksProxyServer-Plugin | ||
# SocksProxyServer-Plugin | ||
The SocksProxy Plugin runs a SocksProxy server for [Invoke-SocksProxy](https://github.com/BC-SECURITY/Invoke-SocksProxy) | ||
entirely contained in [Empire](https://github.com/BC-SECURITY/Empire/). | ||
|
||
![image](https://user-images.githubusercontent.com/20302208/95637897-d8221480-0a47-11eb-8a69-3f132fe5d079.png) | ||
|
||
## 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 3.5.0+ | ||
|
||
1. Add SocksServer.py to the plugins folder of Empire. | ||
|
||
![image](https://user-images.githubusercontent.com/20302208/95636534-49f85f00-0a44-11eb-87c1-754a2368febb.png) | ||
|
||
|
||
2. Plugins are automatically loaded into Empire as of 3.4.0, otherwise run ```plugin attack``` | ||
|
||
![image](https://user-images.githubusercontent.com/20302208/95636737-b5dac780-0a44-11eb-9f82-34dcb66c24fe.png) | ||
|
||
## Future Features | ||
- List of active servers (similar to agents and listeners) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters