mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Update location of fingerprint submitter.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# Nmap Changelog ($Id$); -*-text-*-
|
||||||
|
|
||||||
|
o Change the URI for the fingerprint submitter to its new location at
|
||||||
|
https://nmap.org/cgi-bin/submit.cgi
|
||||||
|
|
||||||
o [Zenmap] Added new Hindi (hi) translation by Gyanendra Mishra.
|
o [Zenmap] Added new Hindi (hi) translation by Gyanendra Mishra.
|
||||||
|
|
||||||
o [NSE] Added a new version of http-wordpress-enum, it now enumerates
|
o [NSE] Added a new version of http-wordpress-enum, it now enumerates
|
||||||
|
|||||||
12
output.cc
12
output.cc
@@ -872,7 +872,7 @@ void printportoutput(Target *currenths, PortList *plist) {
|
|||||||
log_write(LOG_PLAIN, "%d service%s unrecognized despite returning data."
|
log_write(LOG_PLAIN, "%d service%s unrecognized despite returning data."
|
||||||
" If you know the service/version, please submit the following"
|
" If you know the service/version, please submit the following"
|
||||||
" fingerprint%s at"
|
" fingerprint%s at"
|
||||||
" http://www.insecure.org/cgi-bin/servicefp-submit.cgi :\n",
|
" https://nmap.org/cgi-bin/submit.cgi?new-service :\n",
|
||||||
numfps, (numfps > 1) ? "s" : "", (numfps > 1) ? "s" : "");
|
numfps, (numfps > 1) ? "s" : "", (numfps > 1) ? "s" : "");
|
||||||
for (i = 0; i < numfps; i++) {
|
for (i = 0; i < numfps; i++) {
|
||||||
if (numfps > 1)
|
if (numfps > 1)
|
||||||
@@ -1943,7 +1943,7 @@ void printosscanoutput(Target *currenths) {
|
|||||||
|
|
||||||
if (!reason) {
|
if (!reason) {
|
||||||
log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT,
|
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 http://nmap.org/submit/ ).\n");
|
"No exact OS matches for host (If you know what OS is running on it, see https://nmap.org/submit/ ).\n");
|
||||||
write_merged_fpr(FPR, currenths, true, true);
|
write_merged_fpr(FPR, currenths, true, true);
|
||||||
} else {
|
} else {
|
||||||
log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT,
|
log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT,
|
||||||
@@ -1956,7 +1956,7 @@ void printosscanoutput(Target *currenths) {
|
|||||||
/* No matches at all. */
|
/* No matches at all. */
|
||||||
if (!reason) {
|
if (!reason) {
|
||||||
log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT,
|
log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT,
|
||||||
"No OS matches for host (If you know what OS is running on it, see http://nmap.org/submit/ ).\n");
|
"No OS matches for host (If you know what OS is running on it, see https://nmap.org/submit/ ).\n");
|
||||||
write_merged_fpr(FPR, currenths, true, true);
|
write_merged_fpr(FPR, currenths, true, true);
|
||||||
} else {
|
} else {
|
||||||
log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT,
|
log_write(LOG_NORMAL | LOG_SKID_NOXLT | LOG_STDOUT,
|
||||||
@@ -2515,11 +2515,11 @@ void printfinaloutput() {
|
|||||||
log_write(LOG_STDOUT, "Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn\n");
|
log_write(LOG_STDOUT, "Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn\n");
|
||||||
else if (o.numhosts_up > 0) {
|
else if (o.numhosts_up > 0) {
|
||||||
if (o.osscan && o.servicescan)
|
if (o.osscan && o.servicescan)
|
||||||
log_write(LOG_PLAIN, "OS and Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .\n");
|
log_write(LOG_PLAIN, "OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .\n");
|
||||||
else if (o.osscan)
|
else if (o.osscan)
|
||||||
log_write(LOG_PLAIN, "OS detection performed. Please report any incorrect results at http://nmap.org/submit/ .\n");
|
log_write(LOG_PLAIN, "OS detection performed. Please report any incorrect results at https://nmap.org/submit/ .\n");
|
||||||
else if (o.servicescan)
|
else if (o.servicescan)
|
||||||
log_write(LOG_PLAIN, "Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .\n");
|
log_write(LOG_PLAIN, "Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
log_write(LOG_STDOUT | LOG_SKID,
|
log_write(LOG_STDOUT | LOG_SKID,
|
||||||
|
|||||||
Reference in New Issue
Block a user