Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-12 | Added Get-MicrophoneAudio.ps1 and associated Pester tests | sixdub | 1 | -0/+4 | |
2015-12-16 | Added volume shadow copy functions to README.md | PowerShellMafia | 1 | -1/+9 | |
2015-12-16 | Update README.md | PowerShellMafia | 1 | -4/+11 | |
2015-12-03 | Added ./Privesc/ folder that integrates PowerUp.ps1 | Harmj0y | 1 | -0/+12 | |
Updated README.md's | |||||
2015-11-05 | Removing Invoke-ShellcodeMSIL | Matt Graeber | 1 | -4/+0 | |
This was only ever intended to be a PoC. I'll bring this back if requested but it exhibits duplicate functionality. | |||||
2015-09-23 | Adding Invoke-WmiCommand | Matt Graeber | 1 | -0/+4 | |
2014-11-16 | Moving all RE functionality to PowerShellArsenal | mattifestation | 1 | -92/+8 | |
https://github.com/mattifestation/PowerShellArsenal PowerSploit will now stay true to its roots of being a purely offensive PowerShell module. | |||||
2014-10-01 | Added Install-SSP and Get-SecurityPackages | mattifestation | 1 | -0/+8 | |
2014-09-13 | Updating the script style guide #2 | mattifestation | 1 | -1/+1 | |
2014-09-13 | Updating the script style guide | mattifestation | 1 | -1/+1 | |
2014-08-29 | Adding MBR infector Set-MasterBootRecord | mattifestation | 1 | -0/+5 | |
2014-08-09 | Removing New-Object proxy function | mattifestation | 1 | -4/+0 | |
2014-06-30 | Updated Get-VaultCredential name in README | mattifestation | 1 | -1/+1 | |
2014-06-19 | Adding Mayhem module and Set-CriticalProcess | mattifestation | 1 | -0/+8 | |
2014-06-19 | Removing Watch-BlueScreen | mattifestation | 1 | -4/+0 | |
This vulnerability was patched a while ago making this function largely irrelevant. | |||||
2014-05-30 | Issue #43 - Adding Get-VaultCredentials | mattifestation | 1 | -0/+4 | |
Displays Windows vault credential objects including cleartext web credentials. | |||||
2014-03-16 | Fixed error in PowerSploit ADS removal one-liner | mattifestation | 1 | -1/+1 | |
2014-03-01 | Added Get-VolumeShadowCopy and Mount-VolumeShadowCopy | mattifestation | 1 | -0/+8 | |
2014-02-23 | #31 Persistence module function nouns are now singular | mattifestation | 1 | -2/+2 | |
The function names New-UserPersistenceOption and New-ElevatedPersistenceOptionNew-ElevatedPersistenceOption now conform to PowerShell naming best practices. | |||||
2014-02-12 | Changed Inject-LogonCredentials name to Invoke-CredentialInjection | mattifestation | 1 | -1/+1 | |
2014-02-03 | Add Get-Entropy | mattifestation | 1 | -0/+4 | |
2013-12-22 | Added Capstone Engine PowerShell binding | mattifestation | 1 | -0/+8 | |
Consider this to be an alpha release until the C# binding is published. | |||||
2013-11-18 | Added Inject-LogonCredentials to README | mattifestation | 1 | -0/+4 | |
2013-11-04 | Added Invoke-TokenManipulation to README.md | mattifestation | 1 | -0/+4 | |
2013-10-05 | Updated usage tip | mattifestation | 1 | -1/+4 | |
2013-10-05 | Added a usage tip | mattifestation | 1 | -0/+2 | |
Added a one-liner for PSv3 that will remove the annoying warnings that are displayed when importing scripts downloaded from the Internet. | |||||
2013-10-05 | Slight clarification to license statement | mattifestation | 1 | -1/+1 | |
2013-10-01 | Modified license verbiage | mattifestation | 1 | -1/+1 | |
2013-10-01 | Added exfil script synopses to README.md | mattifestation | 1 | -0/+8 | |
Descriptions for Invoke-NinjaCopy and Invoke-Mimikatz were added to the readme. | |||||
2013-09-29 | Added Get-LibSymbols | mattifestation | 1 | -0/+4 | |
Get-LibSymbols parses Microsoft .lib files and displays decorated and undecorated symbols. | |||||
2013-08-29 | Added ProcessModuleTrace cmdlets | mattifestation | 1 | -0/+12 | |
Added *-ProcessModuleTrace cmdlets to trace details when modules are loaded into a process. These can be useful for malware analysis. | |||||
2013-08-17 | Removing Get-PEArchitecture | Matt Graeber | 1 | -4/+0 | |
This functionality is present and maintained in Get-PEHeader. | |||||
2013-07-09 | Added Get-ObjDump | Matt Graeber | 1 | -0/+4 | |
Get-ObjDump parses and return information about one or more Windows object files. It is similar to dumpbin but it returns objects! | |||||
2013-07-06 | Added Invoke-Portscan to README | Matt Graeber | 1 | -0/+4 | |
2013-07-03 | Updated Get-GPPPassword | Matt Graeber | 1 | -4/+4 | |
2013-06-30 | Added Get-Keystrokes | Matt Graeber | 1 | -0/+4 | |
Get-Keystrokes is a PowerShell keylogger | |||||
2013-06-05 | Added New-Object proxy function | Matt Graeber | 1 | -0/+4 | |
You can provide a CLSID (i.e. a Guid) to New-Object via the -ComObject parameter in addition to a ProgId. | |||||
2013-05-31 | Added Invoke-ReflectivePEInjection | Matt Graeber | 1 | -2/+2 | |
Another awesome addition from Joe Bialek. Invoke-ReflectivePEInjection is a vast improvement over Invoke-ReflectiveDllInjection. It adds the following features: * Now supports loading exe files in memory * Supports reflective dll injection into a remote process * Additional sample Visual Studio solutions | |||||
2013-05-15 | Added Out-Minidump | Matt Graeber | 1 | -0/+4 | |
Out-Minidump writes a process dump file with all process memory to disk. This is similar to running procdump.exe with the '-ma' switch. | |||||
2013-05-13 | Added Watch-BlueScreen | Matt Graeber | 1 | -0/+4 | |
Causes a blue-screen (bugcheck) to occur. | |||||
2013-05-12 | Added Get-NtSystemInformation | Matt Graeber | 1 | -2/+6 | |
Get-NtSystemInformation is a wrapper function for NtQuerySystemInformation. It is a swiss-army knife tool for obtaining internal OS information. It can currently be used to query the following: global flags, handles, objects, kernel pool allocations, and loaded kernel modules | |||||
2013-04-06 | Adding reflective DLL loading capability | Matt Graeber | 1 | -0/+4 | |
Adding Invoke-ReflectiveDllInjection. PowerSploit now has reflective DLL loading capabilities!!! Thanks to Joe Bialek @JosephBialek for writing this awesome code! | |||||
2013-04-05 | Adding Invoke-ShellcodeMSIL | Matt Graeber | 1 | -0/+4 | |
Invoke-ShellcodeMSIL executes shellcode without making any Win32 function calls. | |||||
2013-04-04 | Adding Persistence module | Matt Graeber | 1 | -190/+206 | |
2013-01-20 | PowerSploit is now a respectable module! | bitform | 1 | -31/+54 | |
PowerSploit just got a complete makeover! It is now comprised of a collection of modules grouped by category. | |||||
2013-01-20 | Updated PowerSploit README with proper markdown | bitform | 1 | -0/+168 | |