All Projects → trailofbits → trailofphish

trailofbits / trailofphish

Licence: other
Phishing e-mail repository

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Labels

Projects that are alternatives of or similar to trailofphish

wifimitm
Wi-Fi Machine-in-the-Middle: Automation of MitM Attack on Wi-Fi Networks
Stars: ✭ 49 (+48.48%)
Mutual labels:  phishing
InfoPhish
InfoPath Phishing Repo Resource
Stars: ✭ 68 (+106.06%)
Mutual labels:  phishing
Dark-Phish
Dark-Phish is a complete phishing tool. For more about Dark-Phish tool please visit the website.
Stars: ✭ 57 (+72.73%)
Mutual labels:  phishing
Social-Fish-v2.0
Phishing Tool
Stars: ✭ 24 (-27.27%)
Mutual labels:  phishing
ThePhish
ThePhish: an automated phishing email analysis tool
Stars: ✭ 676 (+1948.48%)
Mutual labels:  phishing
MurMurHash
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.
Stars: ✭ 79 (+139.39%)
Mutual labels:  phishing
termux-wifi
Bash script which installs and runs the Fluxion tool inside Termux, a wireless security auditing tool used to perform attacks such as WPA/WPA2 cracking and MITM attacks.
Stars: ✭ 406 (+1130.3%)
Mutual labels:  phishing
Phishing-Email-Analysis
Useful resources about phishing email analysis
Stars: ✭ 46 (+39.39%)
Mutual labels:  phishing
ApeX
Using Social Engineering To Obtain WiFi Passwords
Stars: ✭ 87 (+163.64%)
Mutual labels:  phishing
Facebook-phishing
Phishing Facebook Page in Django Code(Python Based)
Stars: ✭ 129 (+290.91%)
Mutual labels:  phishing
Phishing-Dataset
Phishing dataset with more than 88,000 instances and 111 features. Web application available at. https://gregavrbancic.github.io/Phishing-Dataset/
Stars: ✭ 21 (-36.36%)
Mutual labels:  phishing
Hades
The best way to hack into VMware accounts.
Stars: ✭ 61 (+84.85%)
Mutual labels:  phishing
Phishruffus
Intelligent threat hunter and phishing servers
Stars: ✭ 44 (+33.33%)
Mutual labels:  phishing
Blackeye-for-Windows
This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. This tool has been there for Linux and even Android via Termux. I converted it to Win…
Stars: ✭ 38 (+15.15%)
Mutual labels:  phishing
shark
Best Tool For Phishing, Future Of Phishing
Stars: ✭ 238 (+621.21%)
Mutual labels:  phishing
Phishious
An open-source Secure Email Gateway (SEG) evaluation toolkit designed for red-teamers.
Stars: ✭ 397 (+1103.03%)
Mutual labels:  phishing
VisualBasicObfuscator
Visual Basic Code universal Obfuscator intended to be used during penetration testing assignments.
Stars: ✭ 115 (+248.48%)
Mutual labels:  phishing
TR-PhishingList
Türkiye'ye Yönelik Zararlı Bağlantı Erişim Engelleme Listesi
Stars: ✭ 68 (+106.06%)
Mutual labels:  phishing
Malicious-Urlv5
A multi-layered and multi-tiered Machine Learning security solution, it supports always on detection system, Django REST framework used, equipped with a web-browser extension that uses a REST API call.
Stars: ✭ 35 (+6.06%)
Mutual labels:  phishing
TgaHacking
Social Media Hacking & Information Tool
Stars: ✭ 71 (+115.15%)
Mutual labels:  phishing

Trail of Phish

Code Climate Build Status

Trail of Phish is a private repository of phishing emails.

Usage

Original email messages are stored in data/raw/, and a Rakefile is used to generate the anonymized email messages, archive links, extract attachments and create zip archives of the emails.

Directory Structure

  • data/raw - Contains the raw and unanonymized emails, grouped into category directories, such as crime and phishing.
  • data/processed - Contains the anonymized emails and additional metadata, grouped into category directories, such as crime and phishing.
  • data/processed/$md5/message.eml - The anonymized email message.
  • data/processed/$md5/links/ - The archive of every link contained within the email body.
  • data/processed/$md5/attachments/ - Contains the extracted attachments contained within the email.
  • data/processed/$md5.zip - A password protected (infected) zip archive of the anonymized email, archive links and extracted attachments.

Rake Tasks

  • rake emails:anonymize - Anonymizes all original emails.
  • rake emails:extract:attachments - Extracts all attachments from all emails.
  • rake emails:extract:links - Extracts all links from all emails.
  • rake emails:zip - Creates zip archives of all emails.
  • rake yard - Generate API Documentation in the doc/ directory.

Anonymization

All emails are anonymized by having the following data replaced with an equal number of X characters:

  • Email addresses listed in the To header.
  • Display names listed in the To header.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].