Skip to content

Commit 1573393

Browse files
committed
Update README.md.
1 parent 8d7ed09 commit 1573393

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,41 @@
1-
JSParser
2-
3-
==================
1+
# JSParser
42

53
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.
64

7-
Dependencies
8-
------------
5+
# Dependencies
96

107
- safeurl
118
- tornado
129
- jsbeautifier
1310

14-
Running
15-
------------
11+
# Installing
12+
13+
```
14+
$ python setup.py install
15+
```
16+
17+
# Running
18+
19+
Run `handler.py` and then visit http://localhost:8008.
1620

17-
1. python handler.py
18-
2. Open on port 8008
21+
```
22+
$ python handler.py
23+
```
1924

20-
Authors
21-
------------
25+
# Authors
2226

2327
- https://twitter.com/bbuerhaus/
2428
- https://twitter.com/nahamsec/
2529

26-
Inspired By
27-
------------
30+
# Inspired By
2831

2932
- https://twitter.com/jobertabma/
3033

31-
References
32-
------------
34+
# References
3335

3436
- http://buer.haus/2017/03/31/airbnb-web-to-app-phone-notification-idor-to-view-everyones-airbnb-messages/
3537
- http://buer.haus/2017/03/09/airbnb-chaining-third-party-open-redirect-into-server-side-request-forgery-ssrf-via-liveperson-chat/
3638

37-
Changelog
38-
------------
39+
# Changelog
3940

4041
1.0 - Release

0 commit comments

Comments
 (0)