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

Added Gopher to list of local "services" detected and reported.

parent e58613ea
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,8 @@ if(request.charAt(0)=='?') { // Handle "special" requests
writeln("POP3");
if(test_port(119))
writeln("NNTP");
if(test_port(70))
writeln("Gopher");
if(test_port(80))
writeln("HTTP");
if(test_port(113))
......
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