X Tutup
The Wayback Machine - https://web.archive.org/web/20210112220453/https://github.com/loveraven42/baidu_sqlmapapi
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

baidu_sqlmapapi

  • 作用:
    • 提供一个关键字,然后用百度搜索进行查找sqlmap注入
  • 用途: 刷教育行业src的应该比较不错

usage: crawl.py [-h] [-w WORD] [-f FILE]

optional arguments:
  -h, --help            show this help message and exit
  -w WORD, --word WORD  the single word that you want to crawl
  -f FILE, --file FILE  get the word from the file

  • install
    • pip install BeautifulSoup gevent

  • 先开启sqlmapapi 命令: sqlmapapi -s
  • 注意事项 word关键字如果有空格的话需要加上引号 example: -w "site:edu.cn inurl:?id="

ps: I have add the gevent to speed this program!! have fun:)

  • 相关截图

About

use baidu search url to test sqlinjection, you can use it to get lots of vulnerable urls

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.
X Tutup