Skip to content

Instantly share code, notes, and snippets.

@haxxinen
Created February 10, 2020 21:20
Show Gist options
  • Save haxxinen/99f157d57a9064dd5e5bbf18608014fc to your computer and use it in GitHub Desktop.
Save haxxinen/99f157d57a9064dd5e5bbf18608014fc to your computer and use it in GitHub Desktop.
linuxprivchecker - python3
# curl -sO https://raw.githubusercontent.com/sleventyeleven/linuxprivchecker/master/linuxprivchecker.py
# pip install 2to3 && 2to3 -w linuxprivchecker.py >/dev/null 2>/dev/null
# apt-get install python-autopep8 -yqq && autopep8 -i linuxprivchecker.py
# sed -i 's/results = out.*/results = out.decode("utf-8").split("\\n")/g' linuxprivchecker.py
# python3 linuxprivchecker.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment