We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d08f3 commit 027d7aeCopy full SHA for 027d7ae
modules/auxiliary/gather/nrpc_enumusers.rb
@@ -24,7 +24,12 @@ def initialize(info = {})
24
'References' => [
25
['URL', 'https://github.com/klsecservices/Publications/blob/master/A_journey_into_forgotten_Null_Session_and_MS-RPC_interfaces.pdf']
26
],
27
- 'License' => MSF_LICENSE
+ 'License' => MSF_LICENSE,
28
+ 'Notes' => {
29
+ 'Stability' => [CRASH_SAFE],
30
+ 'Reliability' => [],
31
+ 'SideEffects' => []
32
+ }
33
)
34
35
register_options(
@@ -76,7 +81,7 @@ def dsr_get_dc_name_ex2(username)
76
81
raw_response
77
82
end
78
83
79
- def run_host(ip)
84
+ def run_host(_ip)
80
85
usernames = load_usernames(datastore['USER_FILE'])
86
bind_to_netlogon_service
87
0 commit comments