Skip to content

Commit e941677

Browse files
committed
Land rapid7#9100, typo fix for MS07-017 exploit
2 parents 54d64cd + 7cd532c commit e941677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/ms07_017_ani_loadimage_chunksize.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def generate_ani(payload, target)
494494
].pack('v')
495495

496496
else
497-
fail_with(Failure::NoTarget, "Unknown target #{targetr['Method']}")
497+
fail_with(Failure::NoTarget, "Unknown target #{target['Method']}")
498498
end
499499

500500
# Build the ANI file

0 commit comments

Comments
 (0)