We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8d4a3 commit d3930c9Copy full SHA for d3930c9
1 file changed
src/network-services-pentesting/pentesting-web/flask.md
@@ -10,11 +10,11 @@ Default cookie session name is **`session`**.
10
11
### Decoder
12
13
-Online Flask coockies decoder: [https://www.kirsle.net/wizards/flask-session.cgi](https://www.kirsle.net/wizards/flask-session.cgi)
+Online Flask cookies decoder: [https://www.kirsle.net/wizards/flask-session.cgi](https://www.kirsle.net/wizards/flask-session.cgi)
14
15
#### Manual
16
17
-Get the first part of the cookie until the first point and Base64 decode it>
+Get the first part of the cookie until the first point and Base64 decode it:
18
19
```bash
20
echo "ImhlbGxvIg" | base64 -d
0 commit comments