Skip to content

Commit

Permalink
release new version and update encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleMi committed Jun 10, 2019
1 parent 85cb8ab commit 09ec961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions saker/fuzzers/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class Code(Fuzzer):
'y': '\u0443',
}

fuzzencodings = ['IBM-Thai', 'IBM00924', 'IBM01047', 'IBM01140', 'IBM01141', 'IBM01142', 'IBM01143', 'IBM01144', 'IBM01145', 'IBM01146', 'IBM01147', 'IBM01148', 'IBM01149', 'IBM037', 'IBM1026', 'IBM273', 'IBM277', 'IBM278', 'IBM280', 'IBM284', 'IBM285', 'IBM290', 'IBM297', 'IBM420', 'IBM423', 'IBM424', 'IBM500', 'IBM870', 'IBM871', 'IBM880', 'IBM905', 'cp1025', 'cp875', 'unicodeFFFE', 'utf-16', 'utf-32', 'utf-32BE', 'x-EBCDIC-KoreanExtended']

def __init__(self):
super(Code, self).__init__()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name="Saker",
version="1.0.4",
version="1.0.5",
keywords=("Web Security", "Fuzz"),
description="Tool For Fuzz Web Applications",
long_description=long_description,
Expand Down

0 comments on commit 09ec961

Please sign in to comment.