Scanner | Version | Vendor |
WSTool | 0.14001 | Kim Young-il |
Tested Against WAVSEP Version: |
Detection Accuracy | Chart | ||||
45.59% Detection Rate 40.00% False Positives | (62/136) (4/10) |
Response Type | Input Vector | Detection Rate | Details |
Errorneous 500 Responses | HTTP GET (Query String Parameters) | 20 out of 20 | Cases Detected: 1(1st&2nd)-19 |
Errorneous 500 Responses | HTTP POST (Body Parameters) | 20 out of 20 | Cases Detected: 1(1st&2nd)-19 |
Errorneous 200 Responses | HTTP GET (Query String Parameters) | 11 out of 20 | Cases Detected: 5-10,15-19 Cases Missed: 1(1st&2nd)-4,11-14 |
Errorneous 200 Responses | HTTP POST (Body Parameters) | 11 out of 20 | Cases Detected: 5-10,15-19 Cases Missed: 1(1st&2nd)-4,11-14 |
Valid 200 Responses | HTTP GET (Query String Parameters) | 0 out of 20 | Cases Missed: 1-19 |
Valid 200 Responses | HTTP POST (Body Parameters) | 0 out of 20 | Cases Missed: 1-19 |
Identical 200 Responses | HTTP GET (Query String Parameters) | 0 out of 8 | Cases Missed: 1-8 |
Identical 200 Responses | HTTP POST (Body Parameters) | 0 out of 8 | Cases Missed: 1-8 |
False Positive SQLi Test Cases | HTTP GET (Query String Parameters) | 4 out of 10 | 1,2,6,7 |
Detection Accuracy | Chart | ||||
27.27% Detection Rate 42.86% False Positives | (18/66) (3/7) |
Response Type | Input Vector | Detection Rate | Details |
Reflected XSS | HTTP GET (Query String Parameters) | 9 out of 33 | Cases Detected: 1-5,30(1st&2nd),31,32 Cases Missed: 6-29 |
Reflected XSS | HTTP POST (Body Parameters) | 9 out of 33 | Cases Detected: 1-5,30(1st&2nd),31,32 Cases Missed: 6-29 |
False Positive RXSS Test Cases | HTTP GET (Query String Parameters) | 3 out of 7 | 1,2,6 |
I manually configured the ws_init.php (by editing it), enabled almost all the optional features (except ?exception URL? and 2XX, 3XX, 4XX errors), increased the check limit to 600, and finally, initiated the scan using the following commands:
php ws_main.php 192.168.1.100 8080 GET /wavsep/index-xss.jsp >> reportXSS.html php ws_main.php 192.168.1.100 8080 GET /wavsep/index-sql.jsp >> reportSQL.html php ws_main.php 192.168.1.100 8080 GET /wavsep/index-false.jsp >> reportFalse.html The scanner successfully crawled all URLs. |