File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ function transformToFindings(hosts) {
3636 serviceProduct : openPort . serviceProduct || null ,
3737 serviceVersion : openPort . serviceVersion || null ,
3838 scripts : openPort . scriptOutputs || null ,
39+ tunnel : openPort . tunnel || null ,
3940 } ,
4041 } ;
4142 } ) ;
Original file line number Diff line number Diff line change 1212 attributes :
1313 port : 990
1414 state : open
15+ - category : " Open Port"
16+ attributes :
17+ service : " ftps"
18+ state : open
19+ - category : " Open Port"
20+ attributes :
21+ service : " ftp"
22+ tunnel : " ssl"
23+ state : open
1524 scanSpec :
1625 scanType : " sslyze"
1726 parameters : ["--regular", "{{$.hostOrIP}}:{{attributes.port}}"]
Original file line number Diff line number Diff line change 2626 state : open
2727 - category : " Open Port"
2828 attributes :
29- service : " ssl/http"
30- state : open
29+ service : " http"
30+ tunnel : " ssl"
31+ state : " open"
3132 scanSpec :
3233 scanType : " sslyze"
3334 parameters : ["--regular", "{{$.hostOrIP}}:{{attributes.port}}"]
Original file line number Diff line number Diff line change 1212 attributes :
1313 port : 636
1414 state : open
15+ - category : " Open Port"
16+ attributes :
17+ service : " ldapssl"
18+ state : open
1519 scanSpec :
1620 scanType : " sslyze"
1721 parameters : ["--regular", "{{$.hostOrIP}}:{{attributes.port}}"]
Original file line number Diff line number Diff line change 1616 attributes :
1717 service : " smtps"
1818 state : open
19+ - category : " Open Port"
20+ attributes :
21+ service : " smtp"
22+ tunnel : " ssl"
23+ state : open
1924 scanSpec :
2025 scanType : " sslyze"
2126 parameters : ["--regular", "{{$.hostOrIP}}:{{attributes.port}}"]
3843 attributes :
3944 service : " pop3s"
4045 state : open
46+ - category : " Open Port"
47+ attributes :
48+ service : " pop3"
49+ tunnel : " ssl"
50+ state : open
4151 scanSpec :
4252 scanType : " sslyze"
4353 parameters : ["--regular", "{{$.hostOrIP}}:{{attributes.port}}"]
6070 attributes :
6171 service : " imaps"
6272 state : open
73+ - category : " Open Port"
74+ attributes :
75+ service : " imap"
76+ tunnel : " ssl"
77+ state : open
6378 scanSpec :
6479 scanType : " sslyze"
6580 parameters : ["--regular", "{{$.hostOrIP}}:{{attributes.port}}"]
You can’t perform that action at this time.
0 commit comments