Skip to content

Blu3Meteor/I-Phish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I-Phish: Phishing Detection using ML and Intuitive Display

ML based detection of Phishing URL. Chrome Extension product.

Dev setup

  • setup venv: python -m venv venv
  • activate venv:
    • linux: source venv/bin/activate
  • pip install -r requirements
  • after installing from pip: `

Testing

  • curl:
    • single url: curl -X POST http://127.0.0.1:8000/validate -H 'Content-Type: application/json' -d '{"url":"abc"}'
    • list of urls: curl -X POST http://127.0.0.1:8000/validate -H 'Content-Type: application/json' -d '{"urls": ["abc", "def", "ghi"]}'

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 84.0%
  • Python 7.9%
  • HTML 5.4%
  • JavaScript 2.2%
  • CSS 0.5%