Changeset 146
- Timestamp:
- 08/11/2009 10:57:40 PM (4 years ago)
- Location:
- documentation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/README
r57 r146 20 20 XML Mind: http://www.xmlmind.com/xmleditor/ 21 21 22 - Commands - 23 Manual page: db2x_docbook2man manpage.xml 24 Single HTML: docbook2html -V nochunks=1 doc.xml 25 Paged HTML: docbook2html doc.xml -
documentation/doc.xml
r145 r146 336 336 <chapter> 337 337 <title>All Options</title> 338 339 <para>Below are all of the Nikto command line options and explanations. A340 brief version of this text is available by running Nikto with the -h341 (-help) option.</para>342 343 338 &options; 344 339 </chapter> … … 500 495 operation.</para> 501 496 502 503 504 497 <para>Most options have a default value or can be left blank. The most 505 498 common and required values are at the beginning of the "questions" … … 508 501 very user-friendly. Here is an example Nikto run with the -Single 509 502 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" />516 503 </sect1> 517 504 </chapter> … … 525 512 about how to work with the current environment. For most situations the 526 513 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> 528 515 529 516 <para>Nikto will look for a configuration file in three places and if it … … 562 549 <term>CLIOPTS</term> 563 550 <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> 566 552 <blockquote> 567 553 <para>CLIOPTS=-output results.txt -Format text</para> 568 554 </blockquote> 569 </listi em>555 </listitem> 570 556 </varlistentry> 571 557 <varlistentry> … … 580 566 <para>NIKTODTD=docs/nikto.dtd</para> 581 567 </blockquote> 582 </listi em>568 </listitem> 583 569 </varlistentry> 584 570 <varlistentry> … … 590 576 nmap to aid in checking for valid HTTP ports on any targets. From 591 577 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> 593 579 594 580 <para>Default Setting</para> … … 597 583 <para>NMPOPTS=-P0</para> 598 584 </blockquote> 599 </listi em>585 </listitem> 600 586 </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> 619 589 </chapter> 620 590
Note: See TracChangeset
for help on using the changeset viewer.