Commit Graph

49910 Commits (ef8601aa71de061c628fe3d8f8a32c63405bfaf0)

Author SHA1 Message Date
Jacob Robles 58aa16d06b
Work around snprintf 2018-12-13 14:29:54 -06:00
Jeffrey Martin 2a453e5451
Land #11120, revert Bypassuac computerdefault
this reverts #10886 landed in error
2018-12-13 14:26:27 -06:00
Metasploit a071bdd8ab
automatic module_metadata_base.json update 2018-12-13 11:58:13 -08:00
bwatters-r7 f00118851a Revert "Land #10886, Bypassuac computerdefault"
This reverts commit 14b2cdc120, reversing
changes made to a79b936e09.
2018-12-13 13:56:16 -06:00
Wei Chen cc7cb7302e
Land #10944, Add macOS Safari exploit from pwn2own2018 2018-12-13 13:50:19 -06:00
Jacob Robles 92feeea0ca
Minor syntax change 2018-12-13 13:46:40 -06:00
William Vu cb5648a1c7 Add WEBUI_PORT to hp_van_sdn_cmd_inject exploit 2018-12-13 12:22:36 -06:00
bwatters-r7 8342f15c44
Land #11118, update Gemfile.lock
Merge branch 'land-11118' into upstream-master
2018-12-13 12:17:44 -06:00
Metasploit 0601ff5edb
Weekly dependency update 2018-12-13 10:06:10 -08:00
Jeffrey Martin a92f434f03
update Gemfile.lock 2018-12-13 11:32:02 -06:00
Caitlin Condon 8ffa0f64dc
Change individual contacts 2018-12-13 10:38:55 -06:00
bwatters-r7 564814c4db
Land #10676, Add support for ext_server_unhook
Merge branch 'land-10676' into upstream-master
2018-12-13 09:46:37 -06:00
bwatters-r7 b56a252de6 Merge branch 'master' of github.com:rapid7/metasploit-framework into upstream-master 2018-12-13 09:36:18 -06:00
Caitlin Condon 16d7c0530a
Update CONTRIBUTING.md 2018-12-13 09:35:37 -06:00
bwatters-r7 89e4e8bdea Merge branch 'master' of github.com:rapid7/metasploit-framework into upstream-master 2018-12-13 09:30:10 -06:00
Metasploit a8ebccebed
automatic module_metadata_base.json update 2018-12-12 14:39:47 -08:00
bwatters-r7 632a12339f
Bump Payloads to 1.3.56 to match payloads PR land 2018-12-12 16:35:18 -06:00
William Vu da0202aa90
Land #11103, CreateSession option for aux modules 2018-12-12 16:25:38 -06:00
William Vu 8b79634338 Update a few stragglers
And since eaton_xpert_backdoor was copied from my fortinet_backdoor
module, update the error handling there, too.
2018-12-12 15:47:18 -06:00
William Vu e69f006992 Remove CommandShell mixin in exploits
This was cargo culting. Exploits use handler instead of start_session.
2018-12-12 15:43:13 -06:00
William Vu 6e77ae7e3e Update my SSH scanner modules
Especially with proper error handling for Net::SSH::CommandStream.
2018-12-12 15:36:54 -06:00
William Vu a415063acd Reword CreateSession option description 2018-12-12 15:32:31 -06:00
Stephen Haywood 7cffbac65b Update additional scanner modules. 2018-12-12 15:32:31 -06:00
Stephen Haywood fa2164ebb9 Update to match coding style. 2018-12-12 15:32:31 -06:00
Stephen Haywood eceb47a9da Move CREATE_SESSION option to advanced option CreateSession 2018-12-12 15:32:31 -06:00
Stephen Haywood 8a7187ad79 Add CREATE_SESSION option to CommanShell
Register the CREATE_SESSION option in command_shell_options so it
can be used with all modules that use start_session.
Modify ssh_login.rb, ssh_login_pubkey.rb, and telnet_login.rb to
use the new CREATE_SESSION option.
When CREATE_SESSION is set to true (default) a new session is
created with each successful login. When set to false a new session
is not created but the successful login is still registered in the
credentials database.
2018-12-12 15:32:31 -06:00
Stephen Haywood 904f342848 Option to not create shell on login. 2018-12-12 15:32:30 -06:00
Aaron Soto 84e4cd9a0c
Update CONTRIBUTING.md
Updated vuln disclosure, removed deprecated instructions, added links to more recent examples
2018-12-12 15:01:21 -06:00
Metasploit 6e6269ab46
automatic module_metadata_base.json update 2018-12-12 11:42:51 -08:00
Wei Chen 23c52d13f0
Land #10429, Add webdav delivery module 2018-12-12 13:31:37 -06:00
Wei Chen 8ffd9e47b0 Up to date PR10429 2018-12-12 13:30:58 -06:00
Wei Chen 96c281daef Add send_not_found and module documentation for webdav_delivery 2018-12-12 13:26:46 -06:00
Brendan Coles 68d451711b Fix bpf_priv_esc module 2018-12-12 17:23:12 +00:00
Jacob Robles ea724dec46
Merge in upstream/master 2018-12-12 11:00:31 -06:00
Jacob Robles 3fbfaf2ff5
Documentation Update 2018-12-12 07:00:37 -06:00
Metasploit f4453be69e
automatic module_metadata_base.json update 2018-12-11 18:40:31 -08:00
William Vu aa0c206b4b
Land #11107, double negative logic cleanup 2018-12-11 20:29:53 -06:00
Metasploit afa5b5db57
automatic module_metadata_base.json update 2018-12-11 10:12:09 -08:00
Shelby Pace ae089ce573
Land #10960, add wp duplicator code inject module 2018-12-11 12:02:07 -06:00
Shelby Pace b82e3469a2
renamed module and doc 2018-12-11 11:59:19 -06:00
Julien Legras 7e953e34b9 Added the clean_up function 2018-12-11 18:13:46 +01:00
bwatters b109321b44
Kill `unless not` 2018-12-11 10:16:16 -06:00
bwatters 0c9d5b7d51
refactor `unless !` to `if` 2018-12-11 10:04:55 -06:00
bwatters ac88c604fd Remove copy/pasta'd funtion that was never called 2018-12-11 10:02:36 -06:00
Metasploit f946b6d900
automatic module_metadata_base.json update 2018-12-11 06:39:46 -08:00
Jacob Robles 1ab69c221c
Land #11040, Add CyberLink LabelPrint Local BOF 2018-12-11 08:19:51 -06:00
Jacob Robles 106d6cefe4
Add documentation 2018-12-11 07:55:52 -06:00
Jacob Robles 165f082160
Fix syntax, minor edits 2018-12-11 07:55:20 -06:00
Brent Cook 5d90608784 remove cpuinfo from license 2018-12-10 19:03:42 -06:00
Brent Cook 143435514f remove metasm/cpuinfo license info 2018-12-10 19:03:18 -06:00