Dr4ks / Santa_Phish

This is Phishing Web Application for Secret Santa game, built in Python, HTML, CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi, I'm Dr4ks! πŸ‘‹

πŸš€ About Me

I'm a Cyber Security student and open always to learning.

πŸ”— Links

linkedin hackerrank tryhackme HackTheBox github

Secret Santa Phishing

This repository is created to make Phishing for workers of any company by cheating people via Secret Santa game which happening in New Year eve.

How Phishing works for victim and attacker

  1. Victim reads Email coming from his coworker.
  2. Victim trusts the link as coming from his coworker and opens a link, add Domain credentials to form without checking company's asset database that such service is valid or non-valid.
  3. Attacker sets up web application by running py script.py on his attacker machine and waits for victims.
  4. Once, victim enter his or her Domain credentials, attacker can see grabbed credentials in this file.

Reminder! I build regex for username and password fields due to a company's policy, you can also change.

Purpose of regex's usecase is to imitate web application as connected to Domain via LDAP. As a result, victim can trust.
If victim doesn't trust to attacker's web application and enters invalid credentials , it can also be seen on this file

Phishing Scenario

Video

About

This is Phishing Web Application for Secret Santa game, built in Python, HTML, CSS.


Languages

Language:HTML 63.6%Language:Python 36.4%