Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
384 views
in Technique[技术] by (71.8m points)

sqlmap测试多参数链接时遇到问题,只能测试第一个参数?

我用sqlmap运行如下语句:sqlmap.py -u http://xxx.xxx.com/more.asp?b...
结果只能测试bkid参数,后面的mytype参数无法测试
图片描述

提示'mytype' 不是内部或外部命令,也不是可运行的程序
求问这是为什么?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

给url加引号就行了,诸如sqlmap.py -u "http://xxx.xxx.com/more.asp?bixay=1&type=2"


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...