Skip to content

Commit 06c607a

Browse files
committed
update readme
1 parent 6a03f85 commit 06c607a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

‎README.md‎

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
- [Padding Oracle Automation in Python](#padding-oracle-automation-in-python)
8+
* [Installation](#installation)
9+
* [Performance](#performance)
10+
* [Usage](#usage)
11+
+ [Decryption](#decryption)
12+
+ [Encryption](#encryption)
13+
+ [Customized Logging](#customized-logging)
14+
+ [Extras](#extras)
15+
* [Example](#example)
16+
* [To-Do](#to-do)
17+
* [License](#license)
18+
719
## Installation
820

921
You can install the script using one of these methods:
@@ -111,7 +123,11 @@ The script also includes PHP-like encoding and decoding functions:
111123
from padding_oracle.encoding import urlencode, urldecode, base64_encode, base64_decode
112124
```
113125

114-
### TODO
126+
## Example
127+
128+
See the `example` folder.
129+
130+
## To-Do
115131

116132
- [ ] Support more padding schemes
117133

0 commit comments

Comments
 (0)