Skip to content

Commit

Permalink
Updated Mimikatz and some ps1's
Browse files Browse the repository at this point in the history
  • Loading branch information
Cn33liz committed Dec 12, 2017
1 parent de38221 commit af4aa01
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion p0wnedShell/p0wnedBinaries.cs

Large diffs are not rendered by default.

Binary file modified p0wnedShell/p0wnedHost.cs
Binary file not shown.
Binary file modified p0wnedShell/p0wnedListenerConsole.cs
Binary file not shown.
15 changes: 10 additions & 5 deletions p0wnedShell/p0wnedResources.cs

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions p0wnedShell/p0wnedShell.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
\*******************************************************************/

/*
Expand Down Expand Up @@ -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)
Expand All @@ -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();
Expand Down Expand Up @@ -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");
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit af4aa01

Please sign in to comment.