انجمن‌های فارسی اوبونتو

لطفاً به انجمن‌ها وارد شده و یا جهت ورود ثبت‌نام نمائید

لطفاً جهت ورود نام کاربری و رمز عبورتان را وارد نمائید


ارائه ۲۵٫۰۴ اوبونتو منتشر شد 🎉

نویسنده موضوع: نصب nmap?  (دفعات بازدید: 2237 بار)

0 کاربر و 1 مهمان درحال مشاهده موضوع.

آفلاین Aliweb

  • Jr. Member
  • *
  • ارسال: 85
نصب nmap?
« : 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
« آخرین ویرایش: 09 بهمن 1389، 02:57 ب‌ظ توسط Aliweb »

آفلاین جادی

  • عضو کاربران ایرانی اوبونتو
  • *
  • ارسال: 1636
    • در دفاع از آزادی بیان
پاسخ به: نصب nmap?
« پاسخ #1 : 09 بهمن 1389، 06:55 ب‌ظ »
؟

sudo apt-get install namp
آزادی کیبورد حق هر انسان است - جادی

آفلاین Aliweb

  • Jr. Member
  • *
  • ارسال: 85
پاسخ به: نصب nmap?
« پاسخ #2 : 09 بهمن 1389، 07:59 ب‌ظ »
ممنون

اینطوری نصب کرده بودم میخواستم این طوری نصب کنم شما تست میزنی

از اینجا دانلود کن::

http://nmap.org/download.html

آفلاین sayres

  • High Hero Member
  • *
  • ارسال: 1096
  • جنسیت : پسر
    • دست نوشته های من
پاسخ به: نصب nmap?
« پاسخ #3 : 09 بهمن 1389، 09:39 ب‌ظ »
دوست عزیز این دانلود کن.
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.