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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user