Commit Graph

41829 Commits

Author SHA1 Message Date
mr_me 0f07875a2d added CVE-2016-7552/CVE-2016-7547 exploit 2017-04-10 13:32:58 -05:00
Adam Cammack b25cdd2d3b Land #8212, Handle failures loading external modules 2017-04-10 11:10:19 -05:00
William Vu 04740bd2e6 Land #8194, piwik_superuser_plugin_upload update 2017-04-09 22:24:10 -05:00
William Vu 06ca406d18 Fix weird whitespace 2017-04-09 22:23:58 -05:00
Brent Cook 0189c40317 compromise 2017-04-09 15:03:05 -05:00
Brent Cook d9ba993d25 handle general failure getting module info for external modules 2017-04-09 11:50:03 -05:00
Jeffrey Martin 1245eb9db9 Land #8201, remove references to missing embedded libs 2017-04-07 12:17:55 -05:00
Metasploit 7fc05bcb25 Bump version of framework to 4.14.10 2017-04-07 10:07:31 -07:00
Brent Cook b1bd92d57c Land #8197, fix HttpTrace with chunked encoding 4.14.9 2017-04-07 11:52:50 -05:00
Brent Cook 5fdab67a74 Land #8208, Add -H/--history-file to msfconsole 2017-04-07 11:51:27 -05:00
Brent Cook bf7db3dfdf move gem licenses to a separate auto-generated file 2017-04-07 11:49:58 -05:00
Brent Cook 890d93f2d0 remove references to missing embedded libs 2017-04-07 11:45:18 -05:00
William Vu 3103decc98 Add -H/--history-file to msfconsole
Save command history to an alternative file instead of ~/.msf4/history.
2017-04-07 03:00:37 -05:00
OJ 5a754a0333 Land #8157 - Fix missing dll_data var in parse_pe 2017-04-07 09:55:12 +10:00
William Vu 8549ec9fe3 Update $std{out,err} fix for msftidy 2017-04-06 17:54:07 -05:00
Brent Cook 25da51dc5f Land #8203, remove platform restrictions on metasploit-aggregator gem 2017-04-06 15:36:47 -05:00
Brent Cook 2276bd0c7d switch back to released octokit gem 2017-04-06 15:36:02 -05:00
Jeffrey Martin c845745f0b remove platform restriction on metasploit-aggregator 2017-04-06 13:09:09 -05:00
Brent Cook d6fc29d72f Land #8193, fix generating exe-service payloads with msfvenom
Merge remote-tracking branch 'upstream/pr/8193' into upstream-master
2017-04-05 16:17:10 -05:00
Brent Cook a5ea1ec9ae Land #8195, add Docker rebuild support to msfconsole binstub, update docs 2017-04-05 16:13:39 -05:00
Brent Cook 366ea53f8e Land #8190, Add documentation requirement to PR template 2017-04-05 16:11:34 -05:00
Christian Mehlmauer 3c260ea452 fix #7921, HttpTrace and chunked encoding 2017-04-05 22:58:11 +02:00
Christian Mehlmauer cea43cc95c also add docker rebuild to the standard binstub 2017-04-05 20:38:42 +02:00
Christian Mehlmauer 74dc7e478f update piwik module 2017-04-05 20:19:07 +02:00
Elijah Frederickson 9e89567ce5 Fix #8191 (msfvenom cannot create exe-service)
Fixes issue #8191: Cannot create exe-service from msfvenom
2017-04-05 12:49:46 -04:00
Jonathan Claudius 088709e972 Add documentation requirement to PR template 2017-04-05 10:03:05 -04:00
bwatters-r7 dd5a91f153 Land #8008, Added archmigrate module for windows sessions 2017-04-05 08:55:27 -05:00
Koen Riepe 08b2a97293 Changed styling to be more in line with rubocop. 2017-04-05 10:05:56 +02:00
Metasploit 4e79aaccb7 Bump version of framework to 4.14.9 2017-04-04 16:14:28 -07:00
Jeffrey Martin 68347ae06e Land #8188, Update client to use TLS1.2 4.14.8 2017-04-04 18:01:32 -05:00
James Barnett bd21d2811b Update client to use TLS1.2 2017-04-04 17:57:07 -05:00
Brent Cook 11ccf8c6be Land #7819, bump Metasploit to Ruby 2.4.1
Merge branch 'ruby-2.4' into upstream-master
2017-04-04 17:25:17 -05:00
h00die 6c44edc58c Land #8180 docs for iis_webdav_upload_asp 2017-04-04 16:37:08 -04:00
h00die a0ec93ded8 add newline 2017-04-04 16:35:46 -04:00
bwatters-r7 64c06a512e Land #8020, ntfs-3g local privilege escalation 2017-04-04 09:48:15 -05:00
Brent Cook 3237575024 add ruby 2.1-2.4, update gems with in-flight 2.4 fixes 2017-04-04 04:06:35 -05:00
Brent Cook a0eef4fb7a Land #8159, add special-case in msftidy that skips quoted $stdout/err 2017-04-04 03:58:01 -05:00
Brent Cook a26056eea7 Land #8182, fixes to Docker images for development workflow 2017-04-04 03:51:52 -05:00
Brent Cook 7a239ed0d3 Land #8181, Update Nmap parser to handle masscan 2017-04-04 03:48:21 -05:00
William Vu 94a0b4b06c Stop special-casing masscan 2017-04-04 00:33:13 -05:00
Christian Mehlmauer 2b76731c73 update docker stuff 2017-04-03 20:19:12 +02:00
Indranil Roy 77d80b1a02 fixing newline 2017-04-03 17:04:45 +05:30
itsmeroy2012 fef10b7be8 fixing minor issues 2017-04-03 16:54:45 +05:30
William Vu 95c4dd8108 Prefer start_with? over =~
Oops, old habit.
2017-04-03 02:38:50 -05:00
William Vu 7de2aa1a63 Update Nmap parser to handle masscan
masscan is missing <status>, meaning hosts aren't treated as alive.

Thanks to @jhart-r7 and @jlmurray for working on this previously.
2017-04-03 02:26:14 -05:00
Brent Cook 98ffa4d380 Land #7652, add varnish cache CLI authentication scanner module 2017-04-02 21:52:45 -05:00
Brent Cook 0c3ef4bf47 add note about later versions of Varnish 2017-04-02 21:52:20 -05:00
Brent Cook deb7701d3e tweak misshapen output in MD->HTML 2017-04-02 21:44:50 -05:00
Brent Cook 4c0539d129 Land #8178, Add support for non-Ruby modules 2017-04-02 21:02:37 -05:00
h00die a34c01ebd2 Land #8137 shodan honeyscore module 2017-04-02 21:37:36 -04:00