1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-23 07:59:03 +00:00

About to move it to syn to collect fingerprint of that machine and also test a bit there

This commit is contained in:
fyodor
2006-08-30 08:27:52 +00:00
parent 3768236c47
commit 33d8b93736
3 changed files with 86 additions and 39 deletions

View File

@@ -409,7 +409,10 @@ foreach $line (split /\n/, $printbuf) {
}
}
if ($ack and !($fp{$test}{ack} =~ /(^|\|)$ack($|\|)/)) {
# Quick hack to stop S+ from repeating endlessly ...
$acktmp = $ack;
$acktmp =~ s/\+/\\+/g;
if ($acktmp and !($fp{$test}{ack} =~ /(^|\|)$acktmp($|\|)/)) {
if ($fp{$test}{ack}) {
$fp{$test}{ack} .= qq^|$ack^;
} else {