Commit Graph

50161 Commits (a575c6d7c3198040529782d185b7d50f7b4f340e)

Author SHA1 Message Date
Auxilus 6c9fafb9d5
Delete unused variable
I suppose the variable 'f' was for Name in 06720ee18b/modules/exploits/linux/smtp/haraka.py (L70)

I'm not sure, should it be 'f' at 06720ee18b/modules/exploits/linux/smtp/haraka.py (L70) or just the way it is atm?
2018-12-14 22:27:11 +05:30
Matthew Kienow a8ed971f12
Move convert_msf_session_to_hash to data proxy 2018-12-14 11:46:12 -05:00
Matthew Kienow 3f9b2dadc8
Remove unnecessary single object selection 2018-12-14 11:20:19 -05:00
Matthew Kienow 4cefb8d06e
Fix typo 2018-12-14 11:19:40 -05:00
Jacob Robles 556d182231
Remove code that was replaced 2018-12-14 09:15:01 -06:00
Jacob Robles a057b72bd9
Use argument 2018-12-14 09:14:27 -06:00
Jacob Robles dfa84aa1af
Use exploit default exception handling 2018-12-14 09:12:32 -06:00
Jacob Robles 5fd7b82f7a
Remove unused parameter 2018-12-14 09:10:29 -06:00
Green-m 48ad8e8038
Merge pull request #4 from jrobles-r7/service-patch
Work around snprintf
2018-12-14 20:05:32 +08:00
Brent Cook 06720ee18b
Land #11121, remove call to undefined port_allowed? 2018-12-13 20:01:15 -06:00
Jeffrey Martin 4963647bf6
remove call to method not defined 2018-12-13 17:00:41 -06:00
Metasploit 1205615b6c
automatic module_metadata_base.json update 2018-12-13 14:24:49 -08:00
Brent Cook 673cfe6889
Land #11119, Add WEBUI_PORT to hp_van_sdn_cmd_inject exploit 2018-12-13 16:15:53 -06:00
Metasploit 04d8e2fc63
automatic module_metadata_base.json update 2018-12-13 13:40:15 -08:00
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
Milton-Valencia 3f1aa425b4 msftidy....lol 2018-12-13 11:03:41 -06:00
Milton-Valencia 2e26ceac8f added comments 2018-12-13 10:55:09 -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