Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-25 | Fixed bug in display of PE optional header | bitform | 1 | -4/+4 | |
2012-07-22 | Fixed bug in executables with no imports/exports | bitform | 1 | -0/+10 | |
I now check for the existance of imports/exports in the data directory. | |||||
2012-07-22 | Added Get-PEHeader. PETools is now a module. | bitform | 7 | -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-26 | Added Get-ILDisassembly - an MSIL disassembler | bitform | 2 | -0/+202 | |
Added Get-ILDisassembly. Added RE_Tools folder for all current and future reverse engineering tools. | |||||
2012-06-26 | Changed licensing to BSD 3-Clause | bitform | 9 | -13/+37 | |
Fixed some spelling errors in README. Added additional usage information | |||||
2012-06-07 | Converted all ps1 files from UTF-16 BE to Ascii | bitform | 7 | -0/+0 | |
PowerShell ISE saves to UTF-16 BE by default. git doesn't diff this properly. Diffs should now display properly. | |||||
2012-06-07 | Attempted to fix ps1 diffing | bitform | 1 | -1/+1 | |
2012-06-07 | Fixed .gitattributes | bitform | 1 | -0/+1 | |
2012-06-07 | Added reverse HTTP[S] meterpreter payloads | bitform | 1 | -0/+0 | |
2012-06-02 | Added two PE tools and updated Readme | bitform | 3 | -1/+12 | |
Added: Get-DllLoadPath, Get-PEArchitecture Updated: Readme to reflect new additions | |||||
2012-05-27 | Deleted .gitattributes | bitform | 1 | -1/+0 | |
2012-05-26 | Added Invoke-ReverseDnsLookup | bitform | 2 | -0/+4 | |
2012-05-26 | Added style guide to the readme | bitform | 1 | -1/+51 | |
2012-05-26 | Tweaked .gitattributes | bitform | 1 | -1/+1 | |
2012-05-26 | Get-GPPPassword now outputs custom object | bitform | 1 | -0/+0 | |
Got rid of Write-Host output. | |||||
2012-05-26 | Added Get-GPPPassword | bitform | 2 | -0/+5 | |
Used with permission from @obscuresec (www.obscuresecurity.blogspot.com) | |||||
2012-05-26 | Cleaned up default .git configs | bitform | 2 | -213/+3 | |
2012-05-26 | Complete rewrite of Powersyringe | bitform | 7 | -0/+250 | |