Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basharkey/CVE-2022-0847-dirty-pipe-checker
Bash script to check for CVE-2022-0847 "Dirty Pipe"
https://github.com/basharkey/CVE-2022-0847-dirty-pipe-checker
Last synced: 21 days ago
JSON representation
Bash script to check for CVE-2022-0847 "Dirty Pipe"
- Host: GitHub
- URL: https://github.com/basharkey/CVE-2022-0847-dirty-pipe-checker
- Owner: basharkey
- Created: 2022-03-08T17:13:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T23:25:46.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:45:27.895Z (4 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 64
- Watchers: 1
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - basharkey/CVE-2022-0847-dirty-pipe-checker - Bash script to check for CVE-2022-0847 "Dirty Pipe" (Shell)
README
# CVE-2022-0847-dirty-pipe-checker
Bash script to check for CVE-2022-0847 "Dirty Pipe"https://dirtypipe.cm4all.com/
# Usage
Check current kernel version
```
./dpipe.sh
```Check specific kernel version
```
./dpipe.sh 5.10.11
```