Are ICMP requests possible? #2938
-
|
Is it possible to do ICMP requests? I'd like to start by simply performing a regular "ping", an ICMP echo request see if there is any reply. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Are these what you were looking for? |
Beta Was this translation helpful? Give feedback.
-
|
Understanding that host discovery is out of scope for nuclei, ICMP would be necessary to check things like if ICMP type 13 responds with ICMP type 14. This function would be a vulnerability check and not a host discovery. Example CVE-1999-0524. Is there a way to leverage naabu to accomplish this task? |
Beta Was this translation helpful? Give feedback.
Host discovery is already supported in
naabu, so you could do your scan and then simply pipe the results tonuclei.There's also an existing ticket to integrate
naabuintonuclei. Once implemented you could potentially control these requests from templates as well.Are these what you were looking for?