Re: nmap sendto in send_ip_packet_sd: sendto => Permission denied

2023-11-17 Thread Stuart Henderson
On 2023/11/16 21:35, Rafael Sadowski wrote: > I stumbled across the following. Maybe only our nmap port is broken. > > $ doas nmap -vvv -sU -sT google.de > Starting Nmap 7.91 ( https://nmap.org ) at 2023-11-16 21:28 CET > Warning: Hostname google.de resolves to 2 IPs. Using 142.250.74.195. >

Re: nmap sendto in send_ip_packet_sd: sendto => Permission denied

2023-11-17 Thread Theo de Raadt
If you check in your syslog (or console), you will probably see a message telling you that build_udp_raw() has performed an 'backwards memcpy' which is not allowed because the result is undefined, therefore we check for this and then log + abort. this code should be using memmove(). Rafael

nmap sendto in send_ip_packet_sd: sendto => Permission denied

2023-11-16 Thread Rafael Sadowski
I stumbled across the following. Maybe only our nmap port is broken. $ doas nmap -vvv -sU -sT google.de Starting Nmap 7.91 ( https://nmap.org ) at 2023-11-16 21:28 CET Warning: Hostname google.de resolves to 2 IPs. Using 142.250.74.195. Initiating Ping Scan at 21:28 Scanning google.de