Skip to content

Commit 7cf115b

Browse files
committed
edit XSS page
1 parent 2f3cb44 commit 7cf115b

File tree

7 files changed

+168
-166
lines changed

7 files changed

+168
-166
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Decrypt SolarPuTTY Sessions Files
3+
description:
4+
tags:
5+
- Network
6+
refs:
7+
date: 2024-12-06
8+
draft: false
9+
---
10+
11+
## Decrypt
12+
13+
Python code is here: [xHacka's SolarPuttyDecrypt.py](https://gist.github.com/xHacka/052e4b09d893398b04bf8aff5872d0d5)
14+
15+
```sh
16+
python3 SolarPuTTYDecrypt.py sessions.dat wordlist.txt
17+
```

src/exploit/web/security-risk/broken-access-control.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The attacking methodology of broken access control in web applicati
44
tags:
55
- Web
66
refs:
7-
date: 2024-03-17
7+
date: 2024-12-06
88
draft: false
99
---
1010

@@ -43,6 +43,9 @@ Cookie: admin=true
4343
Cookie: isAdmin=true
4444
Cookie: access=1
4545
Cookie: access=true
46+
Cookie: login=true
47+
Cookie: login=success
48+
4649
# Insert another user value
4750
Cookie: session=<another_user_value>
4851
Cookie: access_token=<another_user_value>

0 commit comments

Comments
 (0)