栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

Tryhackme-UltraTech

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Tryhackme-UltraTech

UltraTech

文章目录
    • UltraTech
      • Task1 Deploy the machine
      • Task2 It's enumeration time!
      • Task3 Let the fun begin
      • Task4 The root of all evil

Task1 Deploy the machine

Deploy the machine

Task2 It’s enumeration time!

1.Which software is using the port 8081?

Node.js

2.Which other non-standard port is used?

31331

3.Which software using this port?

Apache

4.Which GNU/Linux distribution seems to be used?

Ubuntu

5.The software using the port 8080 is a REST api, how many of its routes are used by the web application?

2

Task3 Let the fun begin

1.There is a database lying around, what is its filename?

utech.db.sqlite

http://ip:8081/ping页面访问无法正常访问,缺少参数运行,在URL添加ip参数即可正常运行;

尝试在ip参数中写入命令,访问http://ip:8081/ping?ip=ls -la ,发现数据库文件utech.db.sqlite

2.What is the first user’s password hash?

f357a0c52799563c7c7b76c1e7543a32

运行http://ip:8081/ping?ip=cat utech.db.sqlite,发现root用户及admin用户hash

3.What is the password associated with this hash?

n100906

Task4 The root of all evil

What are the first 9 characters of the root user’s private SSH key?

MIIEogIBA

r00t用户属于docker组成员,可以利用docker提权

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/451235.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号