Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
SPF — SpeedPhishing Framework | Kitploit
Ferramentas/GitHubGitHub/tatanus/spf
OSINT (Inteligência de Fontes Abertas)Coleta de InformaçõesPhishingTestes de PenetraçãoEngenharia SocialRed Teaming
GitHubtatanus/spf

SPF

SpeedPhishing Framework

Ver Repositório
4481311há 7 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Python 2.6-2.7 GitHub license

DEFCON 23 Demolabs

Black Hat USA Arsenal

Black Hat USA Arsenal

SPF (SpeedPhish Framework) é uma ferramenta python projetada para permitir reconhecimento rápido e implantação de exercícios simples de engenharia social de phishing.

Requisitos:

  • dnspython
  • twisted
  • PhantomJS

Instalação

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

Uso:

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

Execução:

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

ou para apenas testar os sites:

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

Diversos

Vídeo DerbyCon 2015

Vídeo DerbyCon 2015

Vídeo BsidesLV 2015

Vídeo BSidesLV 2015

Vídeo BsidesKnox 2015

Vídeo BsidesKnox 2015

Vídeo de uso de exemplo

Vídeo de uso simples

Baixar ferramenta