debian 系统安装最新版本nmap方法:
<p><br></p><p>根据官网, 把rpm包转换为deb包,再安装</p><p>https://nmap.org/book/inst-linux.html#inst-debian</p><p><br></p><ol><li><p>If you don't have the alien command, install it with a command such as <strong>sudo apt-get install alien</strong></p></li><li><p>Download the Nmap RPMs for your platform (x86 or x86-64) from https://nmap.org/download.html. This description will use <code>nmap-5.21-1.x86_64.rpm</code></p></li><li><p>Verify the download integrity as described in the section called “Verifying the Integrity of Nmap Downloads”.</p></li><li><p>Generate a Debian package with a command such as <strong>sudo alien nmap-5.21-1.x86_64.rpm</strong></p></li><li><p>Install the Debian package with a command such as <strong>sudo dpkg --install nmap_5.21-2_amd64.deb</strong></p></li><li><p>Steps 2–5 can be repeated for the other Nmap RPMs such as Zenmap, Ncat, and Nping.</p></li></ol><br><br>来源:https://www.cnblogs.com/cute/p/14752147.html
頁:
[1]