04-30-2024, 11:06 AM
In the nmap bug tracker there is a fix listed for Nmap 7.90 [2020-10-03] referencing "nmap: Target.cc:503..." error.
https://nmap.org/changelog.html
However the version that ships with RaspiOS Bookworm is 7.93 and thus will contain that fix.
Prolly just google that error and hope it provides some useful links.
https://nmap.org/changelog.html
However the version that ships with RaspiOS Bookworm is 7.93 and thus will contain that fix.
Code:
pi@moode9:~ $ nmap -V
Nmap version 7.93 ( https://nmap.org )
Platform: aarch64-unknown-linux-gnu
Compiled with: liblua-5.3.6 openssl-3.0.11 libssh2-1.10.0 libz-1.2.13 libpcre-8.39 libpcap-1.10.3 nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock engines: epoll poll select
pi@moode9:~ $
Prolly just google that error and hope it provides some useful links.