1

enter image description here

$ sudo nmap -vv -P -T1 192.168.0.1/24

Output:

>Warning: The -P option is deprecated. Please use -PE
>Starting Nmap 7.80 ( https://nmap.org ) at 2021-01-01 18:29 -03
>Initiating ARP Ping Scan at 18:29
>Scanning 255 hosts [1 port/host]
>nmap: Target.cc:503: void Target::stopTimeOutClock(const timeval*): Assertion `htn.toclock_running == true' failed.
>Aborted
user197536
  • 39
  • 1
  • 5
  • I would read the first line of your output; `Warning: The -P option is deprecated. Please use -PE`. Try using `-PE` instead of `-P` in your command and see if that fixes it. If it does, then the issue is that you're using a dead function argument, and this is your command at fault (because `-P` is deprecated). – Thomas Ward Jan 01 '21 at 22:13
  • It's gives the same output. – user197536 Jan 01 '21 at 22:25

0 Answers0