Skip to content

Commit

Permalink
Land rapid7#9100, typo fix for MS07-017 exploit
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Oct 20, 2017
2 parents 54d64cd + 7cd532c commit e941677
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def generate_ani(payload, target)
].pack('v')

else
fail_with(Failure::NoTarget, "Unknown target #{targetr['Method']}")
fail_with(Failure::NoTarget, "Unknown target #{target['Method']}")
end

# Build the ANI file
Expand Down

0 comments on commit e941677

Please sign in to comment.