We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fee6a commit 7586145Copy full SHA for 7586145
1 file changed
nxc/parsers/nmap.py
@@ -3,7 +3,7 @@
3
4
# right now we are only referencing the port numbers, not the service name, but this should be sufficient for 99% cases
5
protocol_dict = {
6
- "Ftp": {"ports": [21], "services": ["Ftp"]},
+ "ftp": {"ports": [21], "services": ["ftp"]},
7
"ssh": {"ports": [22, 2222], "services": ["ssh"]},
8
"smb": {"ports": [139, 445], "services": ["netbios-ssn", "microsoft-ds"]},
9
"ldap": {"ports": [389, 636], "services": ["ldap", "ldaps"]},
0 commit comments