Modified Files:

Linux+IPv6-HOWTO.lyx : update nmap information
This commit is contained in:
pbldp 2002-09-18 18:17:53 +00:00
parent 084ba3edbe
commit 2373c3e973
1 changed files with 14 additions and 57 deletions

View File

@ -51,8 +51,8 @@ on>
<revhistory>
\layout SGML
<revision> <revnumber>Release 0.28.1</revnumber> <date>2002-09-16</date> <authorin
itials>PB</authorinitials> <revremark>See
<revision> <revnumber>Release 0.29</revnumber> <date>2002-09-18</date> <authorini
tials>PB</authorinitials> <revremark>See
\begin_inset LatexCommand \ref[revision history]{revision-history}
\end_inset
@ -7501,35 +7501,22 @@ Security auditing using IPv6-enabled nmap
\end_inset
, one of the best portscaner around the world, is currently not IPv6-enabled
out of the box, but there is a patch available (see
\begin_inset LatexCommand \url[IPv6+Linux-status-apps/security-auditing]{http://www.bieringer.de/linux/IPv6/status/IPv6+Linux-status-apps.html#security-auditing}
\end_inset
for more).
, one of the best portscaner around the world, supports IPv6 since version
3.10ALPHA1.
Usage example:
\layout Code
# nmap
\series bold
-6
\series default
-sS
\series bold
-P0
\series default
::1
# nmap -6 -sT ::1
\layout Code
Starting nmap V.
2.54BETA37 ( www.insecure.org/nmap/ )
3.10ALPHA3 ( www.insecure.org/nmap/ )
\layout Code
Interesting ports on localhost6 (::1):
\layout Code
(The 1597 ports scanned but not shown below are in state: closed)
(The 1600 ports scanned but not shown below are in state: closed)
\layout Code
Port State Service
@ -7547,43 +7534,7 @@ Port State Service
2401/tcp open cvspserver
\layout Code
Nmap run completed -- 1 IP address (1 host up) scanned in 3 seconds
\layout Standard
Note: the patch isn't really finished yet, you need at least option
\begin_inset Quotes sld
\end_inset
-P0
\begin_inset Quotes srd
\end_inset
or may not use
\begin_inset Quotes sld
\end_inset
-O
\begin_inset Quotes srd
\end_inset
, otherwise you get such strange error message:
\layout Code
# nmap -6 -sS -P0 -O ::1
\layout Code
Starting nmap V.
2.54BETA37 ( www.insecure.org/nmap/ )
\layout Code
sendto in send_tcp_raw6: sendto(4, packet, 60, 0, ::1, 28) => Invalid argument
\layout Code
Sleeping 15 seconds then retrying
\layout Code
caught SIGINT signal, cleaning up
Nmap run completed -- 1 IP address (1 host up) scanned in 0.525 seconds
\layout Subsection
Security auditing using IPv6-enabled strobe
@ -10662,6 +10613,9 @@ Versions x.y.z are work-in-progress and only published as LyX file on CVS.
Releases 0.x
\layout Description
0.29 2002-09-18/PB: Update statement about nmap (triggered by Fyodor)
\layout Description
0.28.1 2002-09-16/PB: Add note about ping6 to multicast addresses, add some
labels
\layout Description
@ -10950,6 +10904,9 @@ John Freed <jfreed at linux-mag dot com>: For finding a bug in in IPv6 multicast
Craig Rodrigues <crodrigu at bbn dot com>: For suggestion about RHL IPv6
setup
\layout Itemize
Fyodor <fyodor at insecure dot org>: Note me about outdated nmap information
\layout Section
The End