Skip to content

SujayD-11/I-Phish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I-Phish

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

Watchers

Forks

Releases

No releases published

Packages

No packages published