• Stars
    star
    781
  • Rank 57,826 (Top 2 %)
  • Language
    Python
  • Created about 7 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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