Skip to content

Commit 9891026

Browse files
committed
sleep changed to Rex::sleep
1 parent 64ab11c commit 9891026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/misc/achat_beta.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def exploit
8989
i = 0
9090
while i < sploit.length do
9191
if i > 172000
92-
sleep(1.0)
92+
Rex::sleep(1.0)
9393
end
9494
udp_sock.put(sploit[i..i+8192-1])
9595
i += 8192

0 commit comments

Comments
 (0)