You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
6
4
7
-
Dependencies
8
-
------------
5
+
# Dependencies
9
6
10
7
- safeurl
11
8
- tornado
12
9
- jsbeautifier
13
10
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.
0 commit comments