Commit Graph

17502 Commits

Author SHA1 Message Date
Metasploit f23c5b53d6 Bump version of framework to 6.0.29 2021-01-28 17:41:54 -06:00
Grant Willcox ff25fc2510 Land #14674, Add explicit require for open3 dependency to managed_remote_data_service.rb 2021-01-28 13:25:20 -06:00
Alan Foster 0682780636 Add explicit require for open3 dependency 2021-01-28 18:41:31 +00:00
Grant Willcox 9dcd9f0cc2 Land #14432, Save windows hash to database 2021-01-28 09:02:43 -06:00
Grant Willcox f4bfbf5c29 Apply fixes from Spencer's review 2021-01-25 16:36:57 -06:00
bwatters 5dafb52922 Land #14564, Switch to using mod parameter for tab completion
Merge branch 'land-14564' into upstream-master
2021-01-25 14:57:20 -06:00
三米前有蕉皮 1cd86bb682 Update lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com>
2021-01-23 16:45:16 +08:00
Grant Willcox 940042ecbb Land #14647, Fix run command tab completions by using the correct value 2021-01-22 13:44:57 -06:00
Grant Willcox 57bb3fbc1c Land #14383, Add exploit and auxiliary Python module examples and update executable loader accordingly 2021-01-22 13:03:57 -06:00
Grant Willcox 7b7bdff1cc Relocate the check to not load the example modules from base.rb loader to the executable loader 2021-01-22 11:07:14 -06:00
Spencer McIntyre f3746be8c6 Fix tab completions by using the correct value 2021-01-22 11:45:03 -05:00
adfoster-r7 ff6a1f135c Land #14629, migrate msf folder to Zeitwerk 2021-01-22 14:21:26 +00:00
dwelch-r7 1f679d565d Replace the comments from vore.rb and base.rb with readmes 2021-01-22 12:50:29 +00:00
Grant Willcox f3990d8bd7 Remove the SHA1 additions as we can't make them work at this point in time 2021-01-21 17:01:12 -06:00
Alan Foster ad8891dff6 Switch to using mod parameter for tab completion 2021-01-21 22:59:36 +00:00
Grant Willcox b3c1eb4ae8 Change variable name from invalid_password to empty_password as technically its still a valid password, its just empty. 2021-01-21 16:08:43 -06:00
Grant Willcox 6b2e5497aa Resolve merge conflict 2021-01-21 15:26:09 -06:00
Grant Willcox be9291a85f Update kiwi.rb library to now properly handle saving credentials to the creds database when running creds_msv and also reduce some code reuse by putting reused code into functions 2021-01-21 15:22:40 -06:00
Grant Willcox bd71c16a18 Update the identify.rb library to properly identify other SHA1 hashes as raw-sha1 2021-01-21 15:21:13 -06:00
Metasploit bc4216f2c4 Bump version of framework to 6.0.28 2021-01-21 14:04:42 -06:00
三米前有蕉皮 e3eaa2b707 Update lib/rex/post/meterpreter/ui/console/command_dispatcher/kiwi.rb
Co-authored-by: Grant Willcox <63261883+gwillcox-r7@users.noreply.github.com>
2021-01-21 08:57:05 +08:00
cn-kali-team 74d95d3222 Undo rubicop 2021-01-20 12:22:37 -06:00
cn-kali-team c8e54e87a5 Check ntlm separately 2021-01-20 12:22:37 -06:00
cn-kali-team 36f3b35c6e Add lowercase conversion to check whether the database is activated 2021-01-20 12:22:36 -06:00
cn-kali-team 39b84b826b check framework 2021-01-20 12:22:36 -06:00
cn-kali-team 8195eba447 for hashdump 2021-01-20 12:22:35 -06:00
cn-kali-team 4f9ed925dd for kiwi 2021-01-20 12:22:29 -06:00
Chris Higgins e9c225aa49 Remove pry-byebug 2021-01-20 11:11:42 -06:00
dwelch-r7 461afdb694 Remove redundant comment 2021-01-20 12:15:03 +00:00
Chris Higgins 273027845e Fix #14261 Prompt timestamp escape display error 2021-01-19 17:50:50 -06:00
Grant Willcox 0fc8df31f2 Land #14609, Fix bug where vhost wasn't being set correctly when using rhost http url 2021-01-19 11:10:50 -06:00
dwelch-r7 39b34e433e Re-add base folder and missing contents from core.rb to msf.rb 2021-01-19 13:07:05 +00:00
dwelch-r7 8ce8455f34 Re-add base folder and missing contents from core.rb to msf.rb 2021-01-19 12:59:13 +00:00
dwelch-r7 39401db2bf Re-add msf/core file for pro 2021-01-19 12:04:40 +00:00
dwelch-r7 8cede7de35 Remove redundant folder inclusion 2021-01-18 15:49:21 +00:00
cgranleese-r7 d5204cf68f Land #14583, Add check for nmap requiring sudo permissions 2021-01-18 15:31:40 +00:00
dwelch-r7 da50c257b5 Fix typo in regex 2021-01-18 15:07:49 +00:00
dwelch-r7 a855a39dd6 Refactor msf/scripts away 2021-01-18 14:30:59 +00:00
dwelch-r7 fc4a7fecb3 fix eager loading 2021-01-18 14:21:54 +00:00
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
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
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 2021-01-14 17:51:07 +00:00
Alan Foster 557623370e Fix broken ntlm message constants 2021-01-14 10:23:57 +00:00
dwelch-r7 2578d824db Fix bug where vhost wasn't being set correctly when using rhost http url 2021-01-13 14:41:45 +00: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