当前位置:网站首页>BUUCTF刷题笔记——[极客大挑战 2019]EasySQL 1
BUUCTF刷题笔记——[极客大挑战 2019]EasySQL 1
2022-07-06 02:58:00 【永远是少年啊】
今天继续刷BUUCTF的题,今天解决[极客大挑战 2019]EasySQL 1。
一、题目基本信息
我们进入链接,打开网站,结果如下所示:
二、解题思路
从上图中可以看出,我们的目标站点是一个登录页面。结合题目信息,我们可以猜测该题目是解题为SQL注入方向。
我们简单的在用户名处尝试带有单引号的用户名admin’,结果如下所示:
从上图可以看出,这是一个简单的报错的SQL注入。
接下来,我们尝试在刚才的用户名后面添加一个#,尝试过滤后面的内容,结果如下所示:
三、拿到flag
从上述尝试很容易分析处,这个题目非常简单,基本上没有进行过滤,我们尝试使用万能密码,用户名admin’ or 1=1#,密码随意,点击登录后,结果如下所示:
从上图中可以看出,我们成功拿到了该题目的flag。
原创不易,转载请说明出处:https://blog.csdn.net/weixin_40228200
边栏推荐
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 8
- 07 singleton mode
- 米家、涂鸦、Hilink、智汀等生态哪家强?5大主流智能品牌分析
- ERA5再分析资料下载攻略
- MySQL learning notes-10-tablespace recycling
- Pure QT version of Chinese chess: realize two-man, man-machine and network games
- [pointer training - eight questions]
- Redis skip table
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 13
- codeforces每日5题(均1700)-第六天
猜你喜欢
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 15
[matlab] access of variables and files
PMP每日一练 | 考试不迷路-7.5
米家、涂鸦、Hilink、智汀等生态哪家强?5大主流智能品牌分析
主数据管理理论与实践
Apt installation ZABBIX
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 8
微服务注册与发现
深度解析链动2+1模式,颠覆传统卖货思维?
Sign SSL certificate as Ca
随机推荐
C language - Blue Bridge Cup - promised score
The difference between sizeof and strlen in C language
codeforces每日5題(均1700)-第六天
解决:AttributeError: ‘str‘ object has no attribute ‘decode‘
有没有完全自主的国产化数据库技术
C # create self host webservice
Microservice registration and discovery
淘宝焦点图布局实战
tcpdump: no suitable device found
IPv6 jobs
Single instance mode of encapsulating PDO with PHP in spare time
[matlab] access of variables and files
Atcoder beginer contest 233 (a~d) solution
[Digital IC manual tearing code] Verilog asynchronous reset synchronous release | topic | principle | design | simulation
如何精准识别主数据?
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 10
CobaltStrike-4.4-K8修改版安装使用教程
1. Dynamic parameters of function: *args, **kwargs
Zhang Lijun: penetrating uncertainty depends on four "invariants"
【Unity3D】GUI控件