Skip to content

Commit 9ad5b41

Browse files
committed
Rubocop
1 parent 7bfd814 commit 9ad5b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/local/cve_2024_30088_authz_basep.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def get_winlogon_handle
133133
winlogon_handle = nil
134134

135135
if results.last['lpExitCode'] == 0
136-
print_good("The exploit was successful, reading SYSTEM token from memory...")
136+
print_good('The exploit was successful, reading SYSTEM token from memory...')
137137
current_memory = process_handle.memory.read(address, 8)
138138
winlogon_handle = current_memory.unpack('Q<').first
139139
end

0 commit comments

Comments
 (0)