You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this results in no open ports detected (even though I know the target has DNS running). Analysis with Wireshark shows that the UDP messages that hping3 sends contain a bogus length (quite random really).
Note:
This is possibly due to the scan.c:sender function not taking the -2 option into account and only calls send_tcp().
The text was updated successfully, but these errors were encountered:
When using
this results in no open ports detected (even though I know the target has DNS running). Analysis with Wireshark shows that the UDP messages that
hping3
sends contain a bogus length (quite random really).Note:
This is possibly due to the
scan.c:sender
function not taking the-2
option into account and only callssend_tcp()
.The text was updated successfully, but these errors were encountered: