Skip to content

Commit

Permalink
Fixed JBoss verb tampering
Browse files Browse the repository at this point in the history
  • Loading branch information
hatRiot committed Jan 25, 2015
1 parent e3bdf23 commit d9d956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/jboss/auxiliary/verb_tamper.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def check(self, fingerprint):

return False

def run(fingerengine, fingerprint):
def run(self, fingerengine, fingerprint):
""" This module exploits CVE-2010-0738, which bypasses authentication
by submitting requests with different HTTP verbs, such as HEAD.
"""
Expand Down

0 comments on commit d9d956a

Please sign in to comment.