Nmap، اختصار لـ Network Mapper، هو أداة مفتوحة المصدر تُستخدم على نطاق واسع لأغراض اكتشاف الشبكات وتدقيق الأمان. تم تطويره بواسطة Gordon Lyon، يتم استخدام Nmap من قبل مديري الشبكات، والمحترفين الأمنيين، والهاكرز لمسح الشبكات وتحديد الأجهزة والخدمات. إنه فعال للغاية في جرد الشبكات، وإدارة جداول ترقية الخدمات، ومراقبة وقت تشغيل الأجهزة أو الخدمات.

يعمل Nmap عن طريق إرسال حزم مصممة خصيصًا إلى الأجهزة المستهدفة وتحليل استجاباتها. تتيح له هذه العملية تحديد حالة الأجهزة المختلفة على الشبكة، بما في ذلك المنافذ المفتوحة والخدمات التي تعمل وأنظمة التشغيل المستخدمة. يدعم Nmap مجموعة واسعة من تقنيات المسح، بما في ذلك TCP connect وSYN scan وUDP scan وكشف أنظمة التشغيل، مما يسمح بتحليل شامل للشبكة.

إحدى الميزات الرئيسية لـ Nmap هي محرك البرمجة النصية (NSE)، الذي يتيح للمستخدمين أتمتة المهام مثل اكتشاف الثغرات، واكتشاف البرمجيات الخبيثة، وإجراء استقصاء شبكي متقدم. تكتب نصوص NSE بلغة Lua، وهي لغة برمجة خفيفة الوزن، مما يسمح للمستخدمين بتوسيع وظائف Nmap وتخصيص المسح وفقًا لاحتياجاتهم الخاصة.

مدعوم Nmap على منصات متعددة، بما في ذلك Windows وmacOS وLinux، مما يجعله متاحًا للمستخدمين عبر أنظمة التشغيل المختلفة. تجعل ميزاته القوية وسهولة استخدامه Nmap أداة أساسية لتقييم أمان الشبكات وجزءًا أساسيًا من العديد من مجموعات أدوات الأمن السيبراني.

ميزات رئيسية:

  • اكتشاف المضيف: يكتشف المضيفين النشطين على الشبكة.
  • فحص المنافذ: يقوم بفحص المنافذ المفتوحة لمعرفة أي خدمات تعمل.
  • الكشف عن إصدار الخدمة: يحدد إصدارات البرامج على المنافذ المفتوحة.
  • كشف نظام التشغيل: يكتشف نظام التشغيل ونوع الجهاز الخاص بالمضيف.
  • محرك البرمجة النصية Nmap (NSE): يستخدم برمجيات نصية لمهام مثل اكتشاف الثغرات والتشغيل الآلي.
  • تجاوز جدار الحماية: يتجاوز جدران الحماية وأنظمة الأمان أثناء عمليات الفحص.
  • إخراج مرن: يدعم صيغًا متعددة للنتائج، مثل النص، وXML، وHTML.
  • الفحص الخفي: يقوم بالفحص بهدوء لتجنب اكتشافه بواسطة أنظمة الأمان.
  • IPv6 Support: يعمل مع شبكات IPv4 و IPv6.
  • واجهة المستخدم الرسومية (Zenmap): تقدم واجهة رسومية لسهولة الاستخدام.

ما الجديد؟

