hping3 - Ignorar los puertos que no responden

1

¿Hay alguna forma de ignorar los puertos que no responden en el informe de análisis?

james@ahoi:~$ sudo hping3 -q --scan 1-1000 -S 192.168.0.1
Scanning 192.168.0.1 (192.168.0.1), port 1-1000
1000 ports to scan, use -V to see all the replies
+----+-----------+---------+---+-----+-----+-----+
|port| serv name |  flags  |ttl| id  | win | len |
+----+-----------+---------+---+-----+-----+-----+
  443 https      : .S..A...  64     0  5840    44
All replies received. Done.
Not responding ports: (254 ) (255 ) (439 ) (440 ) (441 ) (442 ) (450 ) (451 ) (458 ) (465 urd) (466 ) (467 ) (468 ) (469 ) (527 ) (549 idfp) (550 ) (551 ) (552 ) (553 ) (739 ) (740 ) (741 ) (748 ) (755 ) (802 ) (803 ) (804 ) (811 ) (812 ) (813 ) (823 ) (934 ) (941 ) (942 ) (943 ) (944 ) (957 ) (958 ) (959 ) (960 ) (961 ) (962 ) (974 ) (986 ) (998 ) 

Probé -q pero no ayudó ...

    
pregunta 28.07.2015 - 21:25
fuente

1 respuesta

0

Sé que no es lo más directo, pero:

hping3 -q --scan 1-1000 -S 192.168.0.1 | grep -v 'Not res'
    
respondido por el David 29.07.2015 - 06:20
fuente

Lea otras preguntas en las etiquetas