Changeset 7887ef0e


Ignore:
Timestamp:
02/01/2005 11:18:46 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c626b08
Parents:
3b764a4e
Message:

Added MD5sum and indexing tags to Nmap; added indexing tags to Traceroute

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3377 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/nmap.xml

    r3b764a4e r7887ef0e  
    77  <!ENTITY nmap-download-http "http://download.insecure.org/nmap/dist/nmap-&nmap-version;.tar.bz2">
    88  <!ENTITY nmap-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/nmap-&nmap-version;.tar.bz2">
     9  <!ENTITY nmap-md5sum        "1b54c0608b36f6b3ac92d7d1b910738f">
    910  <!ENTITY nmap-size          "1.4 MB">
    1011  <!ENTITY nmap-buildsize     "14.7 MB">
     
    1920<?dbhtml filename="nmap.html"?>
    2021<title><application>Nmap</application>-&nmap-version;</title>
     22<indexterm zone="nmap">
     23<primary sortas="a-Nmap">Nmap</primary></indexterm>
    2124
    2225<sect2>
     
    3336<listitem><para>Download (FTP):
    3437<ulink url="&nmap-download-ftp;"/></para></listitem>
     38<listitem><para>Download MD5 sum: &nmap-md5sum;</para></listitem>
    3539<listitem><para>Download size: &nmap-size;</para></listitem>
    3640<listitem><para>Estimated disk space required:
     
    5862
    5963<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    60 make &amp;&amp;
    61 make install</command></userinput></screen>
     64make</command></userinput></screen>
     65
     66<para>Now, as the root user:</para>
     67
     68<screen><userinput role='root'><command>make install</command></userinput></screen>
    6269
    6370</sect2>
     
    6673<title>Contents</title>
    6774
    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>
    7079
    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>
    7286
    73 <sect2><title>Description</title>
     87<variablelist>
     88<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     89<?dbfo list-presentation="list"?>
    7490
    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
     94supports 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>
    79100
    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>
    83109
    84110</sect2>
  • basicnet/netutils/traceroute.xml

    r3b764a4e r7887ef0e  
    1919<?dbhtml filename="traceroute.html"?>
    2020<title>Traceroute-&traceroute-version;</title>
     21<indexterm zone="traceroute">
     22<primary sortas="a-Traceroute">Traceroute</primary></indexterm>
    2123
    2224<sect2>
     
    5254<screen><userinput><command>sed -i -e 's/-o bin/-o root/' Makefile.in &amp;&amp;
    5355./configure --prefix=/usr &amp;&amp;
    54 make &amp;&amp;
    55 make install &amp;&amp;
     56make</command></userinput></screen>
     57
     58<para>Now, as the root user:</para>
     59
     60<screen><userinput role='root'><command>make install &amp;&amp;
    5661make install-man</command></userinput></screen>
    5762
     
    7378<command>traceroute</command>'s file permissions with the command:</para>
    7479
    75 <screen><command>chmod 0755 /usr/sbin/traceroute</command></screen>
     80<screen><userinput role='root'><command>chmod 0755 /usr/sbin/traceroute</command></userinput></screen>
    7681
    7782<para>The risk is that if a security problem such as a buffer overflow was
     
    9095</para>
    9196
    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>
    9398
    9499<para>This ensures that the binary is in the path for non-root users.</para>
     
    99104<title>Contents</title>
    100105
    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>
    103110
    104 </sect2>
     111<seglistitem>
     112<seg>traceroute</seg>
     113<seg>None</seg>
     114<seg>None</seg>
     115</seglistitem>
     116</segmentedlist>
    105117
    106 <sect2><title>Description</title>
     118<variablelist>
     119<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     120<?dbfo list-presentation="list"?>
    107121
    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
     125take from the host you are working on to another host on a network, showing
     126all 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>
    113132
    114133</sect2>
  • introduction/welcome/changelog.xml

    r3b764a4e r7887ef0e  
    2424
    2525<listitem><para>February 1st, 2005 [randy]: Added MD5 sums to GCC-3.3.4,
    26 GCC-3.4.1 and Python instructions; split long sed command in the Tcl
     26GCC-3.4.1, Python and Nmap instructions; split long sed command in the Tcl
    2727instructions to fit on the PDF book.</para></listitem>
    2828
Note: See TracChangeset for help on using the changeset viewer.