dfirsec / grab_js

Retrieve JavaScript Code Blocks from URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grab JS

Generic badge Twitter

Python script to retrieve and analyze JavaScript code blocks from a given URL.

Installation

git clone https://github.com/dfirsec/grab_js.git
cd grab_js
pip install -r requirements.txt

Usage

$ python grab_js.py <URL>
..................................................
[*] Scrutinize this JS: examine_js.txt
    > Line 3: document.write('<script type="application/javascript" src="/pf/dist/engine/polyfill.js?d=295" defer=""><\/script>') (chars 0-115)
    > Line 15: document.createElement("iframe") (chars 17-49)
    > Line 20: Window.document (chars 13-28)
    > Line 22: Window.document (chars 108-123)
[~] All JS extracted: extracted_js.txt

About

Retrieve JavaScript Code Blocks from URL


Languages

Language:Python 100.0%