Skip to content

Commit

Permalink
Merge pull request xmendez#179 from xmendez/hotfix_burpitem_name
Browse files Browse the repository at this point in the history
remove unused imports. Add , in description
  • Loading branch information
xmendez authored Jan 8, 2020
2 parents a6539a7 + 733f724 commit b3979d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/wfuzz/plugins/payloads/burpitem.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import pickle as pickle
import gzip

from wfuzz.externals.moduleman.plugin import moduleman_plugin
from wfuzz.exception import FuzzExceptBadFile
from wfuzz.fuzzobjects import FuzzResult, FuzzRequest
Expand All @@ -16,7 +13,7 @@ class burpitem(BasePayload):
author = ("Bendegúz Nagy (@PaperTsar)",)
version = "0.1"
description = (
"This payload loads request/response from items saved from Burpsuite."
"This payload loads request/response from items saved from Burpsuite.",
)
summary = "This payload loads request/response from items saved from Burpsuite."
category = ["default"]
Expand Down

0 comments on commit b3979d3

Please sign in to comment.