Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T18:22:57.000Z (7 months ago)
- Last Synced: 2024-05-31T19:49:17.411Z (7 months ago)
- Topics: kernel, linux, privilege, privilege-escalation, tool
- Language: Shell
- Homepage: https://aviksaikat.github.io/LinGhost/
- Size: 757 KB
- Stars: 4
- 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
![](images/untitled.svg)
- 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
![](images/banner.png)- User information
![](images/pic1.png)
- Sudo version
![](images/pic2.png)
- Path information
![](images/pic3.png)
- Kernel information
![](images/pic4.png)
- Useful softwares installed on the machine
![](images/pic5.png)
- Cronjobs
![](images/pic6.png)
- Routing table
![](images/pic8.png)
- Hosts file
![](images/pic9.png)
- Open local ports
![](images/pic10.png)
- Suggested commands
![](images/pic11.png)
- SUID binaries
![](images/pic12.png)[-] Todo : Documentation
##### P.S. This is not a Linpease alternative. It"s for fun and CTF purpose only.