pkgsrc/net/nmap/PLIST.zenmap

264 lines
10 KiB
Text
Raw Normal View History

Nmap 5.35DC1 [2010-07-16] Some of the highlights are: o [NSE] Added more scripts, bringing the total to 131! o Performed a major OS detection integration run. o Performed a large version detection integration run. o [Zenmap] Added the ability to print Nmap output to a printer. o [Nmap, Ncat, Nping] The default unit for time specifications is now seconds, not milliseconds, and times may have a decimal point. o Ports are now considered open during a SYN scan if a SYN packet (without the ACK flag) is received in response. o [Ncat] In listen mode, the --exec and --sh-exec options now accept a single connection and then exit, just like in normal listen mode. o UDP payloads are now stored in an external data file, nmap-payloads, instead of being hard-coded in the executable. o Added a new library, libnetutil, which contains about 2,700 lines of networking related code which is now shared between Nmap and Nping o Improved service detection match lines. o Improved our brute force password guessing list by mixing in some data sent in by Solar Designer of John the Ripper fame. o [Zenmap] IP addresses are now sorted by octet rather than their string representation. o [Ncat] When receiving a connection/datagram in listen mode, Ncat now prints the connecting source port along with the IP address. o Added EPROTO to the list of known error codes in service scan. o Updated IANA IP address space assignment list for random IP (-iR) generation. o Zenmap's "slow comprehensive scan profile" has been modified to use the best 7-probe host discovery combination we were able to find in extensive empirical testing o Zenmap now lets you save scan results in normal Nmap text output format or (as before) as XML. o [NSE] Raw packet sending at the IP layer is now supported, in addition to the existing Ethernet sending functionality. o Nmap now honors routing table entries that override interface addresses and netmasks. o [Ncat] The HTTP proxy server now accepts client connections over SSL, and added support for HTTP digest authentication of proxies, as both client and server. o Improved the MIT Kerberos version detection signatures. Plus many bugfixes and improvements. For full changelog, see http://nmap.org/changelog.html
2010-07-22 22:46:29 +02:00
@comment $NetBSD: PLIST.zenmap,v 1.7 2010/07/22 20:46:29 pettai Exp $
bin/nmapfe
bin/uninstall_zenmap
bin/xnmap
bin/zenmap
${PYSITELIB}/radialnet/__init__.py
${PYSITELIB}/radialnet/__init__.pyc
${PYSITELIB}/radialnet/bestwidgets/__init__.py
${PYSITELIB}/radialnet/bestwidgets/__init__.pyc
${PYSITELIB}/radialnet/bestwidgets/boxes.py
${PYSITELIB}/radialnet/bestwidgets/boxes.pyc
${PYSITELIB}/radialnet/bestwidgets/buttons.py
${PYSITELIB}/radialnet/bestwidgets/buttons.pyc
${PYSITELIB}/radialnet/bestwidgets/comboboxes.py
${PYSITELIB}/radialnet/bestwidgets/comboboxes.pyc
${PYSITELIB}/radialnet/bestwidgets/expanders.py
${PYSITELIB}/radialnet/bestwidgets/expanders.pyc
${PYSITELIB}/radialnet/bestwidgets/frames.py
${PYSITELIB}/radialnet/bestwidgets/frames.pyc
${PYSITELIB}/radialnet/bestwidgets/labels.py
${PYSITELIB}/radialnet/bestwidgets/labels.pyc
${PYSITELIB}/radialnet/bestwidgets/textview.py
${PYSITELIB}/radialnet/bestwidgets/textview.pyc
${PYSITELIB}/radialnet/bestwidgets/windows.py
${PYSITELIB}/radialnet/bestwidgets/windows.pyc
${PYSITELIB}/radialnet/core/ArgvHandle.py
${PYSITELIB}/radialnet/core/ArgvHandle.pyc
${PYSITELIB}/radialnet/core/Coordinate.py
${PYSITELIB}/radialnet/core/Coordinate.pyc
${PYSITELIB}/radialnet/core/Graph.py
${PYSITELIB}/radialnet/core/Graph.pyc
${PYSITELIB}/radialnet/core/Info.py
${PYSITELIB}/radialnet/core/Info.pyc
${PYSITELIB}/radialnet/core/Interpolation.py
${PYSITELIB}/radialnet/core/Interpolation.pyc
${PYSITELIB}/radialnet/core/XMLHandler.py
${PYSITELIB}/radialnet/core/XMLHandler.pyc
${PYSITELIB}/radialnet/core/__init__.py
${PYSITELIB}/radialnet/core/__init__.pyc
${PYSITELIB}/radialnet/gui/Application.py
${PYSITELIB}/radialnet/gui/Application.pyc
${PYSITELIB}/radialnet/gui/ControlWidget.py
${PYSITELIB}/radialnet/gui/ControlWidget.pyc
${PYSITELIB}/radialnet/gui/Dialogs.py
${PYSITELIB}/radialnet/gui/Dialogs.pyc
${PYSITELIB}/radialnet/gui/HostsViewer.py
${PYSITELIB}/radialnet/gui/HostsViewer.pyc
${PYSITELIB}/radialnet/gui/Image.py
${PYSITELIB}/radialnet/gui/Image.pyc
${PYSITELIB}/radialnet/gui/NodeNotebook.py
${PYSITELIB}/radialnet/gui/NodeNotebook.pyc
${PYSITELIB}/radialnet/gui/NodeWindow.py
${PYSITELIB}/radialnet/gui/NodeWindow.pyc
${PYSITELIB}/radialnet/gui/RadialNet.py
${PYSITELIB}/radialnet/gui/RadialNet.pyc
Update to 5.00 Fix for PR#41506 Fix missing @dirrm entries from PLIST* Before we go into the detailed changes, here are the top 5 improvements in Nmap 5: 1. The new Ncat tool aims to be your Swiss Army Knife for data transfer, redirection, and debugging. We released a whole users' guide detailing security testing and network administration tasks made easy with Ncat. 2. The addition of the Ndiff scan comparison tool completes Nmap's growth into a whole suite of applications which work together to serve network administrators and security practitioners. Ndiff makes it easy to automatically scan your network daily and report on any changes (systems coming up or going down or changes to the software services they are running). The other two tools now packaged with Nmap itself are Ncat and the much improved Zenmap GUI and results viewer. 3. Nmap performance has improved dramatically. We spent last summer scanning much of the Internet and merging that data with internal enterprise scan logs to determine the most commonly open ports. This allows Nmap to scan fewer ports by default while finding more open ports. We also added a fixed-rate scan engine so you can bypass Nmap's congestion control algorithms and scan at exactly the rate (packets per second) you specify. 4. We released Nmap Network Scanning, the official Nmap guide to network discovery and security scanning. From explaining port scanning basics for novices to detailing low-level packet crafting methods used by advanced hackers, this book suits all levels of security and networking professionals. A 42-page reference guide documents every Nmap feature and option, while the rest of the book demonstrates how to apply those features to quickly solve real-world tasks. More than half the book is available in the free online edition. 5. The Nmap Scripting Engine (NSE) is one of Nmap's most powerful and flexible features. It allows users to write (and share) simple scripts to automate a wide variety of networking tasks. Those scripts are then executed in parallel with the speed and efficiency you expect from Nmap. All existing scripts have been improved, and 32 new ones added. New scripts include a whole bunch of MSRPC/NetBIOS attacks, queries, and vulnerability probes; open proxy detection; whois and AS number lookup queries; brute force attack scripts against the SNMP and POP3 protocols; and many more. All NSE scripts and modules are described in the new NSE documentation portal. Details are here: http://nmap.org/changelog.html
2009-07-20 21:40:08 +02:00
${PYSITELIB}/radialnet/gui/SaveDialog.py
${PYSITELIB}/radialnet/gui/SaveDialog.pyc
${PYSITELIB}/radialnet/gui/Toolbar.py
${PYSITELIB}/radialnet/gui/Toolbar.pyc
${PYSITELIB}/radialnet/gui/__init__.py
${PYSITELIB}/radialnet/gui/__init__.pyc
${PYSITELIB}/radialnet/util/__init__.py
${PYSITELIB}/radialnet/util/__init__.pyc
${PYSITELIB}/radialnet/util/drawing.py
${PYSITELIB}/radialnet/util/drawing.pyc
${PYSITELIB}/radialnet/util/geometry.py
${PYSITELIB}/radialnet/util/geometry.pyc
${PYSITELIB}/radialnet/util/integration.py
${PYSITELIB}/radialnet/util/integration.pyc
${PYSITELIB}/radialnet/util/misc.py
${PYSITELIB}/radialnet/util/misc.pyc
${PYSITELIB}/zenmapCore/BasePaths.py
${PYSITELIB}/zenmapCore/BasePaths.pyc
${PYSITELIB}/zenmapCore/BugRegister.py
${PYSITELIB}/zenmapCore/BugRegister.pyc
${PYSITELIB}/zenmapCore/Diff.py
${PYSITELIB}/zenmapCore/Diff.pyc
${PYSITELIB}/zenmapCore/I18N.py
${PYSITELIB}/zenmapCore/I18N.pyc
${PYSITELIB}/zenmapCore/Name.py
${PYSITELIB}/zenmapCore/Name.pyc
${PYSITELIB}/zenmapCore/NetworkInventory.py
${PYSITELIB}/zenmapCore/NetworkInventory.pyc
${PYSITELIB}/zenmapCore/NmapCommand.py
${PYSITELIB}/zenmapCore/NmapCommand.pyc
${PYSITELIB}/zenmapCore/NmapOptions.py
${PYSITELIB}/zenmapCore/NmapOptions.pyc
${PYSITELIB}/zenmapCore/NmapParser.py
${PYSITELIB}/zenmapCore/NmapParser.pyc
${PYSITELIB}/zenmapCore/Paths.py
${PYSITELIB}/zenmapCore/Paths.pyc
${PYSITELIB}/zenmapCore/RecentScans.py
${PYSITELIB}/zenmapCore/RecentScans.pyc
${PYSITELIB}/zenmapCore/SearchResult.py
${PYSITELIB}/zenmapCore/SearchResult.pyc
${PYSITELIB}/zenmapCore/TargetList.py
${PYSITELIB}/zenmapCore/TargetList.pyc
${PYSITELIB}/zenmapCore/UmitConf.py
${PYSITELIB}/zenmapCore/UmitConf.pyc
${PYSITELIB}/zenmapCore/UmitConfigParser.py
${PYSITELIB}/zenmapCore/UmitConfigParser.pyc
${PYSITELIB}/zenmapCore/UmitDB.py
${PYSITELIB}/zenmapCore/UmitDB.pyc
${PYSITELIB}/zenmapCore/UmitLogging.py
${PYSITELIB}/zenmapCore/UmitLogging.pyc
${PYSITELIB}/zenmapCore/UmitOptionParser.py
${PYSITELIB}/zenmapCore/UmitOptionParser.pyc
${PYSITELIB}/zenmapCore/Version.py
${PYSITELIB}/zenmapCore/Version.pyc
${PYSITELIB}/zenmapCore/__init__.py
${PYSITELIB}/zenmapCore/__init__.pyc
${PYSITELIB}/zenmapGUI/About.py
${PYSITELIB}/zenmapGUI/About.pyc
${PYSITELIB}/zenmapGUI/App.py
${PYSITELIB}/zenmapGUI/App.pyc
${PYSITELIB}/zenmapGUI/BugReport.py
${PYSITELIB}/zenmapGUI/BugReport.pyc
${PYSITELIB}/zenmapGUI/CrashReport.py
${PYSITELIB}/zenmapGUI/CrashReport.pyc
${PYSITELIB}/zenmapGUI/DiffCompare.py
${PYSITELIB}/zenmapGUI/DiffCompare.pyc
${PYSITELIB}/zenmapGUI/FileChoosers.py
${PYSITELIB}/zenmapGUI/FileChoosers.pyc
${PYSITELIB}/zenmapGUI/FilterBar.py
${PYSITELIB}/zenmapGUI/FilterBar.pyc
${PYSITELIB}/zenmapGUI/Icons.py
${PYSITELIB}/zenmapGUI/Icons.pyc
${PYSITELIB}/zenmapGUI/MainWindow.py
${PYSITELIB}/zenmapGUI/MainWindow.pyc
${PYSITELIB}/zenmapGUI/NmapOutputProperties.py
${PYSITELIB}/zenmapGUI/NmapOutputProperties.pyc
${PYSITELIB}/zenmapGUI/NmapOutputViewer.py
${PYSITELIB}/zenmapGUI/NmapOutputViewer.pyc
${PYSITELIB}/zenmapGUI/OptionBuilder.py
${PYSITELIB}/zenmapGUI/OptionBuilder.pyc
Nmap 5.35DC1 [2010-07-16] Some of the highlights are: o [NSE] Added more scripts, bringing the total to 131! o Performed a major OS detection integration run. o Performed a large version detection integration run. o [Zenmap] Added the ability to print Nmap output to a printer. o [Nmap, Ncat, Nping] The default unit for time specifications is now seconds, not milliseconds, and times may have a decimal point. o Ports are now considered open during a SYN scan if a SYN packet (without the ACK flag) is received in response. o [Ncat] In listen mode, the --exec and --sh-exec options now accept a single connection and then exit, just like in normal listen mode. o UDP payloads are now stored in an external data file, nmap-payloads, instead of being hard-coded in the executable. o Added a new library, libnetutil, which contains about 2,700 lines of networking related code which is now shared between Nmap and Nping o Improved service detection match lines. o Improved our brute force password guessing list by mixing in some data sent in by Solar Designer of John the Ripper fame. o [Zenmap] IP addresses are now sorted by octet rather than their string representation. o [Ncat] When receiving a connection/datagram in listen mode, Ncat now prints the connecting source port along with the IP address. o Added EPROTO to the list of known error codes in service scan. o Updated IANA IP address space assignment list for random IP (-iR) generation. o Zenmap's "slow comprehensive scan profile" has been modified to use the best 7-probe host discovery combination we were able to find in extensive empirical testing o Zenmap now lets you save scan results in normal Nmap text output format or (as before) as XML. o [NSE] Raw packet sending at the IP layer is now supported, in addition to the existing Ethernet sending functionality. o Nmap now honors routing table entries that override interface addresses and netmasks. o [Ncat] The HTTP proxy server now accepts client connections over SSL, and added support for HTTP digest authentication of proxies, as both client and server. o Improved the MIT Kerberos version detection signatures. Plus many bugfixes and improvements. For full changelog, see http://nmap.org/changelog.html
2010-07-22 22:46:29 +02:00
${PYSITELIB}/zenmapGUI/Print.py
${PYSITELIB}/zenmapGUI/Print.pyc
${PYSITELIB}/zenmapGUI/ProfileCombo.py
${PYSITELIB}/zenmapGUI/ProfileCombo.pyc
${PYSITELIB}/zenmapGUI/ProfileEditor.py
${PYSITELIB}/zenmapGUI/ProfileEditor.pyc
${PYSITELIB}/zenmapGUI/ProfileHelp.py
${PYSITELIB}/zenmapGUI/ProfileHelp.pyc
${PYSITELIB}/zenmapGUI/ScanHostDetailsPage.py
${PYSITELIB}/zenmapGUI/ScanHostDetailsPage.pyc
${PYSITELIB}/zenmapGUI/ScanHostsView.py
${PYSITELIB}/zenmapGUI/ScanHostsView.pyc
${PYSITELIB}/zenmapGUI/ScanInterface.py
${PYSITELIB}/zenmapGUI/ScanInterface.pyc
${PYSITELIB}/zenmapGUI/ScanNmapOutputPage.py
${PYSITELIB}/zenmapGUI/ScanNmapOutputPage.pyc
${PYSITELIB}/zenmapGUI/ScanOpenPortsPage.py
${PYSITELIB}/zenmapGUI/ScanOpenPortsPage.pyc
${PYSITELIB}/zenmapGUI/ScanRunDetailsPage.py
${PYSITELIB}/zenmapGUI/ScanRunDetailsPage.pyc
${PYSITELIB}/zenmapGUI/ScanScanListPage.py
${PYSITELIB}/zenmapGUI/ScanScanListPage.pyc
${PYSITELIB}/zenmapGUI/ScanToolbar.py
${PYSITELIB}/zenmapGUI/ScanToolbar.pyc
${PYSITELIB}/zenmapGUI/ScansListStore.py
${PYSITELIB}/zenmapGUI/ScansListStore.pyc
${PYSITELIB}/zenmapGUI/SearchGUI.py
${PYSITELIB}/zenmapGUI/SearchGUI.pyc
${PYSITELIB}/zenmapGUI/SearchWindow.py
${PYSITELIB}/zenmapGUI/SearchWindow.pyc
${PYSITELIB}/zenmapGUI/TargetCombo.py
${PYSITELIB}/zenmapGUI/TargetCombo.pyc
${PYSITELIB}/zenmapGUI/TopologyPage.py
${PYSITELIB}/zenmapGUI/TopologyPage.pyc
${PYSITELIB}/zenmapGUI/__init__.py
${PYSITELIB}/zenmapGUI/__init__.pyc
${PYSITELIB}/zenmapGUI/higwidgets/__init__.py
${PYSITELIB}/zenmapGUI/higwidgets/__init__.pyc
${PYSITELIB}/zenmapGUI/higwidgets/gtkutils.py
${PYSITELIB}/zenmapGUI/higwidgets/gtkutils.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higboxes.py
${PYSITELIB}/zenmapGUI/higwidgets/higboxes.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higbuttons.py
${PYSITELIB}/zenmapGUI/higwidgets/higbuttons.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higdialogs.py
${PYSITELIB}/zenmapGUI/higwidgets/higdialogs.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higentries.py
${PYSITELIB}/zenmapGUI/higwidgets/higentries.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higexpanders.py
${PYSITELIB}/zenmapGUI/higwidgets/higexpanders.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higframe.py
${PYSITELIB}/zenmapGUI/higwidgets/higframe.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higlabels.py
${PYSITELIB}/zenmapGUI/higwidgets/higlabels.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higlogindialogs.py
${PYSITELIB}/zenmapGUI/higwidgets/higlogindialogs.pyc
${PYSITELIB}/zenmapGUI/higwidgets/hignotebooks.py
${PYSITELIB}/zenmapGUI/higwidgets/hignotebooks.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higprogressbars.py
${PYSITELIB}/zenmapGUI/higwidgets/higprogressbars.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higscrollers.py
${PYSITELIB}/zenmapGUI/higwidgets/higscrollers.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higspinner.py
${PYSITELIB}/zenmapGUI/higwidgets/higspinner.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higtables.py
${PYSITELIB}/zenmapGUI/higwidgets/higtables.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higtextviewers.py
${PYSITELIB}/zenmapGUI/higwidgets/higtextviewers.pyc
${PYSITELIB}/zenmapGUI/higwidgets/higwindows.py
${PYSITELIB}/zenmapGUI/higwidgets/higwindows.pyc
${PYSITELIB}/zenmapGUI/higwidgets/utils.py
${PYSITELIB}/zenmapGUI/higwidgets/utils.pyc
man/man1/zenmap.1
share/applications/zenmap-root.desktop
share/applications/zenmap.desktop
share/zenmap/config/scan_profile.usp
share/zenmap/config/zenmap.conf
share/zenmap/config/zenmap_version
share/zenmap/docs/help.html
Update to 5.00 Fix for PR#41506 Fix missing @dirrm entries from PLIST* Before we go into the detailed changes, here are the top 5 improvements in Nmap 5: 1. The new Ncat tool aims to be your Swiss Army Knife for data transfer, redirection, and debugging. We released a whole users' guide detailing security testing and network administration tasks made easy with Ncat. 2. The addition of the Ndiff scan comparison tool completes Nmap's growth into a whole suite of applications which work together to serve network administrators and security practitioners. Ndiff makes it easy to automatically scan your network daily and report on any changes (systems coming up or going down or changes to the software services they are running). The other two tools now packaged with Nmap itself are Ncat and the much improved Zenmap GUI and results viewer. 3. Nmap performance has improved dramatically. We spent last summer scanning much of the Internet and merging that data with internal enterprise scan logs to determine the most commonly open ports. This allows Nmap to scan fewer ports by default while finding more open ports. We also added a fixed-rate scan engine so you can bypass Nmap's congestion control algorithms and scan at exactly the rate (packets per second) you specify. 4. We released Nmap Network Scanning, the official Nmap guide to network discovery and security scanning. From explaining port scanning basics for novices to detailing low-level packet crafting methods used by advanced hackers, this book suits all levels of security and networking professionals. A 42-page reference guide documents every Nmap feature and option, while the rest of the book demonstrates how to apply those features to quickly solve real-world tasks. More than half the book is available in the free online edition. 5. The Nmap Scripting Engine (NSE) is one of Nmap's most powerful and flexible features. It allows users to write (and share) simple scripts to automate a wide variety of networking tasks. Those scripts are then executed in parallel with the speed and efficiency you expect from Nmap. All existing scripts have been improved, and 32 new ones added. New scripts include a whole bunch of MSRPC/NetBIOS attacks, queries, and vulnerability probes; open proxy detection; whois and AS number lookup queries; brute force attack scripts against the SNMP and POP3 protocols; and many more. All NSE scripts and modules are described in the new NSE documentation portal. Details are here: http://nmap.org/changelog.html
2009-07-20 21:40:08 +02:00
share/zenmap/locale/de/LC_MESSAGES/zenmap.mo
share/zenmap/locale/fr/LC_MESSAGES/zenmap.mo
share/zenmap/locale/hr/LC_MESSAGES/zenmap.mo
share/zenmap/locale/pt_BR/LC_MESSAGES/zenmap.mo
share/zenmap/locale/ru/LC_MESSAGES/zenmap.mo
share/zenmap/misc/profile_editor.xml
share/zenmap/pixmaps/default_32.png
share/zenmap/pixmaps/default_75.png
share/zenmap/pixmaps/freebsd_32.png
share/zenmap/pixmaps/freebsd_75.png
share/zenmap/pixmaps/irix_32.png
share/zenmap/pixmaps/irix_75.png
share/zenmap/pixmaps/linux_32.png
share/zenmap/pixmaps/linux_75.png
share/zenmap/pixmaps/macosx_32.png
share/zenmap/pixmaps/macosx_75.png
share/zenmap/pixmaps/openbsd_32.png
share/zenmap/pixmaps/openbsd_75.png
share/zenmap/pixmaps/radialnet/border.png
share/zenmap/pixmaps/radialnet/firewall.png
share/zenmap/pixmaps/radialnet/logo.png
share/zenmap/pixmaps/radialnet/padlock.png
share/zenmap/pixmaps/radialnet/router.png
share/zenmap/pixmaps/radialnet/switch.png
share/zenmap/pixmaps/radialnet/wireless.png
share/zenmap/pixmaps/redhat_32.png
share/zenmap/pixmaps/redhat_75.png
share/zenmap/pixmaps/solaris_32.png
share/zenmap/pixmaps/solaris_75.png
Update to 5.00 Fix for PR#41506 Fix missing @dirrm entries from PLIST* Before we go into the detailed changes, here are the top 5 improvements in Nmap 5: 1. The new Ncat tool aims to be your Swiss Army Knife for data transfer, redirection, and debugging. We released a whole users' guide detailing security testing and network administration tasks made easy with Ncat. 2. The addition of the Ndiff scan comparison tool completes Nmap's growth into a whole suite of applications which work together to serve network administrators and security practitioners. Ndiff makes it easy to automatically scan your network daily and report on any changes (systems coming up or going down or changes to the software services they are running). The other two tools now packaged with Nmap itself are Ncat and the much improved Zenmap GUI and results viewer. 3. Nmap performance has improved dramatically. We spent last summer scanning much of the Internet and merging that data with internal enterprise scan logs to determine the most commonly open ports. This allows Nmap to scan fewer ports by default while finding more open ports. We also added a fixed-rate scan engine so you can bypass Nmap's congestion control algorithms and scan at exactly the rate (packets per second) you specify. 4. We released Nmap Network Scanning, the official Nmap guide to network discovery and security scanning. From explaining port scanning basics for novices to detailing low-level packet crafting methods used by advanced hackers, this book suits all levels of security and networking professionals. A 42-page reference guide documents every Nmap feature and option, while the rest of the book demonstrates how to apply those features to quickly solve real-world tasks. More than half the book is available in the free online edition. 5. The Nmap Scripting Engine (NSE) is one of Nmap's most powerful and flexible features. It allows users to write (and share) simple scripts to automate a wide variety of networking tasks. Those scripts are then executed in parallel with the speed and efficiency you expect from Nmap. All existing scripts have been improved, and 32 new ones added. New scripts include a whole bunch of MSRPC/NetBIOS attacks, queries, and vulnerability probes; open proxy detection; whois and AS number lookup queries; brute force attack scripts against the SNMP and POP3 protocols; and many more. All NSE scripts and modules are described in the new NSE documentation portal. Details are here: http://nmap.org/changelog.html
2009-07-20 21:40:08 +02:00
share/zenmap/pixmaps/throbber.gif
share/zenmap/pixmaps/throbber.png
share/zenmap/pixmaps/ubuntu_32.png
share/zenmap/pixmaps/ubuntu_75.png
share/zenmap/pixmaps/unknown_32.png
share/zenmap/pixmaps/unknown_75.png
share/zenmap/pixmaps/vl_1_32.png
share/zenmap/pixmaps/vl_1_75.png
share/zenmap/pixmaps/vl_2_32.png
share/zenmap/pixmaps/vl_2_75.png
share/zenmap/pixmaps/vl_3_32.png
share/zenmap/pixmaps/vl_3_75.png
share/zenmap/pixmaps/vl_4_32.png
share/zenmap/pixmaps/vl_4_75.png
share/zenmap/pixmaps/vl_5_32.png
share/zenmap/pixmaps/vl_5_75.png
share/zenmap/pixmaps/win_32.png
share/zenmap/pixmaps/win_75.png
share/zenmap/pixmaps/zenmap.png
share/zenmap/su-to-zenmap.sh