[StartingPoint][Tier1]Appointment

Task 1

What does the acronym SQL stand for?

(SQL 缩写代表什么?)

Structured Query Language

Task 2

What is one of the most common type of SQL vulnerabilities?

(最常见的 SQL 漏洞类型之一是什么?)

SQL Injection

Task 3

What is the 2021 OWASP Top 10 classification for this vulnerability?

(此漏洞的 2021 年 OWASP Top 10 分类是什么?)

A03:2021-Injection

Task 4

What does Nmap report as the service and version that are running on port 80 of the target?

(Nmap 报告在目标的 80 端口上运行的服务和版本是什么?)

$ nmap -p 80 -sV 10.129.222.12

Apache httpd 2.4.38 ((Debian))

Task 5

What is the standard port used for the HTTPS protocol?

(HTTPS 协议使用的标准端口是什么?)

443

Task 6

What is a folder called in web-application terminology?

(Web 应用程序术语中的文件夹是什么?)

directory

Task 7

What is the HTTP response code is given for 'Not Found' errors?

("未找到"错误的 HTTP 响应代码是什么?)

404

Task 8

Gobuster is one tool used to brute force directories on a webserver. What switch do we use with Gobuster to specify we're looking to discover directories, and not subdomains?

(Gobuster 是一种用于暴力破解网络服务器上目录的工具。我们在 Gobuster 中使用什么开关来指定我们要发现目录,而不是子域?)

dir

Task 9

What single character can be used to comment out the rest of a line in MySQL?

(MySQL 中可以使用什么单个字符来注释掉一行的其余部分?)

Task 10

If user input is not handled carefully, it could be interpreted as a comment. Use a comment to login as admin without knowing the password. What is the first word on the webpage returned?

(如果不仔细处理用户输入,它可能会被解释为评论。使用评论以管理员身份登录,无需知道密码。返回的网页第一个单词是什么?)

Ps:其实这里应该用gobuster来爆破目录出登录页面的,但是这里可能环境有问题直接访问就自动跳转到登录页面了

username:admin'# password:any

Congratulations

Flag

e3d0796d002a446c0e622226f42e9672

相关推荐
aaaffaewrerewrwer34 分钟前
免费在线 AVIF 转 WebP 工具推荐(支持批量转换 + 浏览器本地处理 + 无需上传)
安全·个人开发
zhengfei6111 小时前
【渗透工具】Payloader — 渗透测试辅助平台(payload一键所有)
网络·安全·web安全
Multipath7123 小时前
无人区不掉线:多链路聚合路由,为环塔拉力赛筑起“空中通讯走廊”
网络·5g·安全·无人机·实时音视频
知识浅谈3 小时前
人工智能日报 每日AI新闻(2026年6月8日):OpenAI安全加码、苹果AI升级前夜与国产AI应用落地
人工智能·安全·chatgpt
上海云盾-小余5 小时前
接口高频恶意刷取怎么防?网关限流搭配 WAF 联合防护方案
网络·安全
持敬chijing7 小时前
Web渗透之SQL注入-二次注入(Second-Order SQL Injection)
sql·安全·web安全·网络安全·网络攻击模型·安全威胁分析
AI帮小忙8 小时前
主机安全排查
linux·服务器·安全
AI人工智能+电脑小能手8 小时前
【大白话说Java面试题 第102题】【并发篇】第2题:volatile 能否保证线程安全?
java·安全·面试
laoli_coding8 小时前
数据机密性保护算法汇总(国际算法)
安全·网络安全·密码学
Lyyaoo.9 小时前
【数据结构】HashMap底层存储+扩容机制+线程安全【待更新】
数据结构·安全·哈希算法