aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-25Fixed bug in display of PE optional headerbitform1-4/+4
2012-07-22Fixed bug in executables with no imports/exportsbitform1-0/+10
I now check for the existance of imports/exports in the data directory.
2012-07-22Added Get-PEHeader. PETools is now a module.bitform7-2/+1278
Get-PEHeader is a 32 and 64-bit in-memory and on-disk PE parsing utility. PETools is now a PowerShell module that can be loaded with `Import-Module PETools`
2012-06-26Added Get-ILDisassembly - an MSIL disassemblerbitform2-0/+202
Added Get-ILDisassembly. Added RE_Tools folder for all current and future reverse engineering tools.
2012-06-26Changed licensing to BSD 3-Clausebitform9-13/+37
Fixed some spelling errors in README. Added additional usage information
2012-06-07Converted all ps1 files from UTF-16 BE to Asciibitform7-0/+0
PowerShell ISE saves to UTF-16 BE by default. git doesn't diff this properly. Diffs should now display properly.
2012-06-07Attempted to fix ps1 diffingbitform1-1/+1
2012-06-07Fixed .gitattributesbitform1-0/+1
2012-06-07Added reverse HTTP[S] meterpreter payloadsbitform1-0/+0
2012-06-02Added two PE tools and updated Readmebitform3-1/+12
Added: Get-DllLoadPath, Get-PEArchitecture Updated: Readme to reflect new additions
2012-05-27Deleted .gitattributesbitform1-1/+0
2012-05-26Added Invoke-ReverseDnsLookupbitform2-0/+4
2012-05-26Added style guide to the readmebitform1-1/+51
2012-05-26Tweaked .gitattributesbitform1-1/+1
2012-05-26Get-GPPPassword now outputs custom objectbitform1-0/+0
Got rid of Write-Host output.
2012-05-26Added Get-GPPPasswordbitform2-0/+5
Used with permission from @obscuresec (www.obscuresecurity.blogspot.com)
2012-05-26Cleaned up default .git configsbitform2-213/+3
2012-05-26Complete rewrite of Powersyringebitform7-0/+250