PhishNet-Combatant is a phishing email detector which deploys machine learning algorithms to detect phishing emails. This was created for TAMUHack X.
In order to run the website locally, NodeJS is required. Install this here: Download
Clone the repository and open the directory in a terminal. Then, install dependencies:
npm install
Then run the React server:
npm run dev
Finally, open the server IP in a browser.
NOTE: The website is STILL a work in progress. Meaning, the email checking functionality for the website does not work yet. In order to have an email checked for phishing, simply forward the email to PhishNet-Combatant at phishnetcombatant@gmail.com, and wait for a reply.