Skip to content

RazorBest/JSParser3

 
 

Repository files navigation

JSParser

A python 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.

This is a fork of JSParser that supports Python 3.

Dependencies

  • safeurl
  • tornado
  • jsbeautifier

Installing

$ pip install .

Running

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

$ python handler.py

With uv, you can directly run:

$ uv run handler.py

Authors

Inspired By

References

Changelog

1.0 - Release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.9%
  • JavaScript 11.6%
  • HTML 10.7%
  • CSS 3.9%
  • Dockerfile 0.9%