Changeset 7887ef0e
- Timestamp:
- 02/01/2005 11:18:46 PM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- c626b08
- Parents:
- 3b764a4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netutils/nmap.xml
r3b764a4 r7887ef0e 7 7 <!ENTITY nmap-download-http "http://download.insecure.org/nmap/dist/nmap-&nmap-version;.tar.bz2"> 8 8 <!ENTITY nmap-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/nmap-&nmap-version;.tar.bz2"> 9 <!ENTITY nmap-md5sum "1b54c0608b36f6b3ac92d7d1b910738f"> 9 10 <!ENTITY nmap-size "1.4 MB"> 10 11 <!ENTITY nmap-buildsize "14.7 MB"> … … 19 20 <?dbhtml filename="nmap.html"?> 20 21 <title><application>Nmap</application>-&nmap-version;</title> 22 <indexterm zone="nmap"> 23 <primary sortas="a-Nmap">Nmap</primary></indexterm> 21 24 22 25 <sect2> … … 33 36 <listitem><para>Download (FTP): 34 37 <ulink url="&nmap-download-ftp;"/></para></listitem> 38 <listitem><para>Download MD5 sum: &nmap-md5sum;</para></listitem> 35 39 <listitem><para>Download size: &nmap-size;</para></listitem> 36 40 <listitem><para>Estimated disk space required: … … 58 62 59 63 <screen><userinput><command>./configure --prefix=/usr && 60 make && 61 make install</command></userinput></screen> 64 make</command></userinput></screen> 65 66 <para>Now, as the root user:</para> 67 68 <screen><userinput role='root'><command>make install</command></userinput></screen> 62 69 63 70 </sect2> … … 66 73 <title>Contents</title> 67 74 68 <para>The <application>Nmap</application> package contains 69 <command>nmap</command> and optionally <command>nmapfe</command>.</para> 75 <segmentedlist> 76 <segtitle>Installed Programs</segtitle> 77 <segtitle>Installed Libraries</segtitle> 78 <segtitle>Installed Directories</segtitle> 70 79 71 </sect2> 80 <seglistitem> 81 <seg>nmap and optionally, nmapfe</seg> 82 <seg>None</seg> 83 <seg>/usr/share/applications and /usr/share/nmap</seg> 84 </seglistitem> 85 </segmentedlist> 72 86 73 <sect2><title>Description</title> 87 <variablelist> 88 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 89 <?dbfo list-presentation="list"?> 74 90 75 <sect3><title>nmap</title> 76 <para><command>nmap</command> is a utility for network exploration and 77 security auditing. It supports ping scanning, port scanning and 78 <acronym>TCP</acronym>/<acronym>IP</acronym> fingerprinting.</para></sect3> 91 <varlistentry id="nmap-prog"> 92 <term><command>nmap</command></term> 93 <listitem><para>is a utility for network exploration and security auditing. It 94 supports ping scanning, port scanning and 95 <acronym>TCP</acronym>/<acronym>IP</acronym> fingerprinting.</para> 96 <indexterm zone="nmap nmap-prog"> 97 <primary sortas="b-nmap">nmap</primary> 98 </indexterm></listitem> 99 </varlistentry> 79 100 80 <sect3><title>nmapfe</title> 81 <para><command>nmapfe</command> is the graphical front end to 82 <command>nmap</command>.</para></sect3> 101 <varlistentry id="nmapfe"> 102 <term><command>nmapfe</command></term> 103 <listitem><para>is the graphical front end to <command>nmap</command>.</para> 104 <indexterm zone="nmap nmapfe"> 105 <primary sortas="b-nmapfe">nmapfe</primary> 106 </indexterm></listitem> 107 </varlistentry> 108 </variablelist> 83 109 84 110 </sect2> -
basicnet/netutils/traceroute.xml
r3b764a4 r7887ef0e 19 19 <?dbhtml filename="traceroute.html"?> 20 20 <title>Traceroute-&traceroute-version;</title> 21 <indexterm zone="traceroute"> 22 <primary sortas="a-Traceroute">Traceroute</primary></indexterm> 21 23 22 24 <sect2> … … 52 54 <screen><userinput><command>sed -i -e 's/-o bin/-o root/' Makefile.in && 53 55 ./configure --prefix=/usr && 54 make && 55 make install && 56 make</command></userinput></screen> 57 58 <para>Now, as the root user:</para> 59 60 <screen><userinput role='root'><command>make install && 56 61 make install-man</command></userinput></screen> 57 62 … … 73 78 <command>traceroute</command>'s file permissions with the command:</para> 74 79 75 <screen>< command>chmod 0755 /usr/sbin/traceroute</command></screen>80 <screen><userinput role='root'><command>chmod 0755 /usr/sbin/traceroute</command></userinput></screen> 76 81 77 82 <para>The risk is that if a security problem such as a buffer overflow was … … 90 95 </para> 91 96 92 <screen>< command>mv /usr/sbin/traceroute /usr/bin</command></screen>97 <screen><userinput role='root'><command>mv /usr/sbin/traceroute /usr/bin</command></userinput></screen> 93 98 94 99 <para>This ensures that the binary is in the path for non-root users.</para> … … 99 104 <title>Contents</title> 100 105 101 <para>The <application>Traceroute</application> package contains 102 <command>traceroute</command>.</para> 106 <segmentedlist> 107 <segtitle>Installed Program</segtitle> 108 <segtitle>Installed Libraries</segtitle> 109 <segtitle>Installed Directories</segtitle> 103 110 104 </sect2> 111 <seglistitem> 112 <seg>traceroute</seg> 113 <seg>None</seg> 114 <seg>None</seg> 115 </seglistitem> 116 </segmentedlist> 105 117 106 <sect2><title>Description</title> 118 <variablelist> 119 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 120 <?dbfo list-presentation="list"?> 107 121 108 <sect3><title>traceroute</title> 109 <para><command>traceroute</command> does basically what it says: it traces the 110 route your packets take from the host you are working on to another host on a 111 network, showing all the intermediate hops (gateways) along the way.</para> 112 </sect3> 122 <varlistentry id="traceroute-prog"> 123 <term><command>traceroute</command></term> 124 <listitem><para>does basically what it says: it traces the route your packets 125 take from the host you are working on to another host on a network, showing 126 all the intermediate hops (gateways) along the way.</para> 127 <indexterm zone="traceroute traceroute-prog"> 128 <primary sortas="b-traceroute">traceroute</primary> 129 </indexterm></listitem> 130 </varlistentry> 131 </variablelist> 113 132 114 133 </sect2> -
introduction/welcome/changelog.xml
r3b764a4 r7887ef0e 24 24 25 25 <listitem><para>February 1st, 2005 [randy]: Added MD5 sums to GCC-3.3.4, 26 GCC-3.4.1 and Pythoninstructions; split long sed command in the Tcl26 GCC-3.4.1, Python and Nmap instructions; split long sed command in the Tcl 27 27 instructions to fit on the PDF book.</para></listitem> 28 28
Note:
See TracChangeset
for help on using the changeset viewer.