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

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

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

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

工具目录

分类

查看所有分类
Loading categories
SPF — SpeedPhishing 框架 | Kitploit
工具/GitHubGitHub/tatanus/spf
OSINT (开源情报)信息收集钓鱼攻击渗透测试社会工程学红队
GitHubtatanus/spf

SPF

SpeedPhishing 框架

查看仓库
44813117年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Python 2.6-2.7 GitHub license

DEFCON 23 Demolabs

Black Hat USA Arsenal

Black Hat USA Arsenal

SPF(SpeedPhish框架)是一个Python工具,旨在快速侦察和部署简单的社会工程钓鱼演练。

要求:

  • dnspython
  • twisted
  • PhantomJS

安装

root@kitploit:~
apt-get update
apt-get upgrade -y
apt-get install git build-essential python-dev python-pip phantomjs -y

apt install python3-twisted
apt install python3-dnspython

git clone --recursive https://github.com/tatanus/SPF.git

用法:

root@kitploit:~
usage: spf.py [-h] [-f <list.txt>] [-C <config.txt>] [--all] [--test] [-e]
              [-g] [-s] [--simulate] [-w] [-W] [-d <domain>]
              [-c <company's name>] [--ip <IP address>] [-v] [-y]

optional arguments:
  -h, --help           show this help message and exit
  -d <domain>          domain name to phish
  -c <company's name>  name of company to phish
  --ip <IP address>    IP of webserver defaults to [192.168.1.124]
  -v, --verbosity      increase output verbosity

input files:
  -f <list.txt>        file containing list of email addresses
  -C <config.txt>      config file

enable flags:
  --all                enable ALL flags... same as (-e -g -s -w)
  --test               enable all flags EXCEPT sending of emails... same as
                       (-e -g --simulate -w -y -v -v)
  -e                   enable external tool utilization
  -g                   enable automated gathering of email targets
  -s                   enable automated sending of phishing emails to targets
  --simulate           simulate the sending of phishing emails to targets
  -w                   enable generation of phishing web sites
  -W                   leave web server running after termination of spf.py

misc:
  -y                   automatically answer yes to all questions

执行:

root@kitploit:~
cd spf
python3 spf.py --test -d example.com

或仅测试网站:

root@kitploit:~
cd spf
python3 web.py default.cfg

其他

DerbyCon 2015 视频

DerbyCon 2015 Video

BsidesLV 2015 视频

BSidesLV 2015 Video

BsidesKnox 2015 视频

BsidesKnox 2015 Viedo

示例用法视频

Video of simple usage

下载工具