GithubHelp home page GithubHelp logo

abhizaik / safesurf Goto Github PK

View Code? Open in Web Editor NEW
47.0 3.0 8.0 92.14 MB

A phishing domain detection tool that also allows you to safely view the website without actually visiting it.

Home Page: https://safesurf.vercel.app

License: MIT License

HTML 26.69% Python 60.83% CSS 10.29% JavaScript 0.95% Dockerfile 1.24%
phishing phishing-links-detection cybersecurity python security hacking malware beginner-friendly flask phishing-attacks

safesurf's Introduction

SafeSurf

A phishing domain detection tool that also allows you to safely view the website without actually visiting it. Built using Python. With SafeSurf, you can quickly identify suspicious websites and protect yourself from phishing attacks.

Features

These are the features provided by SafeSurf to its users.

  • The website is easy to use, with a simple interface that anyone can navigate.
  • Users can see the preview of the website without actually visiting it.
  • SafeSurf gives a trust score to the URL, which will provide the user an understanding of the trustability and authenticity of the domain.
  • The URL is checked with a phish database (PhishTank) to see whether it is a reported phishing link.
  • SafeSurf provides crucial details (WHOIS, SSL and general) regarding the domain, which will help the user to get a basic understanding of the URL.

Demo

https://safesurf.vercel.app


Local Setup

If you find this project useful or interesting, please consider starring it and putting it on your watch list.

To run the application on your system, you can choose one of the following methods:

A. Using Docker (Recommended)

If you have Docker installed on your computer, you can easily run the application by executing the following commands.

  1. Clone the repository:
git clone https://github.com/abhizaik/SafeSurf.git
cd SafeSurf
  1. Start the container
docker-compose up -d
  1. Open your web browser and go to http://localhost:5000 to use the application locally.

B. Manual Setup

Alternatively, you can manually set up the project by following these steps. Note that you may encounter issues with Python libraries, depending on your Python version and the libraries already installed on your system.

  1. Clone the repository:
git clone https://github.com/abhizaik/SafeSurf.git
cd SafeSurf
  1. Install the dependencies:
pip install -r requirements.txt
  1. Start the Flask app:
python app.py
  1. Open your web browser and go to http://localhost:5000 to use the application locally.

Learn and Contribute to the Project

Learn How SafeSurf Works

Project Functionality Overview

This section explains the functionality and inner workings of the project, detailing its key components and processes.

API Endpoints

  • /: Homepage of the application where users can input a URL to assess its safety.
  • /preview: Endpoint to view a preview of the website within SafeSurf.
  • /source-code: Endpoint to view the source code of a website.

Detailed code documentaion of SafeSurf

How to Contribute to SafeSurf

Contributing Guidelines

Contributions are always welcome. If you find this project useful or interesting, please consider starring it and putting it on your watch list. If you want to contribute to the project, here's how you can do it:

  1. Fork the repository to your GitHub account
  2. Clone the forked repository to your local machine:
git clone https://github.com/yourusername/SafeSurf.git
  1. Create a new branch for your changes:
git checkout -b name-of-your-branch
  1. Make your changes to the code
  2. Commit your changes:
git commit -m "your commit message"
  1. Push your changes to your forked repository:
git push origin name-of-your-branch
  1. Create a pull request from your forked repository to the main repository

  2. Wait for your changes to be reviewed and merged

Feedback

If you have any feedback or suggestions, please reach out at https://abhishekkp.com/contact/ or start a discussion on SafeSurf Discussions.

Any input is highly appreciated.

safesurf's People

Contributors

abhizaik avatar fonta22 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

safesurf's Issues

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.