Changeset 146


Ignore:
Timestamp:
08/11/2009 10:57:40 PM (4 years ago)
Author:
deity
Message:

Some documentation additions

Location:
documentation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • documentation/README

    r57 r146  
    2020XML Mind: http://www.xmlmind.com/xmleditor/ 
    2121 
     22- Commands - 
     23Manual page: db2x_docbook2man manpage.xml 
     24Single HTML: docbook2html -V nochunks=1 doc.xml 
     25Paged HTML:  docbook2html doc.xml 
  • documentation/doc.xml

    r145 r146  
    336336  <chapter> 
    337337    <title>All Options</title> 
    338  
    339     <para>Below are all of the Nikto command line options and explanations. A 
    340     brief version of this text is available by running Nikto with the -h 
    341     (-help) option.</para> 
    342  
    343338    &options; 
    344339  </chapter> 
     
    500495      operation.</para> 
    501496 
    502        
    503  
    504497      <para>Most options have a default value or can be left blank. The most 
    505498      common and required values are at the beginning of the "questions" 
     
    508501      very user-friendly. Here is an example Nikto run with the -Single 
    509502      option.</para> 
    510  
    511       <graphic depth="469" fileref="single_1.jpg" format="JPG" width="445" /> 
    512  
    513       <graphic depth="469" fileref="single_2.jpg" format="JPG" width="445" /> 
    514  
    515       <graphic depth="469" fileref="single_3.jpg" format="JPG" width="445" /> 
    516503    </sect1> 
    517504  </chapter> 
     
    525512        about how to work with the current environment. For most situations the 
    526513        default configuration file will work. Sometimes, tuning may be required, 
    527         or some things may need to be changes. 
     514        or some things may need to be changes.</para> 
    528515      
    529516        <para>Nikto will look for a configuration file in three places and if it 
     
    562549              <term>CLIOPTS</term> 
    563550              <listitem> 
    564                  <para>Default options that should always be passed to the command 
    565                  line. For example:</para> 
     551                 <para>Default options that should always be passed to the command line. For example:</para> 
    566552                 <blockquote> 
    567553                    <para>CLIOPTS=-output results.txt -Format text</para> 
    568554                 </blockquote> 
    569               </listiem> 
     555              </listitem> 
    570556           </varlistentry> 
    571557           <varlistentry> 
     
    580566                    <para>NIKTODTD=docs/nikto.dtd</para> 
    581567                 </blockquote> 
    582               </listiem> 
     568              </listitem> 
    583569           </varlistentry> 
    584570           <varlistentry> 
     
    590576                 nmap to aid in checking for valid HTTP ports on any targets. From 
    591577                 Nikto 2.10, nmap is no longer used from within Nikto and this variable 
    592                  will do nothing. This option may be removed in a later version. 
     578                 will do nothing. This option may be removed in a later version.</para> 
    593579                  
    594580                 <para>Default Setting</para> 
     
    597583                    <para>NMPOPTS=-P0</para> 
    598584                 </blockquote> 
    599               </listiem> 
     585              </listitem> 
    600586           </varlistentry> 
    601            <varlistentry> 
    602               <term>NMAP</term> 
    603               <term>NMAPOPTS</term> 
    604               <listitem> 
    605                  <para>Deprecated</para> 
    606                  <para>Location of nmap and default nmap options. Nikto used to use  
    607                  nmap to aid in checking for valid HTTP ports on any targets. From 
    608                  Nikto 2.10, nmap is no longer used from within Nikto and this variable 
    609                  will do nothing. This option may be removed in a later version. 
    610                   
    611                  <para>Default Setting</para> 
    612                  <blockquote> 
    613                     <para>NMAP=/usr/local/bin/nmap</para> 
    614                     <para>NMPOPTS=-P0</para> 
    615                  </blockquote> 
    616               </listiem> 
    617            </varlistentry> 
    618         </sect1> 
     587        </variablelist> 
     588      </sect1> 
    619589   </chapter>            
    620590      
Note: See TracChangeset for help on using the changeset viewer.