History | View | Annotate | Download (4.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
Lets try this without breaking msfpayload...
drastically reduce wait time for -h by moving the usage above msf requires, see r12510...
revamp msfpayload usage =)...
Fix a bug that prevented "=" being passed in an option value...
add war support for java, in addition to the jsp exe dropper...
add some stderr to prevent pipe inside exe file, thanks to Total_Meltdown...
Generate jar files for executable output for java payloads....
don't output a newline. matters with jar payloads because the zip format has a footer...
rework to_jsp_war a bit, fix uses, default msfencode -t war to x86/win32...
prevent loading activerecord for msf{payload,encode}...
fixes #2481, broken thanks to anonymous contributor wink...
whitespace fixes...
add support for generating dlls with msfpayload, thanks to an anonymous contributor...
more cleanups...
whitespace adjustments...
merge bannedit's WAR payload patch...
add a little consistency to msfpayload usage line...
Fixes #289. Applies patch from Carl Pully to fix VBA output from msfpayload...
Load the encoders/nops modules in msfpayload for encoding, load nops in msfencode...
Sync up the API calls for msfpayload/msfencode, thanks Carlos...
Updated to use the new EXE api...
Consolidate exe generation into a single to_executable() function. Will reduce code in ...
Patch from Jonathan Steel to fix double-symlinks...
This patch allows the framework to be created with only specific module types enabled, ...
Adds utlities for creating VBA scripts from an EXE (or payload)...
Fixes #196. Correctly show set options in the 'O' mode...
Code cleanups...
Switches the executable template to something a little nicer and adds exe output to msf...
patch from Kris Katterjohn...
Merged revisions 5386-5391 via svnmerge from...
Add x86 macho output support...
Correct offset typos in the new iphone modules. Add EXE output support for OS X PPC, Li...
Add "X" mode for iPhone payloads...
set the stdout stream to binmode before displaying, fixes #74...
allow people to specify ENCODER...
This patch adds support for java byte array output (useful for sticking shellcode into ...
Adds O action for msfpayload (duplicate of S). Fixes #73...
fixes #9, added MODULEPATH var, and msfencode/msfpayload support it as well...
always prepend a stack adjustment when creating an exe...
didn't support c...
Symlink-friendly msf interfaces...
Added javascript and win32 pe output formats...
/usr/bin/ruby vs /usr/bin/env ruby...
moved user interfaces, changed relative lib path...
some of the osx payloads...
fix printing raw payload...
msfencode and msfpayload updates...
msfpayload...