Skip to content
No description, website, or topics provided.
Python JavaScript HTML CSS
Branch: master
Clone or download

Latest commit

nahamsec Merge pull request #17 from andMYhacks/master
Add Dockerfile manifest for building an image of JSParser
Latest commit ccd3ab6 Nov 17, 2017

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
css Revert "Initial Commit" Sep 4, 2017
fonts Revert "Initial Commit" Sep 4, 2017
js Revert "Initial Commit" Sep 4, 2017
templates Revert "Initial Commit" Sep 4, 2017
.dockerignore Add Docker manifest for building an image of JSParser Oct 15, 2017
.gitignore Revert "Initial Commit" Sep 4, 2017
Dockerfile Add Docker manifest for building an image of JSParser Oct 15, 2017
README.md Revert "Initial Commit" Sep 4, 2017
handler.py Revert "Initial Commit" Sep 4, 2017
jsparser.png Revert "Initial Commit" Sep 4, 2017
requirements.txt Revert "Initial Commit" Sep 4, 2017
safeurl.py Revert "Initial Commit" Sep 4, 2017
setup.py Revert "Initial Commit" Sep 4, 2017

README.md

JSParser

A python 2.7 script using Tornado and JSBeautifier to parse relative URLs from JavaScript files. Useful for easily discovering AJAX requests when performing security research or bug bounty hunting.

Dependencies

  • safeurl
  • tornado
  • jsbeautifier

Installing

$ python setup.py install

Running

Run handler.py and then visit http://localhost:8008.

$ python handler.py

Authors

Inspired By

References

Changelog

1.0 - Release

You can’t perform that action at this time.