mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
getting closer to 4.20ALPHA9
This commit is contained in:
parent
25bbd2983d
commit
e4ee4d5e4c
13 changed files with 93 additions and 64 deletions
|
|
@ -2849,7 +2849,7 @@ OsScanInfo::OsScanInfo(vector<Target *> &Targets) {
|
|||
|
||||
#ifdef WIN32
|
||||
if (Targets[targetno]->ifType() == devt_loopback) {
|
||||
log_write(LOG_STDOUT, "Skipping OS Scan against %s because it doesn't work against your own machine (localhsot)\n", Targets[targetno]->NameIP());
|
||||
log_write(LOG_STDOUT, "Skipping OS Scan against %s because it doesn't work against your own machine (localhost)\n", Targets[targetno]->NameIP());
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue