Skip to content

Commit 64fcbf5

Browse files
authored
Merge pull request #2021 from daniellozier/patch-1
Update flask.md - Fix typos
2 parents 81a6fc6 + d3930c9 commit 64fcbf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/network-services-pentesting/pentesting-web

src/network-services-pentesting/pentesting-web/flask.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Default cookie session name is **`session`**.
1010

1111
### Decoder
1212

13-
Online Flask coockies decoder: [https://www.kirsle.net/wizards/flask-session.cgi](https://www.kirsle.net/wizards/flask-session.cgi)
13+
Online Flask cookies decoder: [https://www.kirsle.net/wizards/flask-session.cgi](https://www.kirsle.net/wizards/flask-session.cgi)
1414

1515
#### Manual
1616

17-
Get the first part of the cookie until the first point and Base64 decode it>
17+
Get the first part of the cookie until the first point and Base64 decode it:
1818

1919
```bash
2020
echo "ImhlbGxvIg" | base64 -d

0 commit comments

Comments
 (0)