Skip to content

AndersonCodingClub/PhishNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhishNet

Overview

PhishNet provides a centralized way to find verified contact information for the organizations you interact with every day. PhishNet makes it easy to check whether you’re being contacted through valid channels or whether you’re being targeted by a phishing attack. If you receive an email or text message from an unknown source, you can immediately check its validity using PhishNet’s search feature. Simply copy the sender’s email address or phone number and PhishNet will tell you whether or not you’re interacting with who you think you are.

Running PhishNet Locally

Prerequisites

Step 1: Clone the Repository

Start by cloning this repository. You can do this by running the following command in Terminal (MacOS) or Command Prompt (Windows):

git clone https://github.com/AndersonCodingClub/PhishNet.git

Then, move into the newly cloned directory by running this command:

cd PhishNet

Step 2: Install Flask

We use Flask to host PhishNet's web server locally. To install flask, run this command in Terminal/Command Prompt:

pip install -U Flask

Run the Web Server

There are multiple ways to start running the web server. You can type either of the below commands into Terminal/Command Prompt

Option 1:

python app.py

OR

Option 2:

flask run --host=localhost --port=3000

Go to the Website

Finally, once you've run those commands, you should be able to go to this link and find the web page fully working. Keep in mind this link won't work unless you've done each of the preceeding commands correctly.

About

Centralized database for reliable company information used to prevent phishing attacks. Done for HackBlue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors