Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xmendez committed Apr 27, 2019
2 parents 7385b1a + bc67d05 commit fbd906c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'pyparsing',
'future',
'six',
'configparser',
'configparser;python_version<"3.5"',
'chardet',
]

Expand Down
2 changes: 1 addition & 1 deletion src/wfuzz/plugins/payloads/autorize.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class autorize(BasePayload):
author = ("Xavi Mendez (@xmendez)",)
version = "0.1"
description = ("Reads burp extension autorize states",)
summary = "Returns fuzz results' from autororize."
summary = "Returns fuzz results' from autorize."
category = ["default"]
priority = 99

Expand Down

0 comments on commit fbd906c

Please sign in to comment.