Commit Graph

318 Commits

Author SHA1 Message Date
bitform befc24a6e8 Fixed bug in display of PE optional header 2012-07-25 17:37:12 -04:00
bitform f8a3a70291 Fixed bug in executables with no imports/exports
I now check for the existance of imports/exports in the data directory.
2012-07-22 16:47:44 -04:00
bitform 65ebaea880 Added Get-PEHeader. PETools is now a module.
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-07-22 15:16:22 -04:00
bitform 72c00d7422 Added Get-ILDisassembly - an MSIL disassembler
Added Get-ILDisassembly.
Added RE_Tools folder for all current and future reverse engineering
tools.
2012-06-26 20:09:55 -04:00
bitform 65fde4aac0 Changed licensing to BSD 3-Clause
Fixed some spelling errors in README.
Added additional usage information
2012-06-26 17:57:38 -04:00
bitform 9ef781f449 Converted all ps1 files from UTF-16 BE to Ascii
PowerShell ISE saves to UTF-16 BE by default. git doesn't diff this
properly. Diffs should now display properly.
2012-06-07 21:26:33 -04:00
bitform 9720779bb0 Attempted to fix ps1 diffing 2012-06-07 20:40:05 -04:00
bitform adec3b14af Fixed .gitattributes 2012-06-07 19:28:08 -04:00
bitform cbccfb4916 Added reverse HTTP[S] meterpreter payloads 2012-06-07 19:09:15 -04:00
bitform 31c598c7a6 Added two PE tools and updated Readme
Added: Get-DllLoadPath, Get-PEArchitecture
Updated: Readme to reflect new additions
2012-06-02 17:59:23 -04:00
bitform 3bd5a56327 Deleted .gitattributes 2012-05-27 13:56:50 -04:00
bitform 266238d560 Added Invoke-ReverseDnsLookup 2012-05-26 22:40:03 -04:00
bitform 4995ed9df9 Added style guide to the readme 2012-05-26 19:35:22 -04:00
bitform 8bc63f4445 Tweaked .gitattributes 2012-05-26 18:48:46 -04:00
bitform b1be2b0e36 Get-GPPPassword now outputs custom object
Got rid of Write-Host output.
2012-05-26 18:34:54 -04:00
bitform aec1c7eb8e Added Get-GPPPassword
Used with permission from @obscuresec (www.obscuresecurity.blogspot.com)
2012-05-26 16:02:44 -04:00
bitform 35b905c10f Cleaned up default .git configs 2012-05-26 12:50:53 -04:00
bitform 7ce33c794f Complete rewrite of Powersyringe 2012-05-26 12:34:54 -04:00