Skip to content

rufytq/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB APP API

Detect defacement of a website(s)

Requirement

Use the package manager pip to install requirements

pip install flask, flask_restful, sqlalchemy
pip install apscheduler
pip install selenium

Download Chrome Driver for selenium webdriver

Features

  • Scan a url
  • Scan multiple urls
  • Auto scan every 15 minutes

Usage

  • /: list all websites
  • /?company="company name": list all websites from "company name"
  • /?company="company name"&url="url": all info of "url"
  • /?scan=true: scan all

Example:

"https://google.com": [              [1]
    {
        "Meta": "Normal",    [2]
        "Strings": "Normal"  [3]
    },
    "Company: google"        [4]
]

[1]: Url and protocol of website
[2]: Meta tag info: {Changed, Normal}
[3]: Check illegal String: {Illegal, Normal}
[4]: Company name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages