We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
when running
my( $nmapCmd ) = "/usr/bin/nmap"; my( $nmap ) = new Nmap::Parser; $nmap->parsescan( $nmapCmd, '-n -sn', ( "192.168.1.1/24" ) );
my( $nmapCmd ) = "/usr/bin/nmap";
my( $nmap ) = new Nmap::Parser;
$nmap->parsescan( $nmapCmd, '-n -sn', ( "192.168.1.1/24" ) );
I get lots of warning like this one:
adjust_timeouts2: packet supposedly had rtt of -102238 microseconds. Ignoring time.
Reason seems to be "-v -v -v" in the call to nmap in Parser.pm. Is there anything I can do against these warnings?
Thx and bye. Michael.
The text was updated successfully, but these errors were encountered:
Unfotunately it may not be possible as using those switches provides additional information in the XML as far as I remember.
Sorry, something went wrong.
No branches or pull requests
Hi,
when running
my( $nmapCmd ) = "/usr/bin/nmap";
my( $nmap ) = new Nmap::Parser;
$nmap->parsescan( $nmapCmd, '-n -sn', ( "192.168.1.1/24" ) );
I get lots of warning like this one:
adjust_timeouts2: packet supposedly had rtt of -102238 microseconds. Ignoring time.
Reason seems to be "-v -v -v" in the call to nmap in Parser.pm.
Is there anything I can do against these warnings?
Thx and bye.
Michael.
The text was updated successfully, but these errors were encountered: