Coder Social home page Coder Social logo

t0mer / safeurl Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 2.0 5.02 MB

SafeUrl is a small and lite [FastAPI]( https://fastapi.tiangolo.com/) based web application intended to help us validate any URL safely before clicking it.

License: Apache License 2.0

Dockerfile 1.37% Python 27.81% HTML 70.82%
spam python fastapi ipinfo virustotal docker security

safeurl's Introduction

Please โญ this repo if you find it useful


PayPal

SafeUrl

Safely check the URL befor clicking it.

With the growing amount of Spam, Fishing, and Malicious messages, I needed a tool that would help me safely check the URL before I clicked it. Correct, there are other options like VirusTotal, but I wanted something more, like getting a Preview of the final URL or even getting IP Information of the hosted service, So I combined them all into one lite and simple application.

Features

With SafeUrl, you can get the following information:

  • Report Summary Using VirusTotal)
  • Report Info.
  • Site Preview
  • Website Info:
    • Final URL.
    • Redirect Chain (If there are redirections).
    • Outgoing Links.
    • HTML Meta information.
    • Trackers (Google Tag, Analytics, Pixels, and more).
    • Ip Information Using IpInfo.

Limatations

  • VirusTotal) free API is limited to 4 calls/minute.
  • IpInfo free API is limited to 50,000 calls/moneh.

Usage

In order to start working with SafeUrl, you need to register for free [VirusTotal)] (https://www.virustotal.com/gui/home/url) account and get a valid Free API Key. SafeUrl Index Page

Now, add the VirusTotal API key to the docker environment and you are ready to go.

Run from hub

docker-compose from hub

version: "3.6"
services:
  safeurl:
    image: techblog/safeurl
    container_name: safeurl
    restart: always
    ports:
      - "8080:8080"
    environment:
      - VT_API_KEY=[Your VirusTotal API Key] #Required
      - IPINFO_API_KEY=[Your IPInfo API Key] #Optional

Checking URL

So now, after you installed SafeURL, It's time to give it a try. Navigate to you server address and you shuold see the following screen:

SafeUrl Index Page

Enter the Requested URL and hit the "Check URL" button. The Scan process will start and then you will see the folllowing screen:

SafeUrl scan in progress

When the scan process will end, you will be able to see all the data collected during the scan process, Like Report summary: SafeUrl scan in progress

Site preview: SafeUrl scan in progress

And much much more.

safeurl's People

Contributors

t0mer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

safeurl'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.