An open API service indexing awesome lists of open source software.

https://github.com/richardevcom/padding-oracle-attack

Padding Oracle Attack - inspired by finding Hacker101 CTF Encrypted Pastebin 3rd flag
https://github.com/richardevcom/padding-oracle-attack

Last synced: 4 months ago
JSON representation

Padding Oracle Attack - inspired by finding Hacker101 CTF Encrypted Pastebin 3rd flag

Awesome Lists containing this project

README

        

# Padding Oracle attack
This script was used to retrieve Hacker101 CTF **Encrypted Pastebin** 3rd flag by using *Padding Oracle Attack*.

# Usage
Under `__main__` function - change `post` and `url` values according to yours and run the script:
```
python padding-oracle-attack.py
```

# Attention
⚠ It will take some time, so go make some coffee and wait.

**Also check out Brian Holyfield's ready to use solution called [PadBuster](https://github.com/AonCyberLabs/PadBuster).**

# Credit
Give some ❤ to the original author of this script: [Werner](https://xz.aliyun.com/t/7054)