Skip to content

Proof of concept tool to get JavaScript and analyze it for evil

Notifications You must be signed in to change notification settings

aboutsecurity/SiteParser

 
 

Repository files navigation

Site Parser

This is a proof-of-concept project which uses Selenium and BrowserMob Proxy to inspect websites for malicious JavaScript.

Setup

First clone the project:

git clone https://github.com/brad-anton/SiteParser.git

The set up a virutal environment

pip install virtualenv
cd SiteParser
virtualenv venv
source venv/bin/activate

Install dependancies (these need to be cleaned up)

pip install -r requirements.txt

Java

You'll also need Java for Selenium and BrowserMob

Using

To get started modify site_parser.py and set the url variable appropriately. Then run

python site_parser.py

About

Proof of concept tool to get JavaScript and analyze it for evil

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.7%
  • Shell 11.7%
  • Batchfile 10.6%