Padding-oracle-attack icon indicating copy to clipboard operation
Padding-oracle-attack copied to clipboard

modified run.py so that it can be imported into another file

Open elrond-p opened this issue 5 years ago • 0 comments

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.

elrond-p avatar Jul 24 '20 20:07 elrond-p