AutoLocalPrivilegeEscalation
AutoLocalPrivilegeEscalation copied to clipboard
An automated script that download potential exploit for linux kernel from exploitdb, and compile them automatically
Hi Chan, I tried to use your script on my centos 7 (or Debian 8) and it´s doesn't work. The error is this: `[*] The base directory is /usr/share/exploitdb/platforms [*]...
This PR fixes some issues, some of them related with the new kali version: - Fixed shebang /bin/bash (for zsh shell it gives errors) - Fixed -z check in file_name...
``` #/bin/bash usage(){ echo "-/ Auto Local Root Exploit -/"; echo ""; echo "[*] Usage: $0 VERSION_OF_KERNEL"; echo "[*] Example: root#~$ $0 2.6"; exit 1; } download(){ base="/usr/share/exploitdb/platforms" echo "[*]...