History | View | Annotate | Download (7.4 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
msftidy pass on msf*...
Fixes #1287 and #581 by having msfcli load msfconsole for exploits/auxiliary runs...
Remove unsupported msfweb interface. (fixes #503)...
more cleanups...
Fixes #279, thanks jduck!...
Fix up module listings for msfcli...
Reorder argument processing, based on a patch and suggestion by Jun Koi <junkoi2004[at]...
Patch from Jonathan Steel to fix double-symlinks...
fix interface name in the non-supported note...
Try to fall back on aux modules if it's not an exploit...
Remove "#{xxx.to_s}" redundancies ('s/\(#{[^}]*\)\.to_s}/\1}/g')...
Fixes #196. Correctly show set options in the 'O' mode...
Code cleanups...
Hnadle -h properly...
Merged revisions 5386-5391 via svnmerge from...
Minor bugfix...
Fixes #73. Adds payload, encoder, nop options to the listing...
added option validation to check path...
hdm.drink(0xc0ffee)...
Fit the text into the standard windows console...
Add a non-supported note about the Windows ruby interpreter...
Fix session interaction for msfcli...
fixes #9, added MODULEPATH var, and msfencode/msfpayload support it as well...
More code from alex...
handle actions correctly...
Added the ability to launch auxiliary modules from msfcli...
Symlink-friendly msf interfaces...
fix for option import issue when options had spaces...
proper fix...
Inits the UI for check...
s/^ /\t/...
imported patch from bmc with a few modifications...
Patches from <anon>...
Adds a new 'evasion' option type...
/usr/bin/ruby vs /usr/bin/env ruby...
msfcli displays exploits now...
moved user interfaces, changed relative lib path...
implemented msfd as a plugin...
SMB mixin is mostly working now...
opt parsing bug...
Typo fix...
woop...
msfcli...
renamed msfcli to test since it's not really msfcli yet...
making code smaller is what we do...
my prototype shit so far...