Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swapravo/polkadots
CVE-2021-3560 Local PrivEsc Exploit
https://github.com/swapravo/polkadots
cve-2021-3560 exploits poc polkit privilege-escalation
Last synced: 3 months ago
JSON representation
CVE-2021-3560 Local PrivEsc Exploit
- Host: GitHub
- URL: https://github.com/swapravo/polkadots
- Owner: swapravo
- License: mit
- Created: 2021-06-11T14:28:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T17:48:38.000Z (over 3 years ago)
- Last Synced: 2024-06-07T00:31:46.390Z (5 months ago)
- Topics: cve-2021-3560, exploits, poc, polkit, privilege-escalation
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 77
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - swapravo/polkadots - CVE-2021-3560 Local PrivEsc Exploit (Shell)
README
# polkadots
## CVE-2021-3560 Local PrivEsc Exploit##### This exploit creates a new privileged user with which you can escalate to root.
\
Affected Distributions:
* RHEL 8
* Fedora 21
* Debian testing (Bullseye)
* Ubuntu 20.04### Usage
./polkadots -a [Account] -n [Account name] -h [Password hash] -i [iterations]
Generate hashed passwords with: openssl passwd -6 password@123Defaults:
-a boris
-n Boris Ivanovich Grishenko
-h $6$cGKhfu9znRnOQV1h$2j/3WKyqTcCaftP1PGhW8Pghj2qV5j8zwy1gHrt9eILUE6WKeWVCTa9QgkskIfwVXpjVI.TuX2D.rEkbwKubi/
-i 20
#### Discovered By: Kevin Backhouse
#### Source: https://github.blog/2021-06-10-privilege-escalation-polkit-root-on-linux-with-bug/