├── exploit.txt └── README.md /exploit.txt: -------------------------------------------------------------------------------- 1 | g++ -Wall -pedantic -O2 -std=c++11 -pthread -o exploit 40847.cpp -lutil 2 | 3 | python -c 'import pty;pty.spawn("/bin/bash")' 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Keralahacker- 2 |  3 | 4 |
Instagram | TryHackMe 9 | 10 |  11 |
12 | 13 | 14 | 15 | 16 | 28 | 29 | --------------------------------------------------------------------------------