Padding-oracle-attack
Padding-oracle-attack copied to clipboard
:unlock: Padding oracle attack against PKCS7 :unlock:
Hi, the readme suggests running `python test.py -m mysecretmessage` to test the package, but this doesn't work because the cipher given to `run` does not include the IV: https://github.com/mpgn/Padding-oracle-attack/blob/94526ce5ea6c838f8c84c9f41459a6d9c460c636/test.py#L251-L255 I...
Did you mean to not set the value of iv when calling call_oracle on line 146? When I run test.py, the oracle appears to work but when I run test.py...
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`,...