Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phishing-lab

For a school project where we need to make a phishing website to STEAL people's SENSITIVE INFORMATION

Build instructions

  1. Clone this repository
  2. Run endpoint .py by navigating to the repository directory and typing py .\endpoint.py
  3. Make sure you have the flask and flask-cors Python packages installed
  4. To install, run py -m pip install flask and py -m pip install flask-cors
  5. Run the webpage locally using npm, python, or the VScode live server extension

If you have python3 installed:

cd ~/phishing-lab
python3 -m http.server 5000

If you have npm installed (recommended)

  1. Install serve (it is a global install, be warned!)
  2. serve the dir
npm i -g serve
cd ~/phishing-lab
serve
  1. Phish yourself by typing in your username and password and watch the credentials appear on the python program (DO NOT PHISH OTHER REAL PEOPLE!!!!!!!!)
  2. Get redirected to the official website to make it appear as if nothing suspicious happened

About

For a school project where we need to make a phishing website to STEAL people's SENSITIVE INFORMATION

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages