04-30-2024, 01:03 PM
So, it seems the version I have contains nmap 7.80, which is odd because i downloaded it only a few days ago from the download link here.
I did an apt-get update and apt-get upgrade, and it still shows V 7.80
So I did upgrade on nmap separately and it shows it as being the latest version (7.91) although nmap -V shows V7.80
Code:
pi@MoOde-Sender:~ $ nmap -V
Nmap version 7.80 ( https://nmap.org )
Platform: aarch64-unknown-linux-gnu
Compiled with: liblua-5.3.3 openssl-1.1.1j libssh2-1.9.0 libz-1.2.11 libpcre-8.39 libpcap-1.10.0 nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock engines: epoll poll select
sudo apt
I did an apt-get update and apt-get upgrade, and it still shows V 7.80
So I did upgrade on nmap separately and it shows it as being the latest version (7.91) although nmap -V shows V7.80
Code:
pi@MoOde-Sender:~ $ sudo apt-get upgrade nmap
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
nmap is already the newest version (7.91+dfsg1+really7.80+dfsg1-2).
Calculating upgrade... Done
The following packages have been kept back:
chromium-browser chromium-browser-l10n chromium-codecs-ffmpeg-extra
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
pi@MoOde-Sender:~ $ nmap -V
Nmap version 7.80 ( https://nmap.org )
Platform: aarch64-unknown-linux-gnu
Compiled with: liblua-5.3.3 openssl-1.1.1j libssh2-1.9.0 libz-1.2.11 libpcre-8.39 libpcap-1.10.0 nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock engines: epoll poll select