Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
SPF — SpeedPhishing Framework | Kitploit
ツール/GitHubGitHub/tatanus/spf
OSINT (オープンソースインテリジェンス)情報収集フィッシングペネトレーションテストソーシャルエンジニアリングレッドチーミング
GitHubtatanus/spf

SPF

SpeedPhishing Framework

リポジトリを見る
44813117年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Python 2.6-2.7 GitHub license

DEFCON 23 Demolabs

Black Hat USA Arsenal

Black Hat USA Arsenal

SPF(SpeedPhish Framework)は、簡単なソーシャルエンジニアリングフィッシング演習の迅速な偵察と展開を可能にするように設計された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 ビデオ

BSidesLV 2015 ビデオ

BSidesLV 2015 ビデオ

BsidesKnox 2015 ビデオ

BsidesKnox 2015 ビデオ

簡単な使用例のビデオ

簡単な使用例のビデオ

ツールをダウンロード