metasploit-framework/lib
William Vu 0a1eea9860 Allow local_editor in cmd_edit to take arguments
Such as vim -i NONE. This may allow command injection via arguments.
However, you can already start an arbitrary program by setting
LocalEditor or escaping the editor.

msf > setg LocalEditor /bin/sh
LocalEditor => /bin/sh
msf > edit -i
[*] Launching /bin/sh -i
$
2017-12-14 19:51:57 -06:00
..
anemone File.exists? must die 2016-04-21 00:47:07 -04:00
metasm/metasm handle Ruby 2.4 Fixnum/Bignum -> Integer deprecations 2017-01-22 10:20:03 -06:00
metasploit Bump version of framework to 4.16.24 2017-12-14 10:08:05 -08:00
msf Allow local_editor in cmd_edit to take arguments 2017-12-14 19:51:57 -06:00
net Minor spelling correction: lenght => length 2017-05-05 10:42:33 -05:00
postgres Fix #6079, Check nil when using read_exactly_n_bytes 2015-11-16 18:06:49 -06:00
rabal Resolve #4507 - respond_to? + send = evil 2015-01-02 13:29:17 -06:00
rbmysql Backport an upstream fix for a nil header 2015-06-05 11:51:40 -05:00
rex Land #9233, Fix #9232 corruption of non-latin characters in W methods 2017-12-14 11:54:36 -06:00
snmp handle Ruby 2.4 Fixnum/Bignum -> Integer deprecations 2017-01-22 10:20:03 -06:00
sqlmap Merge branch 'sqlmap_plugin_json_parse_issue' of https://github.com/void-in/metasploit-framework into sqlmap_plugin_json_parse_issue 2015-05-04 10:01:44 +05:00
tasks kill cucumber in framework 2017-07-12 08:00:29 -05:00
telephony
anemone.rb
enumerable.rb
msfenv.rb
postgres_msf.rb
rbmysql.rb
rex.rb fix missing require in rex 2016-10-11 17:36:55 -05:00
robots.rb add license, fix style violations, log with dlog 2017-08-28 15:47:47 -05:00
snmp.rb
telephony.rb
windows_console_color_support.rb