انجمنهای فارسی اوبونتو
تازه کار => انجمن تازهکاران => نویسنده: Aliweb در 09 بهمن 1389، 02:33 بظ
-
سلام
من nmap دانلود کردم با پسوند nmap-5.50.tar.bz2 حالا تک تک کارهایی که انجام میدم !
در terminal (فایل در دسکتاپ هست) دستور زیر را وارد میکنم ::
cd Desktop
بعد::
bzip2 -cd nmap-5.50.tar.bz2
بعد به این تصویر نگاه کنیداین طوری شده:
دیگه نمیدونم باید چیکار کنم!!!
./configure
make
su root
make install
-
؟
sudo apt-get install namp
-
ممنون
اینطوری نصب کرده بودم میخواستم این طوری نصب کنم شما تست میزنی
از اینجا دانلود کن::
http://nmap.org/download.html
-
دوست عزیز این دانلود کن.
http://nmap.org/dist/nmap-5.50-1.i386.rpm
و اینجوری نصب کن :
جای nmap-5.21-1.x86_64.rpm بستهی دانلودیت بزار .
۱ : sudo apt-get install alien
۲: sudo alien nmap-5.21-1.x86_64.rpm
۳ : sudo dpkg --install nmap_5.21-2_amd64.deb
Debian Linux and Derivatives such as Ubuntu
LaMont Jones maintaining the Nmap deb packages, including keeping them reasonably up-to-date. The proper upgrade/install command is apt-get install nmap. This works for Debian derivatives such as Ubuntu too. Information on the latest Debian “stable” Nmap package is available at http://packages.debian.org/stable/nmap and the development (“unstable”) Nmap and Zenmap packages are available from http://packages.debian.org/unstable/nmap and http://packages.debian.org/unstable/zenmap.
Sometimes Debian's Nmap releases are a year or more behind the current Nmap version. One option for obtaining the latest release is to compile from source code, as described in the section called “Unix Compilation and Installation from Source Code”. Another option is to download the RPM-format binaries from the Nmap download page, convert them to deb packages using the alien command, and then install them using dpkg, as described in the following list:
Steps for converting Nmap RPM files to Debian/Ubuntu deb format for installation on Debian/Ubuntu
1.
If you don't have the alien command, install it with a command such as sudo apt-get install alien
2.
Download the Nmap RPMs for your platform (x86 or x86-64) from http://nmap.org/download.html. This description will use nmap-5.21-1.x86_64.rpm
3.
Verify the download integrity as described in the section called “Verifying the Integrity of Nmap Downloads”.
4.
Generate a Debian package with a command such as sudo alien nmap-5.21-1.x86_64.rpm
5.
Install the Debian package with a command such as sudo dpkg --install nmap_5.21-2_amd64.deb
6.
Steps 2–5 can be repeated for the other Nmap RPMs such as Zenmap, Ncat, and Nping.