Skip to content

A phishing and malicious link detection web app Made using a React App frontend and the VirusTotal API as part of the backend

Notifications You must be signed in to change notification settings

arifire21/phishooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhisHooks (Team 7 Capstone Project)

A phishing and malicious link detection web app Made using a React App frontend and the VirusTotal API as part of the backend

View the demo here! Basic Detection Details Demo


Repo Structure

Main

Treated like a production branch. Please only merge completed, working code here. Verify changes with other team members before merging, if some of their code would be overwritten by a merge conflict resolutuon.

[Name] Branch

Individual development branches per each team member. Commit changes as desired. :)

Local Deployment Instructions

cd capstone-project

If no /node-modules folder exists in ./capstone-project, run npm install to install packages.

npm start Starts the development server. Open http://localhost:3000 to view it in your browser.

Other Cmds (mainly used for build/deployment)

npm run build Bundles the app into static files for production.

npm test Starts the test runner.

npm run eject Removes this tool and copies build dependencies, configuration files and scripts into the app directory. If you do this, you can’t go back!

About

A phishing and malicious link detection web app Made using a React App frontend and the VirusTotal API as part of the backend

Topics

Resources

Stars

Watchers

Forks