File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 44
55This 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
921You can install the script using one of these methods:
@@ -111,7 +123,11 @@ The script also includes PHP-like encoding and decoding functions:
111123from 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
You can���t perform that action at this time.
0 commit comments