Skip to content

Tool for monitoring changes in javascript files on WebApps for reconnaissance.

Notifications You must be signed in to change notification settings

prateek-0490/diffJs

 
 

Repository files navigation

DIffJS

DiffJs is a script to monitor changes in javascript files on domains.

Installation

  1. Register your account at Zapier and setup the Webhook here for email delivery.

  2. Note down Webhook URL.

  3. Run chmod +x install.sh

  4. Run ./install.sh

  5. Replace "MY_OWN_WEBHOOK_URL_HERE" with your Webhook URL from step #2in sendmail.sh.

  6. Setup CRON job for your system to run ./diffJs.py domain.com subdomains_list.txt as required.

    Note : This tool is built upon following awesome tools :

    1. relative-url-extractor by @jobert
    2. 003Recon by @003Random

Kudos to the authors.

About

Tool for monitoring changes in javascript files on WebApps for reconnaissance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.0%
  • Shell 38.0%