Changeset 211


Ignore:
Timestamp:
10/24/09 21:24:55 (4 years ago)
Author:
jabra
Message:

added fversion and xmlversion to the pod docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FierceParser/trunk/lib/Fierce/Parser.pod

    r194 r211  
    6666=item B<parse_file($xml_file)> 
    6767 
    68 Parse a fierce XML file. The XML files are generated from using the: fierce.pl -F XML -o output.xml -domain $DOMAIN 
    69  
    70 =item B<parse_scan($fierce_dir,$scan_args,@ips)> 
    71  
    72 Perform a fierce scan with Fierce::Parser. The results will be parsed once the scan is complete. 
     68Parse a fierce XML file. The XML files are generated from using the following command:  
     69  
     70 fierce.pl -dns $DOMAIN -format xml -output domain.xml 
    7371 
    7472=item B<get_session()> 
     
    115113 
    116114Returns the elasptime of the scan. 
     115 
     116=item B<fversion()> 
     117 
     118Returns the version of Fierce. 
     119 
     120=item B<xmlversion()> 
     121 
     122Returns the xml version. 
    117123 
    118124=back 
Note: See TracChangeset for help on using the changeset viewer.