Version 6.45

  • [NSE] Add ssl-heartbleed script to detect the Heartbleed bug in OpenSSL
  • [NSE] Fixed an error-handling bug in socks-open-proxy that caused it to fail when scanning a SOCKS4-only proxy.
  • [NSE] Improved ntp-info script to handle underscores in returned data.
  • [NSE] Add quake1-info script for retrieving server and player information from Quake 1 game servers. Reports potential DoS amplification factor.
  • [NSE] Add unicode library for decoding and encoding UTF-8, UTF-16, CP437 and other character sets to Unicode code points. Scripts that previously just added or skipped nulls in UTF-16 data can use this to support non-ASCII characters.
  • When doing a ping scan (-sn), the --open option will prevent down hosts from being shown when -v is specified. This aligns with similar output for other scan types.
  • [Ncat] Added support for socks5 and corresponding regression tests.
  • [NSE] Add http-ntlm-info script for getting server information from Web servers that require NTLM authentication.
  • Added TCP support to dns.lua.
  • Added safe fd_set operations. This makes nmap fail gracefully instead of crashing when the number of file descriptors grows over FD_SETSIZE.
  • [NSE] Added tls library for functions related to SSLv3 and TLS messages. Existing ssl-enum-ciphers, ssl-date, and tls-nextprotoneg scripts were updated to use this library.
  • [NSE] Add sstp-discover script to discover Microsoft's Secure Socket Tunnelling Protocol
  • [NSE] Added unittest library and NSE script for adding unit tests to NSE libraries. See unittest.lua for examples, and run `nmap --script=unittest --script-args=unittest.run -d` to run the tests.
  • Updated bundled liblua from 5.2.2 to 5.2.3 (bugfix release)
  • Added version detection signatures and probes for a bunch of Android remote mouse/keyboard servers, including AndroMouse, AirHID, Wifi-mouse, and RemoteMouse.
  • [NSE] Added allseeingeye-info for gathering information from games using this query protocol. A version detection probe was also added.
  • [NSE] Add freelancer-info to gather information about the Freelancer game server. Also added a related version detection probe and UDP protocol payload for detecting the service.
  • [Ncat] Fixed compilation when --without-liblua is specified in configure (an #include needed an ifdef guard).
  • [NSE] Add http-server-header script to grab the Server header as a last-ditch effort to get a software version. This can't be done as a softmatch because of the need to match non-HTTP services that obey some HTTP requests.
  • [NSE] Add rfc868-time script to get the date and time from an RFC 868 Time server.
  • [NSE] Add weblogic-t3-info script that detects the T3 RMI protocol used by Oracle/BEA Weblogic. Extracts the Weblogic version, as well
  • Fixed a bug in libdnet with handling interfaces with AF_LINK addresses on FreeBSD >9 .Likely affected other *BSDs. Handled by skipping these non-network addresses.
  • Fixed a bug with UDP checksum calculation. When the UDP checksum is zero (0x0000), it must be transmitted as 1's-complement -0 (0xffff) to avoid ambiguity with +0, which indicates no checksum was calculated. This affected UDP on IPv4 only.
  • [NSE] Removed a fixed value (28428) which was being set for the Request ID in the snmpWalk library function; a value based on nmap.clock_ms will now be set instead.
  • [NSE] Add http-iis-short-name-brute script that detects Microsoft IIS servers vulnerable to a file/folder name disclosure and a denial of service vulnerability. The script obtains the "shortnames" of the files and folders in the webroot folder.
  • Idle scan now supports IPv6. IPv6 packets don't usually come with fragments identifiers like IPv4 packets do, so new techniques had to be developed to make idle scan possible.
  • [NSE] Add http-dlink-backdoor script that detects DLink routers with firmware backdoor allowing admin access over HTTP interface.
  • The ICMP ID of ICMP probes is now matched against the sent ICMP ID, to reduce the chance of false matches.
  • [NSE] Made telnet-brute support multiple parallel guessing threads, reuse connections, and support password-only logins.
  • [NSE] Made the table returned by ssh1.fetch_host_key contain a "key" element, like that of ssh2.fetch_host_key. This fixed a crash in the ssh-hostkey script. The "key" element of ssh2.fetch_host_key now is base64-encoded, to match the format used by the known_hosts file.
  • [Nsock] Handle timers and timeouts via a priority queue (using a heap) for improved performance. Nsock now only iterates over events which are completed or expired instead of inspecting the entire event set at each iteration.
  • [NSE] Update dns-cache-snoop script to use a new list of top 50 domains rather than a 2010 list.
  • [NSE] Added the qconn-exec script , which tests the QNX QCONN service for remote command execution.
  • [Zenmap] Fixed a crash that would happen when you entered a search term starting with a colon: "AttributeError: 'FilteredNetworkInventory' object has no attribute 'match_'".
  • [Ncat] Added NCAT_PROTO, NCAT_REMOTE_ADDR, NCAT_REMOTE_PORT, NCAT_LOCAL_ADDR and NCAT_LOCAL_PORT environment variables being set in all --*-exec child processes.

البرنامج متوفر بلغات أخرى

مراجعات المستخدمين

تقييم المستخدم

1 2 3 4 5
5/5

6

رخصة:

مجاني

متطلبات:

Windows All

اللغات:

English

حجم:

25.6MB

ناشر:

Gordon Lyon

محدث:

Apr 14, 2014

نظيف

برنامج التقارير

برنامج المطور

Nmap 7.95

البرمجيات ذات الصلة

Nmap 7.95

Agnitum Outpost Security Suite 9.1

مستويات الأمان

لتجنب أي ضرر محتمل لجهازك وضمان أمان بياناتك وخصوصيتك، تقوم فريقنا بالتحقق في كل مرة يتم فيها رفع ملف تثبيت جديد على خوادمنا أو ربطه بخادم بعيد، كما يتم مراجعة الملف بشكل دوري لتأكيد حالته أو تحديثها. استنادًا إلى هذه العملية، نحدد مستويات الأمان التالية لأي ملفات قابلة للتنزيل.

نظيف

من المرجح جدًا أن يكون هذا البرنامج خاليًا من الفيروسات.

لقد قمنا بفحص الملفات وعناوين URL المرتبطة بهذا البرنامج في أكثر من 60 من خدمات مكافحة الفيروسات الرائدة في العالم؛ ولم يتم العثور على أي تهديدات محتملة. ولا يوجد أي برنامج طرف ثالث مُدمج.

تحذير

هذا البرنامج مدعوم بإعلانات وقد يقدم عرضًا لتثبيت برامج طرف ثالث غير مطلوبة. قد تشمل هذه برامج شريط الأدوات، أو تغيير الصفحة الرئيسية، أو محرك البحث الافتراضي، أو تثبيت برامج أخرى. قد تكون هذه نتائج إيجابية زائفة، وينصح مستخدمونا بأن يكونوا حذرين عند تثبيت واستخدام هذا البرنامج.

معاق

هذا البرنامج لم يعد متاحًا للتنزيل. من المحتمل جدًا أن يكون هذا البرنامج ضارًا أو يحتوي على مشكلات أمان أو أسباب أخرى.

قدّم تقريراً

شكراً لك!
تم إرسال تقريرك.

سوف نراجع طلبك ونتخذ الإجراء المناسب.

يرجى ملاحظة أنك لن تتلقى إشعارًا بشأن أي إجراء يُتخذ نتيجةً لهذا التقرير. نعتذر عن أي إزعاج قد يسببه ذلك.

نُقدّر مساعدتك في الحفاظ على موقعنا الإلكتروني نظيفًا وآمنًا.