Skip to content

Commit 027d7ae

Browse files
committed
Coreccting rubocop issues
1 parent a4d08f3 commit 027d7ae

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

modules/auxiliary/gather/nrpc_enumusers.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ def initialize(info = {})
2424
'References' => [
2525
['URL', 'https://github.com/klsecservices/Publications/blob/master/A_journey_into_forgotten_Null_Session_and_MS-RPC_interfaces.pdf']
2626
],
27-
'License' => MSF_LICENSE
27+
'License' => MSF_LICENSE,
28+
'Notes' => {
29+
'Stability' => [CRASH_SAFE],
30+
'Reliability' => [],
31+
'SideEffects' => []
32+
}
2833
)
2934
)
3035
register_options(
@@ -76,7 +81,7 @@ def dsr_get_dc_name_ex2(username)
7681
raw_response
7782
end
7883

79-
def run_host(ip)
84+
def run_host(_ip)
8085
usernames = load_usernames(datastore['USER_FILE'])
8186
bind_to_netlogon_service
8287

0 commit comments

Comments
 (0)