Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djosix committed Nov 19, 2023
1 parent 6a03f85 commit 06c607a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

This script automates padding oracle attacks in Python, offering efficient and threaded execution.

- [Padding Oracle Automation in Python](#padding-oracle-automation-in-python)
* [Installation](#installation)
* [Performance](#performance)
* [Usage](#usage)
+ [Decryption](#decryption)
+ [Encryption](#encryption)
+ [Customized Logging](#customized-logging)
+ [Extras](#extras)
* [Example](#example)
* [To-Do](#to-do)
* [License](#license)

## Installation

You can install the script using one of these methods:
Expand Down Expand Up @@ -111,7 +123,11 @@ The script also includes PHP-like encoding and decoding functions:
from padding_oracle.encoding import urlencode, urldecode, base64_encode, base64_decode
```
### TODO
## Example
See the `example` folder.
## To-Do
- [ ] Support more padding schemes
Expand Down

0 comments on commit 06c607a

Please sign in to comment.