Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
sqlifinder — SQL注入漏洞扫描器,使用Python开发 | Kitploit
工具/GitHubGitHub/americo/sqlifinder
漏洞扫描器Web漏洞扫描器Web安全
GitHubamerico/sqlifinder

sqlifinder

SQL注入漏洞扫描器,使用Python开发

查看仓库
3957334个月前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

sqlifinder

用Python编写的SQL注入扫描器。

功能特性 • 安装 • 使用方法 •


sqlifinder 是一个用于检测基于GET的SQL注入漏洞的工具,利用waybackurls、网络爬虫和SQL注入payload进行检测。

功能特性

sqlifinder

  • 快速且强大的扫描器
  • 包含网络爬虫和waybackurls

使用方法

root@kitploit:~
python3 sqlifinder.py -h

这将显示工具的帮助信息。以下是其支持的所有选项。

安装

Sqlifinder 要求:

  • python3
  • huepy
  • requests
  • tqdm

运行以下命令进行安装:

root@kitploit:~
▶ sudo apt install git
root@kitploit:~
▶ git clone https://github.com/americo/sqlifinder
root@kitploit:~
▶ cd sqlifinder
▶ pip3 install -r requirements.txt

运行 Sqlifinder

要在目标上运行该工具,只需使用以下命令。

root@kitploit:~
▶ python3 sqlifinder.py -d example.com

可以使用 -s 命令测试目标子域名中的SQL注入。

root@kitploit:~
▶ python3 sqlifinder -d example.com -s

许可证

sqlifinder 由 americo 用 🖤 打造。

下载工具