Skip to content
Snippets Groups Projects
Commit 3126fe6a authored by rswindell's avatar rswindell
Browse files

Uses "services" instead of "caps" for local services report.

parent 47e35ba9
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ if(request.charAt(0)=='?') { // Handle "special" requests
}
break;
case "caps": /* Capabilities */
case "services": /* Services running on this host */
if(test_port(23))
writeln("Telnet");
if(test_port(513))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment