Giter Site home page Giter Site logo

waterphish's Introduction

WaterPhish

Table of contents

General info

This website uses machine learning to detect if a given website is phishing or legitimate.

Technologies:

  1. Python 3.9.6
  2. beautifulsoup4 4.9.3
  3. Flask 1.1.2
  4. ipaddress 1.0.23
  5. urllib3 1.25.10
  6. tldextract 3.1.2
  7. whois 0.9.13
  8. scikit_learn 0.24.2
  9. numpy 1.21.2
  10. pandas 1.3.2
  11. lxml 4.5.0

Features:

  1. Extracts domain based features:
    a. having_IP_Address
    b. Redirect, Prefix_Suffix
    c. having_sub_domain
    d. Domain_registration_length
    e. HTTPS_token
    f. Request_URL
    g. URl_of_Anchor
    h. Links_in_tags
    i. age_of_domain
    j. DNSRecord

  2. Extracts url based features:
    a. URL_Length
    b. having_At_Symbol
    c. double_slash_redirecting
    d. web_traffic
    e. Shortening_Service

  3. Extracts JS features:
    a. Submitting_to_email
    b. on_mouseover
    c. RightClick
    d. Iframe
    e. Favicon

Features to be added:

  1. Database to store searched queries.
  2. Removing saved queries after specific time, to keep a check on the legitimacy of the website.

Setup

To run this project, install libraries given above:

$ cd WaterPhish/
$ flask run

image image

waterphish's People

Contributors

pushpak25w avatar prarthanachandak avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.