Skip to content

A mini project aimed at identifying phishing URLs using the checkphish API endpoints created using react js

Notifications You must be signed in to change notification settings

Mr-Clrscr/Phish_Site_Identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phishing Site Identifier

A mini project aimed at identifying phishing URLs using the checkphish API endpoints created using react js

API Reference

Initiate url scan

  POST api/neo/scan
Parameter Type Description
apiKey string Required. Your API key
url string Required. e.g. www.example.com

Get url scan status

  POST api/neo/scan/status
Parameter Type Description
apiKey string Required. Your API key
jobID string Required. job id for the initiated job

checkURL(url)

Takes url and invokes the above api calls

Acknowledgements

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_API_KEY

Installation

  cd project-folder
  npm install

About

A mini project aimed at identifying phishing URLs using the checkphish API endpoints created using react js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published