Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
SPF — SpeedPhishing Framework | Kitploit
도구/GitHubGitHub/tatanus/spf
OSINT (Open Source Intelligence)Information GatheringPhishingPenetration TestingSocial EngineeringRed Teaming
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 동영상

간단한 사용 예시 동영상

간단한 사용 예시 동영상

도구 다운로드