Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
SPF — SpeedPhishing Framework | Kitploit
Outils/GitHubGitHub/tatanus/spf
OSINT (Renseignement de Sources Ouvertes)Collecte d'InformationsHameçonnageTests d'IntrusionIngénierie SocialeRed Teaming
GitHubtatanus/spf

SPF

SpeedPhishing Framework

Voir le dépôt
4481311il y a 7 ansVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

Python 2.6-2.7 GitHub license

DEFCON 23 Demolabs

Black Hat USA Arsenal

Black Hat USA Arsenal

SPF (SpeedPhish Framework) est un outil Python conçu pour permettre un repérage rapide et le déploiement d'exercices simples d'ingénierie sociale (phishing).

Prérequis :

  • dnspython
  • twisted
  • PhantomJS

Installation

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

Utilisation :

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

Exécution :

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

ou juste pour tester les sites web :

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

Divers

Vidéo DerbyCon 2015

Vidéo DerbyCon 2015

Vidéo BSidesLV 2015

Vidéo BSidesLV 2015

Vidéo BsidesKnox 2015

BsidesKnox 2015 Vidéo

Vidéo d'un exemple d'utilisation

Vidéo d'une utilisation simple

Télécharger l’outil