Commit Graph

5 Commits

Author SHA1 Message Date
bitform c7fa339012 Updated Inject-Shellcode and style guide
New Features/Changes:

- Dramatically simplified parameters. Removed redundancies and named
parameter sets more appropriately
- Added 'Shellcode' parameter. Now, you can optionally specify shellcode
as a byte array rather than having to copy and paste shellcode into the
$Shellcode32 and/or $Shellcode64 variables
- Added 'Payload' parameter. Naming is now consistant with Metasploit
payloads. Currently, only 'windows/meterpreter/reverse_http' and
'windows/meterpreter/reverse_https' payloads are supported.
- Inject-Shellcode will now prompt the user to continue the 'dangerous'
action unless the -Force switch is provided. Hopefully, this will
prevent some people from carrying out stupid/regrettable actions.
- Added the 'ListMetasploitPayloads' switch to display the Metasploit
payloads supported by Inject-Shellcode

Bug fixes/Miscellaneous:

- Added UserAgent parameter to help documentation
- Code is much more readable now
- Changed internal helper functions to 'local' scope
- Now using proper error handling versus Write-Warning statements
- Added a subtle warning to the built-in shellcode...
2012-08-20 20:14:01 -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 cbccfb4916 Added reverse HTTP[S] meterpreter payloads 2012-06-07 19:09:15 -04:00
bitform 7ce33c794f Complete rewrite of Powersyringe 2012-05-26 12:34:54 -04:00