Skip to content

NMAP Test Results - '"security.services.unknown.XXX' and convoluted results structure #94

Description

@noursaidi

Service detection is failing against unknown ports.

I also don't think the structure of the nmap tests are feasible - each nmap test (e.g. security.services.ftp) should be it's own test like the other items, and a final security.services.unknown test as a catchall.

I don't undestand why the nmap tests have a special convoluted structure to the results.

 "security.services.unknown.993": {
"tcp_ports": {
"993": {
"description": "Undefined port",
"allowed": false,
"result": "non-compliant"
}
}
},
"security.services.unknown.995": {
"tcp_ports": {
"995": {
"description": "Undefined port",
"allowed": false,
"result": "non-compliant"
}
}
},
"security.services.unknown.23451": {
"tcp_ports": {
"23451": {
"description": "Undefined port",
"allowed": false,
"result": "non-compliant"
}
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions