DefaScan: Defacement Scan and Alert
Defascan: Defacement Scan and Alert
Defascan is a python tool that will scrape the internet for your given google dork queries using APIs and alerts using the email provided during runtime.
Installation
git clone https://github.com/RamXtha/DefaScan.git
pip install -r requirements.txt
chromium sudo apt install -y chromium-browser
Requirements
Choose at least one of the given APIs for the program to run smoothly.
Register using your email to get the API tokens. Place the token in the key,json file in the same directory.
(Note: Free tier registration gives you enough credit per month to easily run the program.)
key.json
This file should hold the API keys obtained after the registration.
subscriber.json
This file should contain information regarding the organization including their name, urls to check, and email to contact.
exclude.json
This file should contain the urls of the site that we do not wish to contact at all.
Record folder
The record folder will show all the output including the HTML and pdfs generated during the scan.
Use
Source: https://github.com/RamXtha/