We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958a143 commit a4bb7ddCopy full SHA for a4bb7dd
privesc.md
@@ -7,3 +7,8 @@ Check what low-level user can run as root:
7
```
8
sudo -l
9
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