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.
2 parents 81a6fc6 + d3930c9 commit 64fcbf5Copy full SHA for 64fcbf5
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