Export a Crawl Map as JSON

You can export a scan Crawl Map as JSON from a scan summary.

  1. On the Scans page, select a scan.
  2. On the Crawl Map tab, click Export to JSON.

The exported file is called <scan_name>-crawl-map.json.

Where can I view scans?
  • On the Apps page, select an app. Within the app, select a scan and click Export to JSON.
  • On the Scans page, select a scan, click Crawl Map, and click Export to JSON.
What does a crawl map look like? (Example)
json
1
[{
2
"node": "webscantest.com",
3
"url": "webscantest.com",
4
"children": [{
5
"node": "?redirect=hrs",
6
"url": "http://webscantest.com/?redirect=hrs",
7
"method": "GET",
8
"children": []
9
}, {
10
"node": "GqU",
11
"url": "http://webscantest.com/GqU",
12
"method": "GET",
13
"children": []
14
}, {
15
"node": "angular",
16
"url": "http://webscantest.com/angular/",
17
"method": "GET",
18
"children": [{
19
"node": "angular1",
20
"url": "webscantest.com/angular/angular1",
21
"method": "GET",
22
"children": [{
23
"node": "index.html",
24
"url": "webscantest.com/angular/angular1/index.html",
25
"method": "GET",
26
"children": []
27
}, {
28
"node": "js",
29
"url": "webscantest.com/angular/angular1/js",
30
"method": "GET",
31
"children": [{
32
"node": "angular-js-1.6.4.js",
33
"url": "webscantest.com/angular/angular1/js/angular-js-1.6.4.js",
34
"method": "GET",
35
"children": []
36
}, {
37
"node": "script.js",
38
"url": "webscantest.com/angular/angular1/js/script.js",
39
"method": "GET",
40
"children": []
41
}]
42
}, {
43
"node": "styles",
44
"url": "webscantest.com/angular/angular1/styles",
45
"method": "GET",
46
"children": [{
47
"node": "bootstrap.css",
48
"url": "webscantest.com/angular/angular1/styles/bootstrap.css",
49
"method": "GET",
50
"children": []
51
}, {
52
"node": "style.css",
53
"url": "webscantest.com/angular/angular1/styles/style.css",
54
"method": "GET",
55
"children": []
56
}]
57
}]
58
}, {
59
"node": "angular2",
60
"url": "webscantest.com/angular/angular2",
61
"method": "GET",
62
"children": [{
63
"node": "assets",
64
"url": "webscantest.com/angular/angular2/assets",
65
"method": "GET",
66
"children": [{
67
"node": "favicon.ico",
68
"url": "webscantest.com/angular/angular2/assets/favicon.ico",
69
"method": "GET",
70
"children": []
71
}, {
72
"node": "inline.bundle.js",
73
"url": "webscantest.com/angular/angular2/assets/inline.bundle.js",
74
"method": "GET",
75
"children": []
76
}, {
77
"node": "json",
78
"url": "webscantest.com/angular/angular2/assets/json",
79
"method": "GET",
80
"children": [{
81
"node": "data.php",
82
"url": "webscantest.com/angular/angular2/assets/json/data.php",
83
"method": "GET",
84
"children": []
85
}]
86
}, {
87
"node": "main.bundle.js",
88
"url": "webscantest.com/angular/angular2/assets/main.bundle.js",
89
"method": "GET",
90
"children": []
91
}, {
92
"node": "polyfills.bundle.js",
93
"url": "webscantest.com/angular/angular2/assets/polyfills.bundle.js",
94
"method": "GET",
95
"children": []
96
}, {
97
"node": "styles",
98
"url": "webscantest.com/angular/angular2/assets/styles",
99
"method": "GET",
100
"children": [{
101
"node": "bootstrap.css",
102
"url": "webscantest.com/angular/angular2/assets/styles/bootstrap.css",
103
"method": "GET",
104
"children": []
105
}, {
106
"node": "style.css",
107
"url": "webscantest.com/angular/angular2/assets/styles/style.css",
108
"method": "GET",
109
"children": []
110
}]
111
}, {
112
"node": "vendor.bundle.js",
113
"url": "webscantest.com/angular/angular2/assets/vendor.bundle.js",
114
"method": "GET",
115
"children": []
116
}, {
117
"node": "vuln.json",
118
"url": "webscantest.com/angular/angular2/assets/vuln.json",
119
"method": "GET",
120
"children": []
121
}]
122
}, {
123
"node": "favicon.ico",
124
"url": "webscantest.com/angular/angular2/favicon.ico",
125
"method": "GET",
126
"children": []
127
}]
128
}, {
129
"node": "angular4",
130
"url": "webscantest.com/angular/angular4",
131
"method": "GET",
132
"children": [{
133
"node": "assets",
134
"url": "webscantest.com/angular/angular4/assets",
135
"method": "GET",
136
"children": [{
137
"node": "inline.bundle.js",
138
"url": "webscantest.com/angular/angular4/assets/inline.bundle.js",
139
"method": "GET",
140
"children": []
141
}, {
142
"node": "json",
143
"url": "webscantest.com/angular/angular4/assets/json",
144
"method": "GET",
145
"children": [{
146
"node": "comments.json",
147
"url": "webscantest.com/angular/angular4/assets/json/comments.json",
148
"method": "GET",
149
"children": []
150
}, {
151
"node": "data-change.php",
152
"url": "webscantest.com/angular/angular4/assets/json/data-change.php",
153
"method": "POST",
154
"children": []
155
}, {
156
"node": "data.php",
157
"url": "webscantest.com/angular/angular4/assets/json/data.php",
158
"method": "GET",
159
"children": []
160
}]
161
}, {
162
"node": "main.bundle.js",
163
"url": "webscantest.com/angular/angular4/assets/main.bundle.js",
164
"method": "GET",
165
"children": []
166
}, {
167
"node": "polyfills.bundle.js",
168
"url": "webscantest.com/angular/angular4/assets/polyfills.bundle.js",
169
"method": "GET",
170
"children": []
171
}, {
172
"node": "styles",
173
"url": "webscantest.com/angular/angular4/assets/styles",
174
"method": "GET",
175
"children": [{
176
"node": "bootstrap.css",
177
"url": "webscantest.com/angular/angular4/assets/styles/bootstrap.css",
178
"method": "GET",
179
"children": []
180
}, {
181
"node": "style.css",
182
"url": "webscantest.com/angular/angular4/assets/styles/style.css",
183
"method": "GET",
184
"children": []
185
}]
186
}, {
187
"node": "vendor.bundle.js",
188
"url": "webscantest.com/angular/angular4/assets/vendor.bundle.js",
189
"method": "GET",
190
"children": []
191
}]
192
}, {
193
"node": "favicon.ico",
194
"url": "webscantest.com/angular/angular4/favicon.ico",
195
"method": "GET",
196
"children": []
197
}]
198
}, {
199
"node": "angular5",
200
"url": "webscantest.com/angular/angular5",
201
"method": "GET",
202
"children": [{
203
"node": "assets",
204
"url": "webscantest.com/angular/angular5/assets",
205
"method": "GET",
206
"children": [{
207
"node": "inline.bundle.js",
208
"url": "webscantest.com/angular/angular5/assets/inline.bundle.js",
209
"method": "GET",
210
"children": []
211
}, {
212
"node": "main.bundle.js",
213
"url": "webscantest.com/angular/angular5/assets/main.bundle.js",
214
"method": "GET",
215
"children": []
216
}, {
217
"node": "polyfills.bundle.js",
218
"url": "webscantest.com/angular/angular5/assets/polyfills.bundle.js",
219
"method": "GET",
220
"children": []
221
}, {
222
"node": "styles",
223
"url": "webscantest.com/angular/angular5/assets/styles",
224
"method": "GET",
225
"children": [{
226
"node": "bootstrap.css",
227
"url": "webscantest.com/angular/angular5/assets/styles/bootstrap.css",
228
"method": "GET",
229
"children": []
230
}, {
231
"node": "style.css",
232
"url": "webscantest.com/angular/angular5/assets/styles/style.css",
233
"method": "GET",
234
"children": []
235
}]
236
}, {
237
"node": "vendor.bundle.js",
238
"url": "webscantest.com/angular/angular5/assets/vendor.bundle.js",
239
"method": "GET",
240
"children": []
241
}]
242
}, {
243
"node": "favicon.ico",
244
"url": "webscantest.com/angular/angular5/favicon.ico",
245
"method": "GET",
246
"children": []
247
}]
248
}, {
249
"node": "angular6",
250
"url": "webscantest.com/angular/angular6",
251
"method": "GET",
252
"children": [{
253
"node": "assets",
254
"url": "webscantest.com/angular/angular6/assets",
255
"method": "GET",
256
"children": [{
257
"node": "json",
258
"url": "webscantest.com/angular/angular6/assets/json",
259
"method": "GET",
260
"children": [{
261
"node": "data.php",
262
"url": "webscantest.com/angular/angular6/assets/json/data.php",
263
"method": "GET",
264
"children": []
265
}]
266
}, {
267
"node": "main.js",
268
"url": "webscantest.com/angular/angular6/assets/main.js",
269
"method": "GET",
270
"children": []
271
}, {
272
"node": "polyfills.js",
273
"url": "webscantest.com/angular/angular6/assets/polyfills.js",
274
"method": "GET",
275
"children": []
276
}, {
277
"node": "runtime.js",
278
"url": "webscantest.com/angular/angular6/assets/runtime.js",
279
"method": "GET",
280
"children": []
281
}, {
282
"node": "styles",
283
"url": "webscantest.com/angular/angular6/assets/styles",
284
"method": "GET",
285
"children": [{
286
"node": "bootstrap.css",
287
"url": "webscantest.com/angular/angular6/assets/styles/bootstrap.css",
288
"method": "GET",
289
"children": []
290
}, {
291
"node": "style.css",
292
"url": "webscantest.com/angular/angular6/assets/styles/style.css",
293
"method": "GET",
294
"children": []
295
}]
296
}, {
297
"node": "vendor.js",
298
"url": "webscantest.com/angular/angular6/assets/vendor.js",
299
"method": "GET",
300
"children": []
301
}]
302
}, {
303
"node": "favicon.ico",
304
"url": "webscantest.com/angular/angular6/favicon.ico",
305
"method": "GET",
306
"children": []
307
}]
308
}, {
309
"node": "angular7",
310
"url": "webscantest.com/angular/angular7",
311
"method": "GET",
312
"children": [{
313
"node": "assets",
314
"url": "webscantest.com/angular/angular7/assets",
315
"method": "GET",
316
"children": [{
317
"node": "json",
318
"url": "webscantest.com/angular/angular7/assets/json",
319
"method": "GET",
320
"children": [{
321
"node": "data.php",
322
"url": "webscantest.com/angular/angular7/assets/json/data.php",
323
"method": "GET",
324
"children": []
325
}]
326
}, {
327
"node": "main.js",
328
"url": "webscantest.com/angular/angular7/assets/main.js",
329
"method": "GET",
330
"children": []
331
}, {
332
"node": "polyfills.js",
333
"url": "webscantest.com/angular/angular7/assets/polyfills.js",
334
"method": "GET",
335
"children": []
336
}, {
337
"node": "runtime.js",
338
"url": "webscantest.com/angular/angular7/assets/runtime.js",
339
"method": "GET",
340
"children": []
341
}, {
342
"node": "styles",
343
"url": "webscantest.com/angular/angular7/assets/styles",
344
"method": "GET",
345
"children": [{
346
"node": "bootstrap.css",
347
"url": "webscantest.com/angular/angular7/assets/styles/bootstrap.css",
348
"method": "GET",
349
"children": []
350
}, {
351
"node": "style.css",
352
"url": "webscantest.com/angular/angular7/assets/styles/style.css",
353
"method": "GET",
354
"children": []
355
}]
356
}]
357
}]
358
}, {
359
"node": "angular9",
360
"url": "webscantest.com/angular/angular9",
361
"method": "GET",
362
"children": [{
363
"node": "assets",
364
"url": "webscantest.com/angular/angular9/assets",
365
"method": "GET",
366
"children": [{
367
"node": "js",
368
"url": "webscantest.com/angular/angular9/assets/js",
369
"method": "GET",
370
"children": [{
371
"node": "main-es2015.8e161c884d2379673068.js",
372
"url": "webscantest.com/angular/angular9/assets/js/main-es2015.8e161c884d2379673068.js",
373
"method": "GET",
374
"children": []
375
}, {
376
"node": "main-es5.8e161c884d2379673068.js",
377
"url": "webscantest.com/angular/angular9/assets/js/main-es5.8e161c884d2379673068.js",
378
"method": "GET",
379
"children": []
380
}, {
381
"node": "polyfills-es2015.442fa3cc45520cc0d518.js",
382
"url": "webscantest.com/angular/angular9/assets/js/polyfills-es2015.442fa3cc45520cc0d518.js",
383
"method": "GET",
384
"children": []
385
}, {
386
"node": "polyfills-es5.fd3af48698f9b02947d9.js",
387
"url": "webscantest.com/angular/angular9/assets/js/polyfills-es5.fd3af48698f9b02947d9.js",
388
"method": "GET",
389
"children": []
390
}, {
391
"node": "runtime-es2015.0811dcefd377500b5b1a.js",
392
"url": "webscantest.com/angular/angular9/assets/js/runtime-es2015.0811dcefd377500b5b1a.js",
393
"method": "GET",
394
"children": []
395
}, {
396
"node": "runtime-es5.0811dcefd377500b5b1a.js",
397
"url": "webscantest.com/angular/angular9/assets/js/runtime-es5.0811dcefd377500b5b1a.js",
398
"method": "GET",
399
"children": []
400
}, {
401
"node": "styles.3ff695c00d717f2d2a11.css",
402
"url": "webscantest.com/angular/angular9/assets/js/styles.3ff695c00d717f2d2a11.css",
403
"method": "GET",
404
"children": []
405
}]
406
}, {
407
"node": "json",
408
"url": "webscantest.com/angular/angular9/assets/json",
409
"method": "GET",
410
"children": [{
411
"node": "data.php",
412
"url": "webscantest.com/angular/angular9/assets/json/data.php",
413
"method": "GET",
414
"children": []
415
}]
416
}, {
417
"node": "styles",
418
"url": "webscantest.com/angular/angular9/assets/styles",
419
"method": "GET",
420
"children": [{
421
"node": "bootstrap.css",
422
"url": "webscantest.com/angular/angular9/assets/styles/bootstrap.css",
423
"method": "GET",
424
"children": []
425
}, {
426
"node": "style.css",
427
"url": "webscantest.com/angular/angular9/assets/styles/style.css",
428
"method": "GET",
429
"children": []
430
}]
431
}]
432
}]
433
}]
434
}, {
435
"node": "bjax",
436
"url": "http://webscantest.com/bjax/",
437
"method": "GET",
438
"children": [{
439
"node": "ajax.js",
440
"url": "webscantest.com/bjax/ajax.js",
441
"method": "GET",
442
"children": []
443
}, {
444
"node": "servertime.php",
445
"url": "webscantest.com/bjax/servertime.php",
446
"method": "POST",
447
"children": []
448
}]
449
}, {
450
"node": "business",
451
"url": "http://webscantest.com/business",
452
"method": "GET",
453
"children": [{
454
"node": "access.php",
455
"url": "webscantest.com/business/access.php",
456
"method": "GET",
457
"children": [{
458
"node": "?serviceid=123456789",
459
"url": "webscantest.com/business/access.php?serviceid=123456789",
460
"method": "GET",
461
"children": []
462
}]
463
}, {
464
"node": "account.php",
465
"url": "webscantest.com/business/account.php",
466
"method": "GET",
467
"children": [{
468
"node": "?accountId=123456789-abcdef",
469
"url": "webscantest.com/business/account.php?accountId=123456789-abcdef",
470
"method": "GET",
471
"children": []
472
}]
473
}, {
474
"node": "privilege.php",
475
"url": "webscantest.com/business/privilege.php",
476
"method": "GET",
477
"children": [{
478
"node": "?admin=yes",
479
"url": "webscantest.com/business/privilege.php?admin=yes",
480
"method": "GET",
481
"children": []
482
}]
483
}, {
484
"node": "quantity.php",
485
"url": "webscantest.com/business/quantity.php",
486
"method": "GET",
487
"children": [{
488
"node": "?quantity=1000",
489
"url": "webscantest.com/business/quantity.php?quantity=1000",
490
"method": "GET",
491
"children": []
492
}, {
493
"node": "?quantity=123",
494
"url": "webscantest.com/business/quantity.php?quantity=123",
495
"method": "GET",
496
"children": []
497
}]
498
}]
499
}, {
500
"node": "cof",
501
"url": "http://webscantest.com/cof",
502
"method": "GET",
503
"children": []
504
}, {
505
"node": "cors",
506
"url": "webscantest.com/cors",
507
"method": "GET",
508
"children": [{
509
"node": "cors.php",
510
"url": "webscantest.com/cors/cors.php",
511
"method": "GET",
512
"children": []
513
}, {
514
"node": "cors_CSRF.php",
515
"url": "webscantest.com/cors/cors_CSRF.php",
516
"method": "GET",
517
"children": []
518
}, {
519
"node": "cors_allow_all.php",
520
"url": "webscantest.com/cors/cors_allow_all.php",
521
"method": "GET",
522
"children": []
523
}, {
524
"node": "cors_invalid.php",
525
"url": "webscantest.com/cors/cors_invalid.php",
526
"method": "GET",
527
"children": []
528
}, {
529
"node": "cors_ms.php",
530
"url": "webscantest.com/cors/cors_ms.php",
531
"method": "GET",
532
"children": []
533
}, {
534
"node": "cors_noJS.php",
535
"url": "webscantest.com/cors/cors_noJS.php",
536
"method": "GET",
537
"children": []
538
}, {
539
"node": "cors_notAuthorized.php",
540
"url": "webscantest.com/cors/cors_notAuthorized.php",
541
"method": "GET",
542
"children": []
543
}, {
544
"node": "cors_null.php",
545
"url": "webscantest.com/cors/cors_null.php",
546
"method": "GET",
547
"children": []
548
}, {
549
"node": "cors_private.php",
550
"url": "webscantest.com/cors/cors_private.php",
551
"method": "GET",
552
"children": []
553
}, {
554
"node": "cors_volatile.php",
555
"url": "webscantest.com/cors/cors_volatile.php",
556
"method": "GET",
557
"children": []
558
}]
559
}, {
560
"node": "crosstraining",
561
"url": "http://webscantest.com/crosstraining/",
562
"method": "GET",
563
"children": [{
564
"node": "aboutyou.php",
565
"url": "webscantest.com/crosstraining/aboutyou.php",
566
"method": "GET",
567
"children": []
568
}, {
569
"node": "aboutyou2.php",
570
"url": "webscantest.com/crosstraining/aboutyou2.php",
571
"method": "GET",
572
"children": []
573
}, {
574
"node": "blockedbyns.php",
575
"url": "webscantest.com/crosstraining/blockedbyns.php",
576
"method": "GET",
577
"children": [{
578
"node": "?Comment=comment&submit=submit",
579
"url": "webscantest.com/crosstraining/blockedbyns.php?Comment=comment&submit=submit",
580
"method": "GET",
581
"children": []
582
}]
583
}, {
584
"node": "checkitem.php",
585
"url": "webscantest.com/crosstraining/checkitem.php",
586
"method": "GET",
587
"children": [{
588
"node": "?error=1",
589
"url": "webscantest.com/crosstraining/checkitem.php?error=1",
590
"method": "GET",
591
"children": []
592
}]
593
}, {
594
"node": "checkitem_lookup.php",
595
"url": "webscantest.com/crosstraining/checkitem_lookup.php",
596
"method": "POST",
597
"children": []
598
}, {
599
"node": "checkitem_result.php",
600
"url": "webscantest.com/crosstraining/checkitem_result.php",
601
"method": "GET",
602
"children": []
603
}, {
604
"node": "dom.php",
605
"url": "webscantest.com/crosstraining/dom.php",
606
"method": "GET",
607
"children": []
608
}, {
609
"node": "index.php",
610
"url": "webscantest.com/crosstraining/index.php",
611
"method": "GET",
612
"children": []
613
}, {
614
"node": "linkout.php",
615
"url": "webscantest.com/crosstraining/linkout.php",
616
"method": "GET",
617
"children": [{
618
"node": "?name=Rake",
619
"url": "webscantest.com/crosstraining/linkout.php?name=Rake",
620
"method": "GET",
621
"children": []
622
}]
623
}, {
624
"node": "product.php",
625
"url": "webscantest.com/crosstraining/product.php",
626
"method": "GET",
627
"children": [{
628
"node": "?id=1",
629
"url": "webscantest.com/crosstraining/product.php?id=1",
630
"method": "GET",
631
"children": []
632
}, {
633
"node": "?id=2",
634
"url": "webscantest.com/crosstraining/product.php?id=2",
635
"method": "GET",
636
"children": []
637
}, {
638
"node": "?id=3",
639
"url": "webscantest.com/crosstraining/product.php?id=3",
640
"method": "GET",
641
"children": []
642
}, {
643
"node": "?id=4",
644
"url": "webscantest.com/crosstraining/product.php?id=4",
645
"method": "GET",
646
"children": []
647
}, {
648
"node": "?id=5",
649
"url": "webscantest.com/crosstraining/product.php?id=5",
650
"method": "GET",
651
"children": []
652
}, {
653
"node": "?id=6",
654
"url": "webscantest.com/crosstraining/product.php?id=6",
655
"method": "GET",
656
"children": []
657
}, {
658
"node": "?id=7",
659
"url": "webscantest.com/crosstraining/product.php?id=7",
660
"method": "GET",
661
"children": []
662
}, {
663
"node": "?id=8",
664
"url": "webscantest.com/crosstraining/product.php?id=8",
665
"method": "GET",
666
"children": []
667
}, {
668
"node": "?id=9",
669
"url": "webscantest.com/crosstraining/product.php?id=9",
670
"method": "GET",
671
"children": []
672
}]
673
}, {
674
"node": "products.php",
675
"url": "webscantest.com/crosstraining/products.php",
676
"method": "GET",
677
"children": []
678
}, {
679
"node": "request.php",
680
"url": "webscantest.com/crosstraining/request.php",
681
"method": "POST",
682
"children": []
683
}, {
684
"node": "reservation.php",
685
"url": "webscantest.com/crosstraining/reservation.php",
686
"method": "GET",
687
"children": []
688
}, {
689
"node": "reservation_history.php",
690
"url": "webscantest.com/crosstraining/reservation_history.php",
691
"method": "GET",
692
"children": []
693
}, {
694
"node": "reservation_receipt.php",
695
"url": "webscantest.com/crosstraining/reservation_receipt.php",
696
"method": "GET",
697
"children": [{
698
"node": "?cn=1443560557",
699
"url": "webscantest.com/crosstraining/reservation_receipt.php?cn=1443560557",
700
"method": "GET",
701
"children": []
702
}]
703
}, {
704
"node": "reservation_submit.php",
705
"url": "webscantest.com/crosstraining/reservation_submit.php",
706
"method": "POST",
707
"children": []
708
}, {
709
"node": "review.php",
710
"url": "webscantest.com/crosstraining/review.php",
711
"method": "POST",
712
"children": [{
713
"node": "?product_id=1",
714
"url": "webscantest.com/crosstraining/review.php?product_id=1",
715
"method": "GET",
716
"children": []
717
}, {
718
"node": "?product_id=2",
719
"url": "webscantest.com/crosstraining/review.php?product_id=2",
720
"method": "GET",
721
"children": []
722
}, {
723
"node": "?product_id=3",
724
"url": "webscantest.com/crosstraining/review.php?product_id=3",
725
"method": "GET",
726
"children": []
727
}, {
728
"node": "?product_id=4",
729
"url": "webscantest.com/crosstraining/review.php?product_id=4",
730
"method": "GET",
731
"children": []
732
}, {
733
"node": "?product_id=5",
734
"url": "webscantest.com/crosstraining/review.php?product_id=5",
735
"method": "GET",
736
"children": []
737
}, {
738
"node": "?product_id=6",
739
"url": "webscantest.com/crosstraining/review.php?product_id=6",
740
"method": "GET",
741
"children": []
742
}, {
743
"node": "?product_id=7",
744
"url": "webscantest.com/crosstraining/review.php?product_id=7",
745
"method": "GET",
746
"children": []
747
}, {
748
"node": "?product_id=8",
749
"url": "webscantest.com/crosstraining/review.php?product_id=8",
750
"method": "GET",
751
"children": []
752
}, {
753
"node": "?product_id=9",
754
"url": "webscantest.com/crosstraining/review.php?product_id=9",
755
"method": "GET",
756
"children": []
757
}]
758
}, {
759
"node": "sample.php",
760
"url": "webscantest.com/crosstraining/sample.php",
761
"method": "GET",
762
"children": []
763
}, {
764
"node": "search.php",
765
"url": "webscantest.com/crosstraining/search.php",
766
"method": "GET",
767
"children": [{
768
"node": "?q=mightyseek",
769
"url": "webscantest.com/crosstraining/search.php?q=mightyseek",
770
"method": "GET",
771
"children": []
772
}]
773
}, {
774
"node": "sitereviews.php",
775
"url": "webscantest.com/crosstraining/sitereviews.php",
776
"method": "GET",
777
"children": []
778
}]
779
}, {
780
"node": "csrf",
781
"url": "http://webscantest.com/csrf",
782
"method": "GET",
783
"children": [{
784
"node": "aspnetSetCookie.php",
785
"url": "webscantest.com/csrf/aspnetSetCookie.php",
786
"method": "GET",
787
"children": []
788
}, {
789
"node": "aspnetsimulate.php",
790
"url": "webscantest.com/csrf/aspnetsimulate.php",
791
"method": "GET",
792
"children": []
793
}, {
794
"node": "csrfpost.php",
795
"url": "webscantest.com/csrf/csrfpost.php",
796
"method": "GET",
797
"children": []
798
}, {
799
"node": "redirect.php",
800
"url": "webscantest.com/csrf/redirect.php",
801
"method": "GET",
802
"children": [{
803
"node": "?msg=data",
804
"url": "webscantest.com/csrf/redirect.php?msg=data",
805
"method": "GET",
806
"children": []
807
}]
808
}, {
809
"node": "session.php",
810
"url": "webscantest.com/csrf/session.php",
811
"method": "GET",
812
"children": [{
813
"node": "?jsession=123456789",
814
"url": "webscantest.com/csrf/session.php?jsession=123456789",
815
"method": "GET",
816
"children": []
817
}]
818
}, {
819
"node": "token.php",
820
"url": "webscantest.com/csrf/token.php",
821
"method": "GET",
822
"children": []
823
}, {
824
"node": "token_autorized.php",
825
"url": "webscantest.com/csrf/token_autorized.php",
826
"method": "POST",
827
"children": []
828
}]
829
}, {
830
"node": "css",
831
"url": "webscantest.com/css",
832
"method": "GET",
833
"children": [{
834
"node": "style-buttons.css",
835
"url": "webscantest.com/css/style-buttons.css",
836
"method": "GET",
837
"children": []
838
}, {
839
"node": "style-forms.css",
840
"url": "webscantest.com/css/style-forms.css",
841
"method": "GET",
842
"children": []
843
}, {
844
"node": "style.css",
845
"url": "webscantest.com/css/style.css",
846
"method": "GET",
847
"children": []
848
}]
849
}, {
850
"node": "dashboard",
851
"url": "http://webscantest.com/dashboard",
852
"method": "GET",
853
"children": []
854
}, {
855
"node": "datastore",
856
"url": "http://webscantest.com/datastore/",
857
"method": "GET",
858
"children": [{
859
"node": "getimage_by_id.php",
860
"url": "webscantest.com/datastore/getimage_by_id.php",
861
"method": "GET",
862
"children": [{
863
"node": "?id=1",
864
"url": "webscantest.com/datastore/getimage_by_id.php?id=1",
865
"method": "GET",
866
"children": []
867
}, {
868
"node": "?id=2",
869
"url": "webscantest.com/datastore/getimage_by_id.php?id=2",
870
"method": "GET",
871
"children": []
872
}, {
873
"node": "?id=3",
874
"url": "webscantest.com/datastore/getimage_by_id.php?id=3",
875
"method": "GET",
876
"children": []
877
}, {
878
"node": "?id=4",
879
"url": "webscantest.com/datastore/getimage_by_id.php?id=4",
880
"method": "GET",
881
"children": []
882
}, {
883
"node": "?id=5",
884
"url": "webscantest.com/datastore/getimage_by_id.php?id=5",
885
"method": "GET",
886
"children": []
887
}, {
888
"node": "?id=6",
889
"url": "webscantest.com/datastore/getimage_by_id.php?id=6",
890
"method": "GET",
891
"children": []
892
}, {
893
"node": "?id=7",
894
"url": "webscantest.com/datastore/getimage_by_id.php?id=7",
895
"method": "GET",
896
"children": []
897
}, {
898
"node": "?id=8",
899
"url": "webscantest.com/datastore/getimage_by_id.php?id=8",
900
"method": "GET",
901
"children": []
902
}, {
903
"node": "?id=9",
904
"url": "webscantest.com/datastore/getimage_by_id.php?id=9",
905
"method": "GET",
906
"children": []
907
}]
908
}, {
909
"node": "getimage_by_name.php",
910
"url": "webscantest.com/datastore/getimage_by_name.php",
911
"method": "GET",
912
"children": [{
913
"node": "?name=Rake",
914
"url": "webscantest.com/datastore/getimage_by_name.php?name=Rake",
915
"method": "GET",
916
"children": []
917
}]
918
}, {
919
"node": "search_by_id.php",
920
"url": "webscantest.com/datastore/search_by_id.php",
921
"method": "GET",
922
"children": []
923
}, {
924
"node": "search_by_name.php",
925
"url": "webscantest.com/datastore/search_by_name.php",
926
"method": "GET",
927
"children": []
928
}, {
929
"node": "search_by_statement.php",
930
"url": "webscantest.com/datastore/search_by_statement.php",
931
"method": "GET",
932
"children": [{
933
"node": "?id=SELECT * from GOODS where name = 'rakes'",
934
"url": "webscantest.com/datastore/search_by_statement.php?id=SELECT * from GOODS where name = 'rakes'",
935
"method": "GET",
936
"children": []
937
}]
938
}, {
939
"node": "search_by_statement_index.php",
940
"url": "webscantest.com/datastore/search_by_statement_index.php",
941
"method": "GET",
942
"children": []
943
}, {
944
"node": "search_double_by_name.php",
945
"url": "webscantest.com/datastore/search_double_by_name.php",
946
"method": "GET",
947
"children": []
948
}, {
949
"node": "search_get_by_id.php",
950
"url": "webscantest.com/datastore/search_get_by_id.php",
951
"method": "GET",
952
"children": [{
953
"node": "?id=1000",
954
"url": "webscantest.com/datastore/search_get_by_id.php?id=1000",
955
"method": "GET",
956
"children": []
957
}, {
958
"node": "?id=3",
959
"url": "webscantest.com/datastore/search_get_by_id.php?id=3",
960
"method": "GET",
961
"children": []
962
}, {
963
"node": "?id=4",
964
"url": "webscantest.com/datastore/search_get_by_id.php?id=4",
965
"method": "GET",
966
"children": []
967
}]
968
}, {
969
"node": "search_get_by_name.php",
970
"url": "webscantest.com/datastore/search_get_by_name.php",
971
"method": "GET",
972
"children": [{
973
"node": "?name=Rake",
974
"url": "webscantest.com/datastore/search_get_by_name.php?name=Rake",
975
"method": "GET",
976
"children": []
977
}]
978
}, {
979
"node": "search_single_by_name.php",
980
"url": "webscantest.com/datastore/search_single_by_name.php",
981
"method": "GET",
982
"children": []
983
}]
984
}, {
985
"node": "gonowhere",
986
"url": "http://webscantest.com/gonowhere",
987
"method": "GET",
988
"children": []
989
}, {
990
"node": "hrs",
991
"url": "http://webscantest.com/hrs/",
992
"method": "GET",
993
"children": [{
994
"node": "redir.php",
995
"url": "webscantest.com/hrs/redir.php",
996
"method": "GET",
997
"children": [{
998
"node": "?q=mightyseek",
999
"url": "webscantest.com/hrs/redir.php?q=mightyseek",
1000
"method": "GET",
1001
"children": []
1002
}]
1003
}, {
1004
"node": "redir_nv.php",
1005
"url": "webscantest.com/hrs/redir_nv.php",
1006
"method": "GET",
1007
"children": [{
1008
"node": "?q=mightyseek",
1009
"url": "webscantest.com/hrs/redir_nv.php?q=mightyseek",
1010
"method": "GET",
1011
"children": []
1012
}]
1013
}]
1014
}, {
1015
"node": "icons",
1016
"url": "webscantest.com/icons",
1017
"method": "GET",
1018
"children": [{
1019
"node": "back.gif",
1020
"url": "webscantest.com/icons/back.gif",
1021
"method": "GET",
1022
"children": []
1023
}, {
1024
"node": "blank.gif",
1025
"url": "webscantest.com/icons/blank.gif",
1026
"method": "GET",
1027
"children": []
1028
}, {
1029
"node": "unknown.gif",
1030
"url": "webscantest.com/icons/unknown.gif",
1031
"method": "GET",
1032
"children": []
1033
}]
1034
}, {
1035
"node": "images",
1036
"url": "webscantest.com/images",
1037
"method": "GET",
1038
"children": [{
1039
"node": "bouncingmike.jpg",
1040
"url": "webscantest.com/images/bouncingmike.jpg",
1041
"method": "GET",
1042
"children": [{
1043
"node": "?a=b",
1044
"url": "webscantest.com/images/bouncingmike.jpg?a=b",
1045
"method": "GET",
1046
"children": []
1047
}]
1048
}]
1049
}, {
1050
"node": "index",
1051
"url": "http://webscantest.com/index",
1052
"method": "GET",
1053
"children": []
1054
}, {
1055
"node": "index.php",
1056
"url": "http://webscantest.com/index.php",
1057
"method": "GET",
1058
"children": []
1059
}, {
1060
"node": "infodb",
1061
"url": "webscantest.com/infodb",
1062
"method": "GET",
1063
"children": [{
1064
"node": "comment.php",
1065
"url": "webscantest.com/infodb/comment.php",
1066
"method": "GET",
1067
"children": []
1068
}, {
1069
"node": "index.php",
1070
"url": "webscantest.com/infodb/index.php",
1071
"method": "GET",
1072
"children": []
1073
}, {
1074
"node": "readme.php",
1075
"url": "webscantest.com/infodb/readme.php",
1076
"method": "GET",
1077
"children": []
1078
}, {
1079
"node": "readmetop.php",
1080
"url": "webscantest.com/infodb/readmetop.php",
1081
"method": "GET",
1082
"children": []
1083
}, {
1084
"node": "search_by_name.php",
1085
"url": "webscantest.com/infodb/search_by_name.php",
1086
"method": "POST",
1087
"children": []
1088
}]
1089
}, {
1090
"node": "jsmenu",
1091
"url": "webscantest.com/jsmenu",
1092
"method": "GET",
1093
"children": [{
1094
"node": "auto_crosstraining.php",
1095
"url": "webscantest.com/jsmenu/auto_crosstraining.php",
1096
"method": "GET",
1097
"children": []
1098
}, {
1099
"node": "auto_datastore.php",
1100
"url": "webscantest.com/jsmenu/auto_datastore.php",
1101
"method": "GET",
1102
"children": []
1103
}, {
1104
"node": "auto_osrun.php",
1105
"url": "webscantest.com/jsmenu/auto_osrun.php",
1106
"method": "GET",
1107
"children": []
1108
}, {
1109
"node": "auto_osrun_inc.js",
1110
"url": "webscantest.com/jsmenu/auto_osrun_inc.js",
1111
"method": "GET",
1112
"children": []
1113
}, {
1114
"node": "auto_shutterdb.php",
1115
"url": "webscantest.com/jsmenu/auto_shutterdb.php",
1116
"method": "GET",
1117
"children": []
1118
}, {
1119
"node": "cookie_set_coffeepits.php",
1120
"url": "webscantest.com/jsmenu/cookie_set_coffeepits.php",
1121
"method": "GET",
1122
"children": []
1123
}, {
1124
"node": "cookie_test_coffeepits.php",
1125
"url": "webscantest.com/jsmenu/cookie_test_coffeepits.php",
1126
"method": "GET",
1127
"children": []
1128
}, {
1129
"node": "dynalink_myfiles.php",
1130
"url": "webscantest.com/jsmenu/dynalink_myfiles.php",
1131
"method": "GET",
1132
"children": []
1133
}, {
1134
"node": "dynalink_rfplaces.php",
1135
"url": "webscantest.com/jsmenu/dynalink_rfplaces.php",
1136
"method": "GET",
1137
"children": []
1138
}, {
1139
"node": "gotoajax.php",
1140
"url": "webscantest.com/jsmenu/gotoajax.php",
1141
"method": "GET",
1142
"children": []
1143
}, {
1144
"node": "gotoframeme.php",
1145
"url": "webscantest.com/jsmenu/gotoframeme.php",
1146
"method": "GET",
1147
"children": [{
1148
"node": "?foo%3D0+bar%3D+url%3Dhttps%3A%2F%2Fauth.ntobjectives.com+dr%3Dsomedir",
1149
"url": "webscantest.com/jsmenu/gotoframeme.php?foo%3D0+bar%3D+url%3Dhttps%3A%2F%2Fauth.ntobjectives.com+dr%3Dsomedir",
1150
"method": "GET",
1151
"children": []
1152
}]
1153
}]
1154
}, {
1155
"node": "listeners",
1156
"url": "http://webscantest.com/listeners",
1157
"method": "GET",
1158
"children": []
1159
}, {
1160
"node": "login.php",
1161
"url": "http://webscantest.com/login.php",
1162
"method": "GET",
1163
"children": []
1164
}, {
1165
"node": "my",
1166
"url": "webscantest.com/my",
1167
"method": "GET",
1168
"children": [{
1169
"node": "app",
1170
"url": "webscantest.com/my/app",
1171
"method": "GET",
1172
"children": []
1173
}]
1174
}, {
1175
"node": "myfiles",
1176
"url": "http://webscantest.com/myfiles/",
1177
"method": "GET",
1178
"children": [{
1179
"node": "blah.txt",
1180
"url": "webscantest.com/myfiles/blah.txt",
1181
"method": "GET",
1182
"children": []
1183
}, {
1184
"node": "file1.doc",
1185
"url": "webscantest.com/myfiles/file1.doc",
1186
"method": "GET",
1187
"children": []
1188
}]
1189
}, {
1190
"node": "osrun",
1191
"url": "http://webscantest.com/osrun/",
1192
"method": "GET",
1193
"children": [{
1194
"node": "whois.php",
1195
"url": "webscantest.com/osrun/whois.php",
1196
"method": "GET",
1197
"children": []
1198
}, {
1199
"node": "whois_nv.php",
1200
"url": "webscantest.com/osrun/whois_nv.php",
1201
"method": "GET",
1202
"children": []
1203
}]
1204
}, {
1205
"node": "payment_analysis",
1206
"url": "http://webscantest.com/payment_analysis/",
1207
"method": "GET",
1208
"children": [{
1209
"node": "checkdata.php",
1210
"url": "webscantest.com/payment_analysis/checkdata.php",
1211
"method": "GET",
1212
"children": []
1213
}, {
1214
"node": "checkdata_get.php",
1215
"url": "webscantest.com/payment_analysis/checkdata_get.php",
1216
"method": "GET",
1217
"children": [{
1218
"node": "?anything=data&number=0&strlen1=data&strlen2=data&strlen3=data&str_only=string&letters_only=string&alpha_only=string",
1219
"url": "webscantest.com/payment_analysis/checkdata_get.php?anything=data&number=0&strlen1=data&strlen2=data&strlen3=data&str_only=string&letters_only=string&alpha_only=string",
1220
"method": "GET",
1221
"children": []
1222
}, {
1223
"node": "?anything=data&number=3&strlen1=data&strlen2=data&strlen3=data&str_only=string&letters_only=string&alpha_only=string",
1224
"url": "webscantest.com/payment_analysis/checkdata_get.php?anything=data&number=3&strlen1=data&strlen2=data&strlen3=data&str_only=string&letters_only=string&alpha_only=string",
1225
"method": "GET",
1226
"children": []
1227
}]
1228
}]
1229
}, {
1230
"node": "privacy.php",
1231
"url": "http://webscantest.com/privacy.php",
1232
"method": "GET",
1233
"children": []
1234
}, {
1235
"node": "react",
1236
"url": "http://webscantest.com/react/",
1237
"method": "GET",
1238
"children": [{
1239
"node": "15",
1240
"url": "webscantest.com/react/15",
1241
"method": "GET",
1242
"children": [{
1243
"node": "about",
1244
"url": "webscantest.com/react/15/about",
1245
"method": "GET",
1246
"children": []
1247
}, {
1248
"node": "contacts",
1249
"url": "webscantest.com/react/15/contacts",
1250
"method": "GET",
1251
"children": []
1252
}, {
1253
"node": "css",
1254
"url": "webscantest.com/react/15/css",
1255
"method": "GET",
1256
"children": [{
1257
"node": "bootstrap.css",
1258
"url": "webscantest.com/react/15/css/bootstrap.css",
1259
"method": "GET",
1260
"children": []
1261
}, {
1262
"node": "style.css",
1263
"url": "webscantest.com/react/15/css/style.css",
1264
"method": "GET",
1265
"children": []
1266
}]
1267
}, {
1268
"node": "features",
1269
"url": "webscantest.com/react/15/features",
1270
"method": "GET",
1271
"children": []
1272
}, {
1273
"node": "images",
1274
"url": "webscantest.com/react/15/images",
1275
"method": "GET",
1276
"children": [{
1277
"node": "default_profile.png",
1278
"url": "webscantest.com/react/15/images/default_profile.png",
1279
"method": "GET",
1280
"children": []
1281
}, {
1282
"node": "profile.png",
1283
"url": "webscantest.com/react/15/images/profile.png",
1284
"method": "GET",
1285
"children": []
1286
}]
1287
}, {
1288
"node": "js",
1289
"url": "webscantest.com/react/15/js",
1290
"method": "GET",
1291
"children": [{
1292
"node": "bundle.js",
1293
"url": "webscantest.com/react/15/js/bundle.js",
1294
"method": "GET",
1295
"children": []
1296
}]
1297
}, {
1298
"node": "json",
1299
"url": "webscantest.com/react/15/json",
1300
"method": "GET",
1301
"children": [{
1302
"node": "comments.json",
1303
"url": "webscantest.com/react/15/json/comments.json",
1304
"method": "GET",
1305
"children": []
1306
}, {
1307
"node": "users.json",
1308
"url": "webscantest.com/react/15/json/users.json",
1309
"method": "GET",
1310
"children": []
1311
}, {
1312
"node": "vuln.json",
1313
"url": "webscantest.com/react/15/json/vuln.json",
1314
"method": "GET",
1315
"children": []
1316
}]
1317
}, {
1318
"node": "partners",
1319
"url": "webscantest.com/react/15/partners",
1320
"method": "GET",
1321
"children": []
1322
}, {
1323
"node": "register",
1324
"url": "webscantest.com/react/15/register",
1325
"method": "GET",
1326
"children": []
1327
}, {
1328
"node": "show-vuln",
1329
"url": "webscantest.com/react/15/show-vuln",
1330
"method": "GET",
1331
"children": [{
1332
"node": "1",
1333
"url": "webscantest.com/react/15/show-vuln/1",
1334
"method": "GET",
1335
"children": []
1336
}, {
1337
"node": "2",
1338
"url": "webscantest.com/react/15/show-vuln/2",
1339
"method": "GET",
1340
"children": []
1341
}, {
1342
"node": "3",
1343
"url": "webscantest.com/react/15/show-vuln/3",
1344
"method": "GET",
1345
"children": []
1346
}, {
1347
"node": "4",
1348
"url": "webscantest.com/react/15/show-vuln/4",
1349
"method": "GET",
1350
"children": []
1351
}]
1352
}, {
1353
"node": "users",
1354
"url": "webscantest.com/react/15/users",
1355
"method": "GET",
1356
"children": []
1357
}]
1358
}, {
1359
"node": "16",
1360
"url": "webscantest.com/react/16",
1361
"method": "GET",
1362
"children": [{
1363
"node": "css",
1364
"url": "webscantest.com/react/16/css",
1365
"method": "GET",
1366
"children": [{
1367
"node": "bootstrap.css",
1368
"url": "webscantest.com/react/16/css/bootstrap.css",
1369
"method": "GET",
1370
"children": []
1371
}, {
1372
"node": "style.css",
1373
"url": "webscantest.com/react/16/css/style.css",
1374
"method": "GET",
1375
"children": []
1376
}]
1377
}, {
1378
"node": "js",
1379
"url": "webscantest.com/react/16/js",
1380
"method": "GET",
1381
"children": [{
1382
"node": "bundle.js",
1383
"url": "webscantest.com/react/16/js/bundle.js",
1384
"method": "GET",
1385
"children": []
1386
}]
1387
}, {
1388
"node": "json",
1389
"url": "webscantest.com/react/16/json",
1390
"method": "GET",
1391
"children": [{
1392
"node": "vuln.json",
1393
"url": "webscantest.com/react/16/json/vuln.json",
1394
"method": "GET",
1395
"children": []
1396
}]
1397
}]
1398
}, {
1399
"node": "app.js",
1400
"url": "webscantest.com/react/app.js",
1401
"method": "GET",
1402
"children": []
1403
}, {
1404
"node": "goal",
1405
"url": "webscantest.com/react/goal",
1406
"method": "GET",
1407
"children": [{
1408
"node": "onClick.html",
1409
"url": "webscantest.com/react/goal/onClick.html",
1410
"method": "GET",
1411
"children": []
1412
}, {
1413
"node": "onCopy.html",
1414
"url": "webscantest.com/react/goal/onCopy.html",
1415
"method": "GET",
1416
"children": []
1417
}, {
1418
"node": "onMouseOver.html",
1419
"url": "webscantest.com/react/goal/onMouseOver.html",
1420
"method": "GET",
1421
"children": []
1422
}, {
1423
"node": "onPaste.html",
1424
"url": "webscantest.com/react/goal/onPaste.html",
1425
"method": "GET",
1426
"children": []
1427
}, {
1428
"node": "reacteroids.js",
1429
"url": "webscantest.com/react/goal/reacteroids.js",
1430
"method": "GET",
1431
"children": []
1432
}]
1433
}, {
1434
"node": "index",
1435
"url": "webscantest.com/react/index",
1436
"method": "GET",
1437
"children": []
1438
}, {
1439
"node": "js7.js",
1440
"url": "webscantest.com/react/js7.js",
1441
"method": "GET",
1442
"children": []
1443
}, {
1444
"node": "react.js",
1445
"url": "webscantest.com/react/react.js",
1446
"method": "GET",
1447
"children": []
1448
}]
1449
}, {
1450
"node": "rest",
1451
"url": "webscantest.com/rest",
1452
"method": "GET",
1453
"children": [{
1454
"node": "demo",
1455
"url": "webscantest.com/rest/demo",
1456
"method": "GET",
1457
"children": [{
1458
"node": "index.php",
1459
"url": "webscantest.com/rest/demo/index.php",
1460
"method": "POST",
1461
"children": [{
1462
"node": "products",
1463
"url": "webscantest.com/rest/demo/index.php/products",
1464
"method": "POST",
1465
"children": [{
1466
"node": "3",
1467
"url": "webscantest.com/rest/demo/index.php/products/3",
1468
"method": "PUT",
1469
"children": []
1470
}, {
1471
"node": "?_=1590767271606",
1472
"url": "webscantest.com/rest/demo/index.php/products?_=1590767271606",
1473
"method": "GET",
1474
"children": []
1475
}, {
1476
"node": "?_=1590767369220",
1477
"url": "webscantest.com/rest/demo/index.php/products?_=1590767369220",
1478
"method": "GET",
1479
"children": []
1480
}, {
1481
"node": "?_=1590767376815",
1482
"url": "webscantest.com/rest/demo/index.php/products?_=1590767376815",
1483
"method": "GET",
1484
"children": []
1485
}, {
1486
"node": "?_=1590767377472",
1487
"url": "webscantest.com/rest/demo/index.php/products?_=1590767377472",
1488
"method": "GET",
1489
"children": []
1490
}]
1491
}]
1492
}]
1493
}]
1494
}, {
1495
"node": "rfp",
1496
"url": "http://webscantest.com/rfp",
1497
"method": "GET",
1498
"children": []
1499
}, {
1500
"node": "rfplaces",
1501
"url": "http://webscantest.com/rfplaces/",
1502
"method": "GET",
1503
"children": [{
1504
"node": "script.php",
1505
"url": "webscantest.com/rfplaces/script.php",
1506
"method": "GET",
1507
"children": []
1508
}, {
1509
"node": "somedir1",
1510
"url": "webscantest.com/rfplaces/somedir1",
1511
"method": "GET",
1512
"children": []
1513
}, {
1514
"node": "somedir2",
1515
"url": "webscantest.com/rfplaces/somedir2",
1516
"method": "GET",
1517
"children": []
1518
}, {
1519
"node": "somedir3",
1520
"url": "webscantest.com/rfplaces/somedir3",
1521
"method": "GET",
1522
"children": []
1523
}]
1524
}, {
1525
"node": "root",
1526
"url": "http://webscantest.com/root",
1527
"method": "GET",
1528
"children": []
1529
}, {
1530
"node": "script",
1531
"url": "http://webscantest.com/script",
1532
"method": "GET",
1533
"children": []
1534
}, {
1535
"node": "shutterdb",
1536
"url": "http://webscantest.com/shutterdb/",
1537
"method": "GET",
1538
"children": [{
1539
"node": "filter_by_name.php",
1540
"url": "webscantest.com/shutterdb/filter_by_name.php",
1541
"method": "GET",
1542
"children": []
1543
}, {
1544
"node": "item.php",
1545
"url": "webscantest.com/shutterdb/item.php",
1546
"method": "GET",
1547
"children": [{
1548
"node": "?id=1",
1549
"url": "webscantest.com/shutterdb/item.php?id=1",
1550
"method": "GET",
1551
"children": []
1552
}, {
1553
"node": "?id=2",
1554
"url": "webscantest.com/shutterdb/item.php?id=2",
1555
"method": "GET",
1556
"children": []
1557
}, {
1558
"node": "?id=3",
1559
"url": "webscantest.com/shutterdb/item.php?id=3",
1560
"method": "GET",
1561
"children": []
1562
}]
1563
}, {
1564
"node": "search_by_id.php",
1565
"url": "webscantest.com/shutterdb/search_by_id.php",
1566
"method": "GET",
1567
"children": []
1568
}, {
1569
"node": "search_by_name.php",
1570
"url": "webscantest.com/shutterdb/search_by_name.php",
1571
"method": "GET",
1572
"children": []
1573
}, {
1574
"node": "search_get_by_id.php",
1575
"url": "webscantest.com/shutterdb/search_get_by_id.php",
1576
"method": "GET",
1577
"children": [{
1578
"node": "?id=1",
1579
"url": "webscantest.com/shutterdb/search_get_by_id.php?id=1",
1580
"method": "GET",
1581
"children": []
1582
}, {
1583
"node": "?id=1000",
1584
"url": "webscantest.com/shutterdb/search_get_by_id.php?id=1000",
1585
"method": "GET",
1586
"children": []
1587
}, {
1588
"node": "?id=2",
1589
"url": "webscantest.com/shutterdb/search_get_by_id.php?id=2",
1590
"method": "GET",
1591
"children": []
1592
}, {
1593
"node": "?id=3",
1594
"url": "webscantest.com/shutterdb/search_get_by_id.php?id=3",
1595
"method": "GET",
1596
"children": []
1597
}]
1598
}, {
1599
"node": "search_get_by_id2.php",
1600
"url": "webscantest.com/shutterdb/search_get_by_id2.php",
1601
"method": "GET",
1602
"children": [{
1603
"node": "?id=1001",
1604
"url": "webscantest.com/shutterdb/search_get_by_id2.php?id=1001",
1605
"method": "GET",
1606
"children": []
1607
}, {
1608
"node": "?id=4",
1609
"url": "webscantest.com/shutterdb/search_get_by_id2.php?id=4",
1610
"method": "GET",
1611
"children": []
1612
}, {
1613
"node": "?id=5",
1614
"url": "webscantest.com/shutterdb/search_get_by_id2.php?id=5",
1615
"method": "GET",
1616
"children": []
1617
}, {
1618
"node": "?id=6",
1619
"url": "webscantest.com/shutterdb/search_get_by_id2.php?id=6",
1620
"method": "GET",
1621
"children": []
1622
}]
1623
}, {
1624
"node": "search_get_by_id3.php",
1625
"url": "webscantest.com/shutterdb/search_get_by_id3.php",
1626
"method": "GET",
1627
"children": [{
1628
"node": "?id=7",
1629
"url": "webscantest.com/shutterdb/search_get_by_id3.php?id=7",
1630
"method": "GET",
1631
"children": []
1632
}, {
1633
"node": "?id=8",
1634
"url": "webscantest.com/shutterdb/search_get_by_id3.php?id=8",
1635
"method": "GET",
1636
"children": []
1637
}, {
1638
"node": "?id=9",
1639
"url": "webscantest.com/shutterdb/search_get_by_id3.php?id=9",
1640
"method": "GET",
1641
"children": []
1642
}]
1643
}, {
1644
"node": "search_get_by_id4.php",
1645
"url": "webscantest.com/shutterdb/search_get_by_id4.php",
1646
"method": "GET",
1647
"children": [{
1648
"node": "?id=1",
1649
"url": "webscantest.com/shutterdb/search_get_by_id4.php?id=1",
1650
"method": "GET",
1651
"children": []
1652
}, {
1653
"node": "?id=2",
1654
"url": "webscantest.com/shutterdb/search_get_by_id4.php?id=2",
1655
"method": "GET",
1656
"children": []
1657
}, {
1658
"node": "?id=3",
1659
"url": "webscantest.com/shutterdb/search_get_by_id4.php?id=3",
1660
"method": "GET",
1661
"children": []
1662
}]
1663
}, {
1664
"node": "search_get_by_id5.php",
1665
"url": "webscantest.com/shutterdb/search_get_by_id5.php",
1666
"method": "GET",
1667
"children": [{
1668
"node": "?id=1",
1669
"url": "webscantest.com/shutterdb/search_get_by_id5.php?id=1",
1670
"method": "GET",
1671
"children": []
1672
}, {
1673
"node": "?id=2",
1674
"url": "webscantest.com/shutterdb/search_get_by_id5.php?id=2",
1675
"method": "GET",
1676
"children": []
1677
}, {
1678
"node": "?id=3",
1679
"url": "webscantest.com/shutterdb/search_get_by_id5.php?id=3",
1680
"method": "GET",
1681
"children": []
1682
}]
1683
}]
1684
}, {
1685
"node": "shutterform",
1686
"url": "http://webscantest.com/shutterform/",
1687
"method": "GET",
1688
"children": [{
1689
"node": "index.php",
1690
"url": "webscantest.com/shutterform/index.php",
1691
"method": "POST",
1692
"children": []
1693
}]
1694
}, {
1695
"node": "soap",
1696
"url": "webscantest.com/soap",
1697
"method": "GET",
1698
"children": [{
1699
"node": "demo",
1700
"url": "webscantest.com/soap/demo",
1701
"method": "GET",
1702
"children": [{
1703
"node": "api",
1704
"url": "webscantest.com/soap/demo/api",
1705
"method": "POST",
1706
"children": []
1707
}, {
1708
"node": "jquery.soap.js",
1709
"url": "webscantest.com/soap/demo/jquery.soap.js",
1710
"method": "GET",
1711
"children": []
1712
}, {
1713
"node": "jquery.xml2json.js",
1714
"url": "webscantest.com/soap/demo/jquery.xml2json.js",
1715
"method": "GET",
1716
"children": []
1717
}]
1718
}]
1719
}, {
1720
"node": "static",
1721
"url": "http://webscantest.com/static/",
1722
"method": "GET",
1723
"children": [{
1724
"node": "product1.html",
1725
"url": "webscantest.com/static/product1.html",
1726
"method": "GET",
1727
"children": []
1728
}, {
1729
"node": "product10.html",
1730
"url": "webscantest.com/static/product10.html",
1731
"method": "GET",
1732
"children": []
1733
}, {
1734
"node": "product11.html",
1735
"url": "webscantest.com/static/product11.html",
1736
"method": "GET",
1737
"children": []
1738
}, {
1739
"node": "product12.html",
1740
"url": "webscantest.com/static/product12.html",
1741
"method": "GET",
1742
"children": []
1743
}, {
1744
"node": "product13.html",
1745
"url": "webscantest.com/static/product13.html",
1746
"method": "GET",
1747
"children": []
1748
}, {
1749
"node": "product14.html",
1750
"url": "webscantest.com/static/product14.html",
1751
"method": "GET",
1752
"children": []
1753
}, {
1754
"node": "product15.html",
1755
"url": "webscantest.com/static/product15.html",
1756
"method": "GET",
1757
"children": []
1758
}, {
1759
"node": "product16.html",
1760
"url": "webscantest.com/static/product16.html",
1761
"method": "GET",
1762
"children": []
1763
}, {
1764
"node": "product17.html",
1765
"url": "webscantest.com/static/product17.html",
1766
"method": "GET",
1767
"children": []
1768
}, {
1769
"node": "product18.html",
1770
"url": "webscantest.com/static/product18.html",
1771
"method": "GET",
1772
"children": []
1773
}, {
1774
"node": "product19.html",
1775
"url": "webscantest.com/static/product19.html",
1776
"method": "GET",
1777
"children": []
1778
}, {
1779
"node": "product2.html",
1780
"url": "webscantest.com/static/product2.html",
1781
"method": "GET",
1782
"children": []
1783
}, {
1784
"node": "product20.html",
1785
"url": "webscantest.com/static/product20.html",
1786
"method": "GET",
1787
"children": []
1788
}, {
1789
"node": "product21.html",
1790
"url": "webscantest.com/static/product21.html",
1791
"method": "GET",
1792
"children": []
1793
}, {
1794
"node": "product22.html",
1795
"url": "webscantest.com/static/product22.html",
1796
"method": "GET",
1797
"children": []
1798
}, {
1799
"node": "product23.html",
1800
"url": "webscantest.com/static/product23.html",
1801
"method": "GET",
1802
"children": []
1803
}, {
1804
"node": "product24.html",
1805
"url": "webscantest.com/static/product24.html",
1806
"method": "GET",
1807
"children": []
1808
}, {
1809
"node": "product25.html",
1810
"url": "webscantest.com/static/product25.html",
1811
"method": "GET",
1812
"children": []
1813
}, {
1814
"node": "product26.html",
1815
"url": "webscantest.com/static/product26.html",
1816
"method": "GET",
1817
"children": []
1818
}, {
1819
"node": "product27.html",
1820
"url": "webscantest.com/static/product27.html",
1821
"method": "GET",
1822
"children": []
1823
}, {
1824
"node": "product28.html",
1825
"url": "webscantest.com/static/product28.html",
1826
"method": "GET",
1827
"children": []
1828
}, {
1829
"node": "product29.html",
1830
"url": "webscantest.com/static/product29.html",
1831
"method": "GET",
1832
"children": []
1833
}, {
1834
"node": "product3.html",
1835
"url": "webscantest.com/static/product3.html",
1836
"method": "GET",
1837
"children": []
1838
}, {
1839
"node": "product30.html",
1840
"url": "webscantest.com/static/product30.html",
1841
"method": "GET",
1842
"children": []
1843
}, {
1844
"node": "product31.html",
1845
"url": "webscantest.com/static/product31.html",
1846
"method": "GET",
1847
"children": []
1848
}, {
1849
"node": "product32.html",
1850
"url": "webscantest.com/static/product32.html",
1851
"method": "GET",
1852
"children": []
1853
}, {
1854
"node": "product33.html",
1855
"url": "webscantest.com/static/product33.html",
1856
"method": "GET",
1857
"children": []
1858
}, {
1859
"node": "product34.html",
1860
"url": "webscantest.com/static/product34.html",
1861
"method": "GET",
1862
"children": []
1863
}, {
1864
"node": "product35.html",
1865
"url": "webscantest.com/static/product35.html",
1866
"method": "GET",
1867
"children": []
1868
}, {
1869
"node": "product36.html",
1870
"url": "webscantest.com/static/product36.html",
1871
"method": "GET",
1872
"children": []
1873
}, {
1874
"node": "product37.html",
1875
"url": "webscantest.com/static/product37.html",
1876
"method": "GET",
1877
"children": []
1878
}, {
1879
"node": "product38.html",
1880
"url": "webscantest.com/static/product38.html",
1881
"method": "GET",
1882
"children": []
1883
}, {
1884
"node": "product39.html",
1885
"url": "webscantest.com/static/product39.html",
1886
"method": "GET",
1887
"children": []
1888
}, {
1889
"node": "product4.html",
1890
"url": "webscantest.com/static/product4.html",
1891
"method": "GET",
1892
"children": []
1893
}, {
1894
"node": "product40.html",
1895
"url": "webscantest.com/static/product40.html",
1896
"method": "GET",
1897
"children": []
1898
}, {
1899
"node": "product41.html",
1900
"url": "webscantest.com/static/product41.html",
1901
"method": "GET",
1902
"children": []
1903
}, {
1904
"node": "product42.html",
1905
"url": "webscantest.com/static/product42.html",
1906
"method": "GET",
1907
"children": []
1908
}, {
1909
"node": "product43.html",
1910
"url": "webscantest.com/static/product43.html",
1911
"method": "GET",
1912
"children": []
1913
}, {
1914
"node": "product44.html",
1915
"url": "webscantest.com/static/product44.html",
1916
"method": "GET",
1917
"children": []
1918
}, {
1919
"node": "product45.html",
1920
"url": "webscantest.com/static/product45.html",
1921
"method": "GET",
1922
"children": []
1923
}, {
1924
"node": "product46.html",
1925
"url": "webscantest.com/static/product46.html",
1926
"method": "GET",
1927
"children": []
1928
}, {
1929
"node": "product47.html",
1930
"url": "webscantest.com/static/product47.html",
1931
"method": "GET",
1932
"children": []
1933
}, {
1934
"node": "product48.html",
1935
"url": "webscantest.com/static/product48.html",
1936
"method": "GET",
1937
"children": []
1938
}, {
1939
"node": "product49.html",
1940
"url": "webscantest.com/static/product49.html",
1941
"method": "GET",
1942
"children": []
1943
}, {
1944
"node": "product5.html",
1945
"url": "webscantest.com/static/product5.html",
1946
"method": "GET",
1947
"children": []
1948
}, {
1949
"node": "product50.html",
1950
"url": "webscantest.com/static/product50.html",
1951
"method": "GET",
1952
"children": []
1953
}, {
1954
"node": "product6.html",
1955
"url": "webscantest.com/static/product6.html",
1956
"method": "GET",
1957
"children": []
1958
}, {
1959
"node": "product7.html",
1960
"url": "webscantest.com/static/product7.html",
1961
"method": "GET",
1962
"children": []
1963
}, {
1964
"node": "product8.html",
1965
"url": "webscantest.com/static/product8.html",
1966
"method": "GET",
1967
"children": []
1968
}, {
1969
"node": "product9.html",
1970
"url": "webscantest.com/static/product9.html",
1971
"method": "GET",
1972
"children": []
1973
}]
1974
}, {
1975
"node": "terms",
1976
"url": "http://webscantest.com/terms",
1977
"method": "GET",
1978
"children": []
1979
}, {
1980
"node": "xmldb",
1981
"url": "webscantest.com/xmldb",
1982
"method": "GET",
1983
"children": [{
1984
"node": "index.php",
1985
"url": "webscantest.com/xmldb/index.php",
1986
"method": "GET",
1987
"children": []
1988
}, {
1989
"node": "search_by_name.php",
1990
"url": "webscantest.com/xmldb/search_by_name.php",
1991
"method": "GET",
1992
"children": [{
1993
"node": "?index=Lunch",
1994
"url": "webscantest.com/xmldb/search_by_name.php?index=Lunch",
1995
"method": "GET",
1996
"children": []
1997
}, {
1998
"node": "?index=Lunch&action=addtocart&id=1006",
1999
"url": "webscantest.com/xmldb/search_by_name.php?index=Lunch&action=addtocart&id=1006",
2000
"method": "GET",
2001
"children": []
2002
}, {
2003
"node": "?index=Waffles",
2004
"url": "webscantest.com/xmldb/search_by_name.php?index=Waffles",
2005
"method": "GET",
2006
"children": []
2007
}, {
2008
"node": "?index=Waffles&action=addtocart&id=1000",
2009
"url": "webscantest.com/xmldb/search_by_name.php?index=Waffles&action=addtocart&id=1000",
2010
"method": "GET",
2011
"children": []
2012
}, {
2013
"node": "?index=Waffles&action=addtocart&id=1001",
2014
"url": "webscantest.com/xmldb/search_by_name.php?index=Waffles&action=addtocart&id=1001",
2015
"method": "GET",
2016
"children": []
2017
}, {
2018
"node": "?index=Waffles&action=addtocart&id=1002",
2019
"url": "webscantest.com/xmldb/search_by_name.php?index=Waffles&action=addtocart&id=1002",
2020
"method": "GET",
2021
"children": []
2022
}]
2023
}]
2024
}]
2025
}]