Skip to content

abdelwahabram/ShortSecure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShortSecure

url shortening service that checks for url security

Table of contents

Demo link:

https://2bdelwahab000.pythonanywhere.com/

About the website:

this is a url shortener that makes sure the url is secure before processing it and before redirecting the user to the url using virus total api and prints the security report

why this is useful?

read this article

Status:

this is the initial version

the demo link is used to show the website functionality but it still needs a short descriptive domain name (to be done later)

Technologies:

  • Python
  • Django
  • Bootstrap
  • Crispy forms
  • HTML
  • CSS
  • virus total api

Setup

  • fork the repo
  • go to the root directory
  • run :
user:~$ python3 manage.py runserver