Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Cn33liz committed Apr 22, 2016
2 parents a513577 + e11d698 commit 6452f0f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Changelog:

#### Version 1.3:

* PowerSploit tools updated.
* Updated Mimikatz to latest version.
* Updated MS14-068 Exploit (Kekeo) to latest version.
* New version of Didier Stevens modification of ReactOS Command Prompt incl. Backup Privileges.
* Added Tater, the PowerShell implementation of the Hot Potato Windows Privilege Escalation exploit.
* Added automation to get a SYSTEM command shell using Token Manipulation (Invoke-TokenManipulation).
* Added automation to find machines in the Domain where Domain Admins are logged into (PowerView).

#### Version 1.2:

* First Public Release.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ InstallUtil.exe /logfile= /LogToConsole=false /U C:\p0wnedShell\p0wnedShellx64.e
* PowerSploit Invoke-ReflectivePEInjection
* PowerSploit Invoke-Mimikatz
* PowerSploit Invoke-TokenManipulation
* Veil's PowerTools PowerUp
* Veil's PowerTools PowerView
* PowerSploit PowerUp
* PowerSploit PowerView
* HarmJ0y's Invoke-Psexec
* Besimorhino's PowerCat
* Nishang Invoke-PsUACme
Expand All @@ -75,6 +75,7 @@ InstallUtil.exe /logfile= /LogToConsole=false /U C:\p0wnedShell\p0wnedShellx64.e
* Nishang Port-Scan
* Nishang Copy-VSS
* Kevin Robertson Invoke-Inveigh
* Kevin Robertson Tater

Powershell functions within the Runspace are loaded in memory from
[Base64 encode strings](https://github.com/Cn33liz/p0wnedShell/blob/master/Utilities/PS1ToBase64.ps1).
Expand All @@ -91,7 +92,7 @@ Binaries are loaded in memory using ReflectivePEInjection (Byte arrays are compr

### Shout-outs:

p0wnedshell is heavily based on tools and knowledge from people like harmj0y, the guys from Powersploit, Sean Metcalf, SubTee, Nikhil Mittal, Besimorhino, Benjamin Delpy e.g. So shout-outs go to them and of course to our friends in Redmond for giving us access to a very powerfull hacking language.
p0wnedshell is heavily based on tools and knowledge from people like harmj0y, the guys from Powersploit, Sean Metcalf, SubTee, Nikhil Mittal, Besimorhino, Benjamin Delpy, Breenmachine, FoxGlove Security, Kevin Robertson and anyone else i forgot. So shout-outs go to them and of course to our friends in Redmond for giving us access to a very powerfull hacking language.

### Todo:

Expand Down

0 comments on commit 6452f0f

Please sign in to comment.