Padding-oracle-attack
Padding-oracle-attack copied to clipboard
modified run.py so that it can be imported into another file
run.py will throw NameError: name 'args' is not defined` if it is imported and ran from another file, which i fixed.
I also added default arguments for cookie, method, post, and verbose to prevent a TypeError from being thrown.