Skip to content
New issue

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

Avoid warnings from nmap #14

Closed
nobanzai opened this issue Feb 20, 2017 · 1 comment
Closed

Avoid warnings from nmap #14

nobanzai opened this issue Feb 20, 2017 · 1 comment

Comments

@nobanzai
Copy link

nobanzai commented Feb 20, 2017

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.

@apersaud
Copy link
Member

Unfotunately it may not be possible as using those switches provides additional information in the XML as far as I remember.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants