1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-11 17:08:02 +02:00
Commit Graph

28313 Commits

Author SHA1 Message Date
William Vu
10f3969079
Land #4043, s/http/http:/ splat
What is a splat?
2014-10-17 13:41:07 -05:00
Jon Hart
d97fe548b9 Store the browser name in LastPass loot 2014-10-17 11:33:31 -07:00
Joshua Smith
19e8a50573
Land 3847, specs for Rex::Oui 2014-10-17 13:22:51 -05:00
Jon Hart
43238c7324 Simplify LastPass extraction. Track what browser that puked creds 2014-10-17 11:19:36 -07:00
Joshua Smith
32faa0bc62
Land 3796, specs for Rex::Encoder::Alpha2 encoders 2014-10-17 13:15:00 -05:00
Tod Beardsley
a431bff13f
@wvu-r7 is a skilled negotiator. s/stdout/stderr/ 2014-10-17 13:13:44 -05:00
Trevor Rosen
22f5347660
Merge branch 'landing/4042' into upstream-master
Land #4042

 the commit.
2014-10-17 12:51:50 -05:00
Tod Beardsley
5978bd5e62
Control the startup msg with -q, too 2014-10-17 12:41:58 -05:00
William Vu
dbfe398e35
Land #4037, Drupageddon exploit 2014-10-17 12:39:59 -05:00
William Vu
a514e3ea16
Fix bad indent (should be spaces)
msftidy is happy now.
2014-10-17 12:39:25 -05:00
William Vu
f2328e679f
Land #4034, POODLE scanner 2014-10-17 12:36:48 -05:00
William Vu
367ea5d3db
Add disclosure date 2014-10-17 12:35:28 -05:00
Tod Beardsley
a45b21b6bf
-q will quiet the animation, too 2014-10-17 12:32:28 -05:00
Tod Beardsley
ccdaf2b576
Fix the banner
Turns out these will be broken in outstanding PRs for a while. At least
they won't be merge conflicts.
2014-10-17 12:23:23 -05:00
Jon Hart
9177b931fd Refactoring of LastPass module to use correct Firefox path on *nix 2014-10-17 10:20:55 -07:00
Luke Imhoff
200d64040d
Fully-qualify Msf::ServiceState
MSP-11152

Replace unqualified `ServiceState` with `Msf::ServiceState`.
2014-10-17 11:58:11 -05:00
URI Assassin
35d3bbf74d
Fix up comment splats with the correct URI
See the complaint on #4039. This doesn't fix that particular
issue (it's somewhat unrelated), but does solve around
a file parsing problem reported by @void-in
2014-10-17 11:47:33 -05:00
Tod Beardsley
ad501b25e4
Filename move to be less redundant 2014-10-17 11:25:14 -05:00
jvazquez-r7
e5903562ee Delete bad/incomplete validation method 2014-10-17 10:36:01 -05:00
nullbind
bf92769ba2 added mssql_escalate_dbowner_sqli 2014-10-17 10:25:20 -05:00
Luke Imhoff
9f32cbd476
Use :: to force top-level constant resolution
MSP-11152

When `Msf::DBManager::Import::MetasploitFramework` is included in
`Msf::DBManager::Import`, it's child namespace of
`Msf::DBManager::Import::MetasploitFramework::Zip becomes resolvable as
`Zip` in `Msf::DBManager::Import` methods, so need to use `::Zip` to
cause `Zip` to be resolved from rubyzip gem.
2014-10-17 10:15:59 -05:00
Luke Imhoff
13923a8ca5
Fully-qualify Msf::DBImportError
MSP-11152

Constant was unqualified in some of the reorganized Msf::DBManager code
because that code was take advantage of the old nested lexical scope
that included `Msf`.
2014-10-17 09:29:01 -05:00
jvazquez-r7
7ac416763e Land #18, @wchen-r7 description update 2014-10-17 09:12:06 -05:00
sinn3r
a79427a659 I shoulda checked before git commit 2014-10-17 00:54:45 -05:00
sinn3r
4c0048f26a Update description 2014-10-17 00:46:17 -05:00
sinn3r
3a63fa12b8 'ppsx_module_smaller' to branch cve_2014_4114 2014-10-17 00:10:57 -05:00
William Vu
e242bf914f
Land #4031, fixes for pureftpd_bash_env_exec 2014-10-16 19:55:09 -05:00
jvazquez-r7
1d16bd5c77 Fix vulnerability discoverer 2014-10-16 18:01:45 -05:00
jvazquez-r7
807f1e3560 Fix target name 2014-10-16 17:58:45 -05:00
jvazquez-r7
bf8dce574a Add ppsx template 2014-10-16 17:55:22 -05:00
jvazquez-r7
c1f9ccda64 Fix ruby 2014-10-16 17:55:00 -05:00
jvazquez-r7
e40642799e Add sandworm module 2014-10-16 16:37:37 -05:00
Jon Hart
8fdae8fbfb Move protocol and lifetime to mixin, use correct map_target if CHOST 2014-10-16 13:24:17 -07:00
Brandon Perry
353d2f79cc tweak pw generation 2014-10-16 12:06:19 -07:00
Brandon Perry
5f8c0cb4f3 Merge branch 'drupal' of https://github.com/FireFart/metasploit-framework into drupageddon 2014-10-16 11:53:54 -07:00
Christian Mehlmauer
c8dd08f605 password hashing 2014-10-17 15:52:47 +02:00
Brandon Perry
23b7b8e400 fix for version 7.0-7.31 2014-10-16 11:53:48 -07:00
James Lee
40b360555f
Make the error message a little more useful 2014-10-16 12:47:13 -05:00
Brandon Perry
9bab77ece6 add urls 2014-10-16 10:36:37 -07:00
Brandon Perry
b031ce4df3 Create drupal_drupageddon.rb 2014-10-16 16:42:47 -05:00
Brandon Perry
5c4ac48db7 update the drupal module a bit with error checking 2014-10-16 10:32:39 -07:00
Trevor Rosen
c503e8a3d8
Merge branch 'landing/4026' into upstream-master
Land #4026

* db.rb (DBManager) now in multiple files
* Cucumber coverage for DB-related msfconsole commands
2014-10-16 11:52:57 -05:00
Tod Beardsley
8cf10be779
Don't assume SSLv3 is set (kill FP+s) 2014-10-16 10:43:58 -05:00
Tod Beardsley
0b67efd51e
Add a POODLE scanner and general SSL version scan 2014-10-16 10:27:37 -05:00
Trevor Rosen
b02dc7a44f
Merge branch 'landing/3971' into HEAD
Land #3791 - specs for code reorg
2014-10-16 10:26:51 -05:00
Spencer McIntyre
09069f75c2 Fix #4019, fix NameError peer and disconnect in check 2014-10-16 08:32:20 -04:00
Martin Vigo
8fc87aa721 Solve conflict 2014-10-15 23:40:27 -07:00
Martin Vigo
36d6220f8f Make use of Rex::Ui::Text::Table 2014-10-15 23:13:53 -07:00
Martin Vigo
bb421859d3 Refactor code and add support for all Windows 2014-10-15 22:15:54 -07:00
Martin Vigo
c7e0ced02b Remove useless conditions 2014-10-15 21:29:47 -07:00