Skip to content

Commit

Permalink
Add demonstration in README
Browse files Browse the repository at this point in the history
  • Loading branch information
OXDBXKXO committed Jan 30, 2022
1 parent 2b06eb0 commit e3dd05d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ The exploit can either be used with a command (flag `-c`) or as a reverse-shell



## Demonstration

```bash
$> ./exploit
sh-5.1# id
uid=0(root) gid=0(root) groups=0(root)
sh-5.1#
```



## Mitigation

Patch `pkexec` if possible, other disable the ***setuid*** bit on the `pkexec` binary.
Expand Down

0 comments on commit e3dd05d

Please sign in to comment.