aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2013-08-17Removing Get-PEArchitectureMatt Graeber1-4/+0
This functionality is present and maintained in Get-PEHeader.
2013-07-09Added Get-ObjDumpMatt Graeber1-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-06Added Invoke-Portscan to READMEMatt Graeber1-0/+4
2013-07-03Updated Get-GPPPasswordMatt Graeber1-4/+4
2013-06-30Added Get-KeystrokesMatt Graeber1-0/+4
Get-Keystrokes is a PowerShell keylogger
2013-06-05Added New-Object proxy functionMatt Graeber1-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-31Added Invoke-ReflectivePEInjectionMatt Graeber1-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-15Added Out-MinidumpMatt Graeber1-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-13Added Watch-BlueScreenMatt Graeber1-0/+4
Causes a blue-screen (bugcheck) to occur.
2013-05-12Added Get-NtSystemInformationMatt Graeber1-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-06Adding reflective DLL loading capabilityMatt Graeber1-0/+4
Adding Invoke-ReflectiveDllInjection. PowerSploit now has reflective DLL loading capabilities!!! Thanks to Joe Bialek @JosephBialek for writing this awesome code!
2013-04-05Adding Invoke-ShellcodeMSILMatt Graeber1-0/+4
Invoke-ShellcodeMSIL executes shellcode without making any Win32 function calls.
2013-04-04Adding Persistence moduleMatt Graeber1-190/+206
2013-01-20PowerSploit is now a respectable module!bitform1-31/+54
PowerSploit just got a complete makeover! It is now comprised of a collection of modules grouped by category.
2013-01-20Updated PowerSploit README with proper markdownbitform1-0/+168