-
Notifications
You must be signed in to change notification settings - Fork 335
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
Showing
5 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,12 +5,12 @@ | |
* / /_/ / /_/ /| |/ |/ / / / / __/ /_/ /___/ / / / / __/ / / * | ||
* / .___/\____/ |__/|__/_/ /_/\___/\__,_//____/_/ /_/\___/_/_/ * | ||
* /_/ * | ||
* By Cn33liz and Skons 2016 * | ||
* By Cn33liz and Skons 2017 * | ||
* * | ||
* PowerShell Runspace Post Exploitation Toolkit * | ||
* For Bitch Ass Admins that tried to block our PowerShell candy ;) * | ||
* * | ||
* v1.4.1 * | ||
* v1.4.5 * | ||
\*******************************************************************/ | ||
|
||
/* | ||
|
@@ -84,7 +84,7 @@ public static void PrintBanner(string[] toPrint = null) | |
Console.WriteLine(@"* / /_/ / /_/ /| |/ |/ / / / / __/ /_/ /___/ / / / / __/ / / *"); | ||
Console.WriteLine(@"* / .___/\____/ |__/|__/_/ /_/\___/\__,_//____/_/ /_/\___/_/_/ *"); | ||
Console.WriteLine(@"* /_/ *"); | ||
Console.WriteLine(@"* /By Cn33liz and Skons 2016\ *"); | ||
Console.WriteLine(@"* /By Cn33liz and Skons 2017\ *"); | ||
Console.WriteLine(@"* \[email protected]/ *"); | ||
Console.WriteLine(@"* *"); | ||
if (toPrint != null) | ||
|
@@ -94,7 +94,7 @@ public static void PrintBanner(string[] toPrint = null) | |
Console.WriteLine(item); | ||
} | ||
} | ||
Console.WriteLine(@"* v1.4.1 *"); | ||
Console.WriteLine(@"* v1.4.5 *"); | ||
Console.WriteLine(@"*********************************************************************"); | ||
Console.ResetColor(); | ||
Console.WriteLine(); | ||
|
@@ -181,7 +181,7 @@ public static string ReadPassword() | |
public static int DisplayMenu() | ||
{ | ||
string[] toPrint = { "* PowerShell Runspace Post Exploitation Toolkit *", | ||
"* Let's get your Blue Team out of Hibernation mode. *" }; | ||
"* For Bitch Ass Admins that tried to block our PowerShell candy ;) *" }; | ||
Program.PrintBanner(toPrint); | ||
Console.ForegroundColor = ConsoleColor.Red; | ||
Console.WriteLine("[*] Information Gathering:\n"); | ||
|
@@ -502,7 +502,7 @@ public static void InvokeShell() | |
Console.Write("[+] Nishang Port-Scan\n"); | ||
Console.Write("[+] Nishang Copy-VSS\n"); | ||
Console.Write("[+] Kevin Robertson Invoke-Tater\n"); | ||
Console.Write("[+] Kevin Robertson Invoke-Inveigh\n"); | ||
Console.Write("[+] Kevin Robertson Invoke-Inveigh, Invoke-InveighUnprivileged and Invoke-InveighRelay\n"); | ||
Console.Write("[+] FuzzySecurity Invoke-MS16-032\n\n"); | ||
Console.Write("[+] Use Get-Help <ModuleName> for syntax usage and Have Fun :)\n\n"); | ||
Console.ResetColor(); | ||
|