Wei Chen
427080ad5c
Land #10692 , Add rspec test for cmd_set_tabs
2018-09-25 01:24:16 -05:00
Green-m
b5df80d64b
Add require readline to fix uninit issue.
2018-09-25 14:07:54 +08:00
Green-m
dfb6f1f554
Fix undefined method `session` issue, thx wchen-r7
2018-09-25 11:53:24 +08:00
Metasploit
2eb675ea95
automatic module_metadata_base.json update
2018-09-24 20:26:20 -07:00
Brent Cook
f08cb18afd
Land #10594 , Fix hashdump and user enumeration on new macOS versions
2018-09-24 22:18:24 -05:00
Brent Cook
3e61a98f25
use non-system users for hashdump
2018-09-24 22:17:58 -05:00
Brent Cook
c89d8f8fb7
fix user enumeration methods, be more robust
2018-09-24 22:17:32 -05:00
Brent Cook
1607c2b890
Land #10428 , Update Windows MySQL UDF files, add docs
2018-09-24 21:11:52 -05:00
Matthew Kienow
ab443831a9
Add RSpec for Msf::RPC::JSON::Dispatcher
2018-09-24 17:27:06 -04:00
Matthew Kienow
ea888eaa7c
Add method comments for raise
2018-09-24 17:22:25 -04:00
Jeffrey Martin
cb2f4ae419
Add filter_ports and filter_services to cache
...
When caching metadata about module include `filters` when available.
2018-09-24 14:11:52 -05:00
Metasploit
6712627a85
automatic module_metadata_base.json update
2018-09-24 09:21:59 -07:00
Adam Cammack
ffeb5b3b10
Land #10695 , Add docs for Apple iOS WebKit DoS
2018-09-24 11:12:29 -05:00
Tim W
888ec9430c
fix typo
2018-09-24 17:37:59 +08:00
Tim W
738665e56f
Add documentation for #10652
2018-09-24 17:11:24 +08:00
Metasploit
6188d33545
automatic module_metadata_base.json update
2018-09-23 11:02:58 -07:00
h00die
b486708b02
Land #10663 extremeparr solaris LPE
2018-09-23 13:53:18 -04:00
Green-m
f404b7e699
Improve the context to be more percise.
2018-09-23 11:29:05 +08:00
Green-m
f5da6a4213
Merge branch 'master' into rspec
2018-09-23 11:19:50 +08:00
Green-m
5ddbf6fd11
Land #10687 , add pry command to meterpreter.
2018-09-22 13:10:57 +08:00
Metasploit
3e20dc155c
automatic module_metadata_base.json update
2018-09-21 21:19:02 -07:00
Brendan Coles
56b01dcf00
Land #10534 , Add FrontPage Credential Dump Module
...
This module downloads and parses the '_vti_pvt/service.pwd',
'_vti_pvt/administrators.pwd', and '_vti_pvt/authors.pwd' files
used by FrontPage to find credentials.
2018-09-22 04:13:24 +00:00
Brendan Coles
7687e6e7b7
Update tested versions
2018-09-22 03:57:03 +00:00
William Vu
fb032745a1
Print nicely about what object you're in
2018-09-21 16:03:48 -05:00
William Vu
7c000c6692
Add pry -h
2018-09-21 16:03:37 -05:00
William Vu
094cc527de
Add pry command to Meterpreter
2018-09-21 16:03:24 -05:00
Metasploit
5f8c026c78
automatic module_metadata_base.json update
2018-09-21 13:46:19 -07:00
bwatters-r7
849547793b
Land #10643 , CVE-2018-8440 ALPC Scheduler
...
Merge branch 'land-10643' into upstream-master
2018-09-21 15:38:45 -05:00
Jacob Robles
47bf780b88
specify meterpreter, update documentation
...
Warning is after spell...
2018-09-21 12:31:56 -05:00
AverageSecurityGuy
02b2559953
Update documentation to match new output.
2018-09-21 12:50:13 -04:00
AverageSecurityGuy
0746ab5847
Create credential table.
2018-09-21 12:44:10 -04:00
AverageSecurityGuy
a603c04da5
Create credential table.
2018-09-21 12:42:32 -04:00
Matthew Kienow
5280cf0c50
Move required members and types to constants
2018-09-21 11:19:38 -04:00
Jacob Robles
c9de43c8d0
Code cleanup, feedback from bcoles
2018-09-21 10:11:26 -05:00
AverageSecurityGuy
5842f0c012
Msftidy
2018-09-21 10:15:31 -04:00
Jacob Robles
8a0f5c12f2
Move setup info, remove accessors
2018-09-21 07:47:22 -05:00
Jacob Robles
6db716d2ec
Update documentation
2018-09-21 07:15:14 -05:00
William Vu
a38080528b
Land #10684 , stray quote fix for writable? raise
2018-09-20 22:55:11 -05:00
William Vu
3bc0a821d5
Prefer ye olde TeX-style quotes
...
This was @bcoles' initial commit. I agree. Looks good with the raise.
2018-09-20 22:54:17 -05:00
William Vu
0d7c109bb4
Land #10685 , NameError fix for cmd_shell
2018-09-20 22:41:55 -05:00
William Vu
fdbb085f0b
Fix NameError in cmd_shell due to renamed variable
...
I missed this while refactoring. I didn't use the var after all. :'(
2018-09-20 22:27:28 -05:00
William Vu
95e2c388c4
Remove stray quote from raise in writable? method
...
Didn't break the string but looked funny.
2018-09-20 22:19:18 -05:00
Metasploit
e7712c1ed3
automatic module_metadata_base.json update
2018-09-20 19:36:42 -07:00
William Vu
a0c71ce16a
Land #10683 , to_s fixes for Heartbleed
2018-09-20 21:29:19 -05:00
William Vu
02f4fc1876
Prefer to_s.empty?
...
Oh, hell, do it here, too.
2018-09-20 21:26:41 -05:00
William Vu
c875f66154
Prefer to_s over || ''
...
Oops, I wasn't thinking clearly. to_s is cleaner.
2018-09-20 21:26:41 -05:00
Metasploit
0a9e48af74
automatic module_metadata_base.json update
2018-09-20 18:57:20 -07:00
Brendan Coles
a7f53b9361
Land #10628 , Add Solaris srsexec Arbitrary File Reader module
2018-09-21 01:56:43 +00:00
Metasploit
ea231a5f05
automatic module_metadata_base.json update
2018-09-20 18:28:12 -07:00
William Vu
9bdc5b2af0
Land #10680 , LEAK_COUNT option for Heartbleed
2018-09-20 20:15:48 -05:00