History | View | Annotate | Download (6.9 kB)
Load from the absolute, not relative path
Fix up bad line removals
Bump fastlib to 0.0.6, no longer need to push metasploit.fastlib into the include path
Adds fastlib and lib/metasploit.fastlib to the include path
Fixes #3712, Do not keep looping on ENOENT or EINVAL...
fix some silly input/output translation bugs with msfencode...
add verbosity flag, disable stack traces w/o it...
big exe/dll update, see #2017...
rework to_jsp_war a bit, fix uses, default msfencode -t war to x86/win32...
prevent loading activerecord for msf{payload,encode}...
add dll output to msfencode, refactor some junk...
more cleanups...
Macho support for msfencode...
Closes #1244 with a caveat. If the template injected calls ExitProcess(), the payload w...
Indicate the method for using javascript (js_le, js_be) in the help output...
add support for WAR archives to msfencode, closes #774...
Add -t asp to msfencode :)...
This adds support for the old exe format to msfencode using -t exe-small and allows enc...
Fixes #463. Missing a return value in exe.rb and missing a default format in msfencode...
This patch implements a much more flexible executable creation scheme at the cost of ex...
Fix msfencode -l, thanks _sinn3r...
Fixes #386. Adds a persistent VBS payload option (keep running the payload in a loop) v...
Remove extraneous check...
Fix a bug generating executables when no arch was defined...
Merge in the beginnings of x64 support from Stephen Fewer...
Fix up EXE to VBA handling...
Load the encoders/nops modules in msfpayload for encoding, load nops in msfencode...
Sync up the API calls for msfpayload/msfencode, thanks Carlos...
Update executable template and API...
Indicate lack of support for ruby 1.9.0, indicate experimental support for ruby 1.9.1...
patch to msfencode to support elf format output from Bernardo Damele A. G....
Allow -c option to msfencode to specify encode count...
Patch from Jonathan Steel to fix double-symlinks...
enable javascript and java encoding...
parse options before creating so -h is faster...
This patch allows the framework to be created with only specific module types enabled, ...
Fixes #268. Updates the executable template and provides a bug fix for msfencode to for...
Adds utlities for creating VBA scripts from an EXE (or payload)...
Code cleanups...
Switches the executable template to something a little nicer and adds exe output to msf...
Merged revisions 5386-5391 via svnmerge from...
fixes #9, added MODULEPATH var, and msfencode/msfpayload support it as well...
Always use IO.read vs IO.readlines.join...
Print an error when no encoder is specified...
Symlink-friendly msf interfaces...
fix for option import issue when options had spaces...
Bug fix to msfencode when invalid -e is specified...
fix msfencode -l...
/usr/bin/ruby vs /usr/bin/env ruby...
moved user interfaces, changed relative lib path...
fix encode printing...
encode w/o arguments...
options...
msfencode works...