Skip to content

Commit a4bb7dd

Browse files
authoredJan 17, 2024
Update privesc.md
1 parent 958a143 commit a4bb7dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎privesc.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ Check what low-level user can run as root:
77
```
88
sudo -l
99
```
10+
I have had it happen before that LinPeas / Linux Exploit Suggester don't flag a kernel vuln. So always also do:
11+
```
12+
uname -a
13+
```
14+
And search for any kernel vulns.

0 commit comments

Comments
 (0)
Please sign in to comment.