Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
SPF — إطار عمل SpeedPhishing | Kitploit
أدوات/GitHubGitHub/tatanus/spf
الاستخبارات مفتوحة المصدر (OSINT)جمع المعلوماتالتصيد الاحتيالياختبار الاختراقالهندسة الاجتماعيةالفريق الأحمر
GitHubtatanus/spf

SPF

إطار عمل SpeedPhishing

عرض المستودع
4481311منذ 7 سنواتتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

Python 2.6-2.7 GitHub license

DEFCON 23 Demolabs

Black Hat USA Arsenal

Black Hat USA Arsenal

SPF (SpeedPhish Framework) هي أداة بايثون مصممة للسماح بالاستطلاع السريع ونشر تمارين التصيد الاجتماعي البسيطة.

المتطلبات:

  • 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

تنزيل الأداة