mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Allow IPv6 fingerprinting to continue if sendto fails
http://seclists.org/nmap-dev/2014/q3/201 The fingerprint will be marked G=N, so ineligible for submission. Still matches well against scanme.nmap.org, though.
This commit is contained in:
parent
062b780a48
commit
8e4f61725e
4 changed files with 27 additions and 1 deletions
|
|
@ -181,6 +181,8 @@ class FingerPrintResults {
|
|||
consistency standpoint. */
|
||||
double maxTimingRatio;
|
||||
|
||||
bool incomplete; /* Were we unable to send all necessary probes? */
|
||||
|
||||
/* If the fingerprint is of potentially poor quality, we don't want to
|
||||
print it and ask the user to submit it. In that case, the reason
|
||||
for skipping the FP is returned as a static string. If the FP is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue