Skip to content

Commit df14dc4

Browse files
author
Maurice Popp
committed
autodetection fixing
1 parent b7184e8 commit df14dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/geutebrueck_gcore_x64_rce_bo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def ropchain(target)
227227

228228
def exploit
229229
if target['auto']
230-
checkcode, self.target = fingerprint
230+
checkcode, target = fingerprint
231231
fail_with(Failure::NotVulnerable, 'No vulnerable Version detected - exploit aborted.') if checkcode.to_s.include? 'unknown'
232232
target_rop, target_overwrite, target_stack_align = ropchain(target)
233233
else

0 commit comments

Comments
 (0)