mirror of
https://github.com/0xInfection/Awesome-WAF.git
synced 2025-01-12 15:59:49 -05:00
Other small minor changes
This commit is contained in:
commit
5a93565448
@ -46,7 +46,7 @@ def main():
|
||||
|
||||
# Required Options
|
||||
required.add_argument('-s', '--str', help='String to obfuscate', dest='str')
|
||||
required.add_argument('-e', '--enc', help='Encoding type. eg: ibm037, ibm420, etc', dest='enc')
|
||||
required.add_argument('-e', '--enc', help='Encoding type. eg: ibm037, utf16, etc', dest='enc')
|
||||
|
||||
# Optional Arguments (main stuff and necessary)
|
||||
optional.add_argument('-ueo', help='URL Encode Output', dest='ueo', action='store_true')
|
||||
@ -59,4 +59,4 @@ def main():
|
||||
print('Output: %s' % (paramEncode(params=args.str, charset=args.enc, urlDecodeInput=args.udi, urlEncodeOutput=args.ueo)))
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user