dwelch-r7
d6896dadc0
remove msf folder requires
2021-01-18 14:21:54 +00:00
dwelch-r7
d437a32374
remove msf/util requires
2021-01-18 14:21:54 +00:00
dwelch-r7
b816373b94
remove msf/ui requires
2021-01-18 14:21:54 +00:00
dwelch-r7
319e718a95
zeitwerk lib/msf folder, eager loading works
2021-01-18 14:20:57 +00:00
Metasploit
f6865a93f8
automatic module_metadata_base.json update
2021-01-18 07:17:40 -06:00
adfoster-r7
da7a51fbca
Land #14584 , implement the zeitwerk autoloader within lib/msf/base
2021-01-18 13:11:08 +00:00
dwelch-r7
122acc4285
Tidy up redundant comments
2021-01-18 12:18:36 +00:00
Shelby Pace
560327deba
Land #14616 , fix typo in autoroute.md
2021-01-15 15:43:50 -06:00
Metasploit
4049c41ac1
automatic module_metadata_base.json update
2021-01-15 12:21:17 -06:00
Christophe De La Fuente
c8819259ae
Land #14414 , CVE-2020-1337 - patch bypass for CVE-2020-1048
2021-01-15 19:13:14 +01:00
bwatters
9beb570ca3
Remove unnecessary require that broke things
2021-01-15 08:32:05 -06:00
chenxiaotian
e2e3cc12b0
Update autoroute.md
2021-01-15 16:22:33 +08:00
Metasploit
710ed31b75
Bump version of framework to 6.0.27
2021-01-14 12:06:13 -06:00
adfoster-r7
67f99690d8
Land #14613 , Fix broken ntlm message constants
6.0.26
2021-01-14 17:51:07 +00:00
Metasploit
38d46c0aeb
automatic module_metadata_base.json update
2021-01-14 11:34:22 -06:00
Spencer McIntyre
1e633276e4
Land #14615 , Update the metasploit-payloads and mettle gems
2021-01-14 12:14:47 -05:00
Metasploit
e9eaf3ba94
automatic module_metadata_base.json update
2021-01-14 10:32:40 -06:00
Grant Willcox
f499e1f31f
Land #14614 , Use an absolute assembly path via File.expand_path() for the CVE-2020-17136 exploit
2021-01-14 10:25:31 -06:00
Spencer McIntyre
65dfaf9453
Update the metasploit-payloads and mettle gems
2021-01-14 10:16:17 -05:00
Spencer McIntyre
ea154717aa
Use an absolute assembly path for the CVE-2020-17136 exploit
2021-01-14 08:53:11 -05:00
Alan Foster
557623370e
Fix broken ntlm message constants
2021-01-14 10:23:57 +00:00
Spencer McIntyre
0bc05ae2e8
Land #14606 , Add banner celebrating the awesome teams who joined us in the 2020 ctf
2021-01-13 10:53:57 -05:00
dwelch-r7
ec59202d2e
Land #14605 , Automatically set the VHOST datastore option for modules
...
Update the VHOST datastore option for modules
2021-01-13 13:13:46 +00:00
Metasploit
28322a83f0
automatic module_metadata_base.json update
2021-01-12 16:17:11 -06:00
Grant Willcox
6fc4518625
Land #14600 , Refactor and document some of the FileSystem mixin methods
2021-01-12 16:10:23 -06:00
Spencer McIntyre
ab50715cd2
Make additional clarifications in the file system mixin documentation
2021-01-12 16:13:39 -05:00
bwatters
d8e68e6487
Specify you must be SYSTEM for dll removal in docs and removed unused variable in the module
2021-01-12 11:45:53 -06:00
Spencer McIntyre
95e4ae77b1
Remove a reference to an undefined var and consistently return a boolean
2021-01-12 09:09:20 -05:00
Metasploit
560382d038
automatic module_metadata_base.json update
2021-01-11 16:23:00 -06:00
Spencer McIntyre
33bd712e0a
Land #14585 , Create module for CVE-2020-17136: Cloud Filter Arbitrary File Creation EoP
2021-01-11 17:16:40 -05:00
bwatters
50e115b414
Cleanup and edits per review from Christophe
...
Removed unused method from ps script
Cleaned up some code in the module
Added removal instructions to the documentation
2021-01-11 16:02:58 -06:00
Metasploit
77819f31c0
automatic module_metadata_base.json update
2021-01-11 15:43:55 -06:00
Shelby Pace
7aef731267
Land #14572 , add AIT CSV import rce
2021-01-11 15:37:05 -06:00
bwatters
b4a8f364b3
Add banner celebrating the awesome teams who joined us in the 2020
...
Metasploit CTF. (Except the one team with an F-bomb in it)
2021-01-11 11:09:38 -06:00
Spencer McIntyre
a9804727d5
Update the VHOST datastore option for modules
...
This fixes handling the VHOST datastore option for modules that use the
HTTP Client mixin whereby the IP address was being used since RHOSTS is
resolved.
2021-01-11 10:31:36 -05:00
dwelch-r7
f6ac832b47
Land #14604 , Remove travis config files
...
Remove travis config files
2021-01-11 12:07:17 +00:00
dwelch-r7
18765d1551
Land #14562 , Map Meterpreter command IDs to their names when raising a RequestError
...
Map Meterpreter command IDs to their names when raising a RequestError
2021-01-11 12:00:50 +00:00
Alan Foster
714db8bf43
Remove travis config files
2021-01-11 10:28:14 +00:00
h00die
7d7263cf1f
spelling
2021-01-09 08:13:19 -05:00
Spencer McIntyre
a7b65635f9
Add an alias for the junction methods
2021-01-08 18:41:05 -05:00
Spencer McIntyre
829bacbef6
Refactor and document some of the FileSystem mixin methods
2021-01-08 16:10:36 -05:00
Grant Willcox
cc686eeac2
Land #14595 , Update rex-exploitation gem from 0.1.25 to 0.1.26
2021-01-08 13:03:29 -06:00
Grant Willcox
3072391d00
Make second round of review edits to fix Spencer's comments
2021-01-08 12:50:52 -06:00
Metasploit
1f9fc50a38
automatic module_metadata_base.json update
2021-01-08 10:05:20 -06:00
Christophe De La Fuente
2886ee0448
Land #14582 , Support command actions for post modules and consolidate VSS modules
2021-01-08 16:54:04 +01:00
Metasploit
25aecc8bb3
automatic module_metadata_base.json update
2021-01-08 07:45:03 -06:00
Christophe De La Fuente
6092fa32ae
Land #14515 , fix reverse_awk and bind_awk exit behavior
2021-01-08 14:37:38 +01:00
dwelch-r7
51140abd94
Bump rex-exploitation gem from 0.1.25 to 0.1.26
2021-01-08 11:55:43 +00:00
Grant Willcox
d5bb36c530
Fix up code to use built in cd() and mkdir() commands, and adjust code to not overwrite datastore hash. Also use service_hash over manually starting the service.
2021-01-07 17:39:30 -06:00
bwatters
7d81b4826d
Update credits
2021-01-07 16:30:19 -06:00