Nmap Security Scanner
Intro
Ref Guide
Install Guide
Download
Changelog
Book
Docs
Security Lists
Nmap Hackers
Nmap Dev
Bugtraq
Full Disclosure
Pen Test
Basics
More
Security Tools
Pass crackers
Sniffers
Vuln Scanners
Web scanners
Wireless
Exploitation
Packet crafters
More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
|

Surfing the Network TopologyAn Overview of the “Topology” Tab
Zenmap's “Topology” tab provides an interactive,
animated visualization of the connections between hosts on a
network. Hosts are shown as nodes on a graph that extends radially
from the center. Click and drag to pan the display, and use the
controls provided to zoom in and out. Click on a host and it becomes
the new center. The graph rearranges itself in a smooth animation to
reflect the new view of the network. Run a new scan and every new
host and network path will be added to the topology automatically.
The topology view is most useful when combined with Nmap's
--traceroute
option, because that's the option that discovers the network path to
a host. You can view a network inventory that doesn't have
traceroute information in the topology, but network paths will not
be visible. Remember, though, that you can add traceroute
information to a network inventory just by running another scan
thanks to Zenmap's scan
aggregation.
Initially the topology is shown from the point of view of localhost,
with you at the center. Click on a host to move it to the center and
see what the network looks like from its point of view.
The topology view is an adaptation of the
RadialNet
program by João Paulo
S. Medeiros.
The controls appear in a column when the
“Controls” button is clicked. The controls are
divided into sections.
The controls in the “Action” section control
what happens when you click on a host. The buttons in this section
are, from left to right, “Change focus”,
“Show information”, “Group
children”, and “Fill region”. When
the mode is “Change focus”, clicking on a
host rearranges the display to put the selected host at the
center. When the mode is “Show information”,
clicking on a host brings up a window with information about it.
When the mode is “Group children”, clicking a
host collapses into it all of its children—those nodes that
are farther from the center. When a host is grouped it appears
thus: .
Clicking on a grouped node ungroups it again. This diagram shows
the process of grouping.
When the mode is “Fill region”, clicking a
host highlights the region of the display occupied by the host and
its children. The highlighted hosts are exactly the same as those
that would be grouped in “Group children”
mode. You can choose different colors to highlight different
regions. This diagram shows an example of several regions
highlighted in different colors.
The controls in the “Interpolation” section
control how quickly the animation proceeds when part of the graph
changes.
There are two options for the automatic layout of nodes. Symmetric
mode gives each subtree of a host an equal-sized slice of the
graph. It shows the network hierarchy well but hosts far from the
center can be squeezed close together. Weighted mode gives hosts
with more children a larger piece of the graph.
The checkboxes in the “View” section enable and
disable parts of the display. For example, disable
“hostname” to show only an IP address for each
host, or disable “address” to use no labels at
all. The “latency” option enables and disables
the display of the round-trip times to each host, as determined by
Nmap's --traceroute option. If
“slow in/out” is checked, the animation
will not be linear, but will go faster in the middle of the
animation and slower at the beginning and end.
The compass-like widget pans the screen in eight directions. Click
the center to return to the center host. The ring around the
outside controls the rotation of the entire graph.
“Zoom” and “Ring gap” both
control the overall size of the graph. “Zoom”
changes the size of everything—hosts, labels, connecting
lines. “Ring gap” just increases the spacing
between the concentric rings, keeping everything else the same
size. “Lower ring gap” gives a minimum spacing
for the rings, useful mainly when fisheye is enabled.
The fisheye controls give more space to a selected ring,
compressing all the others. The slider controls which ring gets
the most attention. The “interest factor” is
how many times greater the ring spacing is for the chosen ring
than it would be with no fisheye. The “spread
factor” ranges from −1 to 1. It controls
how many adjacent rings are expanded around the selected ring,
with higher numbers meaning more spread.
The topology display recognizes these keyboard shortcuts:
The host viewer is an alternative way to get details about hosts.
Activate the viewer by clicking the “Hosts
Viewer” button. All the hosts in the inventory are
presented in a list. Select any host to get details about it.
|
|