blasty-vs-pkexec.c

(β˜… 28)

🐧MAJOR BUG GRANTS ROOT FOR ALL MAJOR LINUX DISTRIBUTIONS

File Explorer

ZIP Download
  • blasty-vs-pkexec.c
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

πŸ”

pkexec

View Details β–Ό

Execute commands as another user.
Asks for password in a GUI if available.
See also: `sudo`, `run0`, `doas`.

pkexec {{command}}

Run command as root:

pkexec

Switch user to root:

pkexec --user {{username}} {{command}}

Run command as a specific user:

// repository documentation