Skip to content

Commit 3ae8594

Browse files
committed
Fix typo
1 parent 93a69ea commit 3ae8594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/capture/lockout_keylogger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def run
227227
print_status("System has currently been idle for #{currentidle} seconds")
228228
while currentidle <= datastore['LOCKTIME'] do
229229
print_status("Current Idle time: #{currentidle} seconds")
230-
select(nil,nil,nil,datastore['HEARBEAT'])
230+
select(nil,nil,nil,datastore['HEARTBEAT'])
231231
currentidle = session.ui.idle_time
232232
end
233233
client.railgun.user32.LockWorkStation()

0 commit comments

Comments
 (0)