From 85e3081006f4272ca2f9ecc3534ad8e4bee54de4 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 15 Nov 2021 16:25:27 +0000 Subject: [PATCH] Updating OS submission URL The OS submission URL currently takes the user to the general submission page but the service submission URL take the user directly to the submission form. Updated the OS one to also go directly to the form. --- output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output.cc b/output.cc index 4c02e6c8b..9ae95c524 100644 --- a/output.cc +++ b/output.cc @@ -1932,7 +1932,7 @@ void printosscanoutput(const Target *currenths) { if (!reason) { log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT, - "No exact OS matches for host (If you know what OS is running on it, see https://nmap.org/submit/ ).\n"); + "No exact OS matches for host (If you know what OS is running on it, see https://nmap.org/cgi-bin/submit.cgi?new-os ).\n"); write_merged_fpr(FPR, currenths, true, true); } else { log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT,