https://github.com/aviksaikat/linghost
LinGhost - Linux Privilege Escalation Tool
https://github.com/aviksaikat/linghost
kernel linux privilege privilege-escalation tool
Last synced: about 1 month ago
JSON representation
LinGhost - Linux Privilege Escalation Tool
- Host: GitHub
- URL: https://github.com/aviksaikat/linghost
- Owner: Aviksaikat
- Created: 2021-08-19T06:47:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T18:22:57.000Z (12 months ago)
- Last Synced: 2025-04-11T01:04:22.247Z (about 1 month ago)
- Topics: kernel, linux, privilege, privilege-escalation, tool
- Language: Shell
- Homepage: https://aviksaikat.github.io/LinGhost/
- Size: 757 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README
# LinGhost - Linux Privilege Escalation Tool 👻
> Saikat Karmakar | Aug : 2021

- This tool gives information about critical files which can be used for privilege escalation on linux/unix systems. It is heavily inspired by `Linpease` but more simple and intended to do CTF challenges like HackTheBox, TryHackme etc.
- I used the methods of `HackTricks`(https://book.hacktricks.xyz/linux-unix/privilege-escalation) and tried to keep this as simple as possible and beginner friendly.
#### Usage
```bash
git clone https://github.com/Aviksaikat/LinGhost
cd LinGhost
chmod +x ./linGhost.sh
./linGhost.sh
```#### Screenshots
- Banner
- User information

- Sudo version

- Path information

- Kernel information

- Useful softwares installed on the machine

- Cronjobs

- Routing table

- Hosts file

- Open local ports

- Suggested commands

- SUID binaries
[-] Todo : Documentation
##### P.S. This is not a Linpease alternative. It"s for fun and CTF purpose only.