当前位置: 首页 > article >正文

Hack The Box-Starting Point系列Oopsie

一. 答案

  1. With what kind of tool can intercept web traffic? (什么样的工具可以拦截Web流量?)
    proxy
  2. What is the path to the directory on the webserver that returns a login page?(Web服务器上返回登录页面的目录路径是什么?)
    /cdn-cgi/login
  3. What can be modified in Firefox to get access to the upload page?(我们可以在火狐浏览器中修改什么以访问上传页面)
    cookie
  4. What is the access ID of the admin user?(管理员用户的访问ID是什么?)
    34322
  5. On uploading a file, what directory does that file appear in on the server?(上传文件时,该文件出现在服务器的哪个目录中?)
    /uploads
  6. What is the file that contains the password that is shared with the robert user?(哪个文件包含了robert这个用户的密码)
    db.php
  7. What executible is run with the option “-group bugtracker” to identify all files owned by the bugtracker group?(使用选项"-group bugtracker "运行什么可执行文件,以识别 bugtracker 组拥有的所有文件?)
    find
  8. Regardless of which user starts running the bugtracker executable, what’s user privileges will use to run?
    root
  9. What SUID stands for?
    Set owner User ID
  10. What is the name of the executable being called in an insecure manner? (以不安全方式调用的可执行文件的名称是什么?)
    cat

二.f**k步骤

  1. 上Nmap扫描,执行命令: nmap -sV -sC 目标IP, 发现有问题
    在这里插入图片描述

  2. <

http://www.kler.cn/a/509929.html

相关文章:

  • PHP 8.4 安装和升级指南
  • 【青蛙过河——思维】
  • 登录校验Cookie、Session、JWT
  • flutter开发-figma交互设计图可以转换为flutter源代码-如何将设计图转换为flutter源代码-优雅草央千澈
  • 【Azure 架构师学习笔记】- Azure Function (2) --实操1
  • 使用Pydantic驾驭大模型
  • TCP Window Full是怎么来的
  • 游戏画质升级史的思考
  • DEBERTA:具有解耦注意力机制的解码增强型BERT
  • 豆包MarsCode:构造特定数组的逆序拼接
  • 通信协议之多摩川编码器协议
  • LabVIEW 实现线路板 PCB 可靠性测试
  • 网络安全 | 域名和DNS详解
  • vim使用指南
  • Armv8/Armv9架构从入门到精通-介绍
  • nss刷题3
  • .Net Core微服务入门系列(一)——项目搭建
  • Conda 常用操作命令与使用示例
  • CC工具箱使用指南:【Excel点集转面要素(批量)】
  • 请简述公司的系统服务架构类型(单体架构、分布式架构、微服务架构、分层架构、集群架构、SOA 架构、中台架构)
  • Reactor 模式在 Edis、Nginx 和 Netty 中的应用与高性能网络模式解析
  • 青少年编程与数学 02-007 PostgreSQL数据库应用 01课题、PostgreSQL数据库
  • Day30下 - RAG系统
  • 实现星海波动粒子特效:基于 Canvas 和 JavaScript 的 3D 波动效果
  • P7865 「EVOI-RD1」无人机航拍( ( [主题训练B1]线段树 ) 第四题)[ 采用高级二维差分数组 ]
  • 【MySQL】环境变量配置