Changeset 211
- Timestamp:
- 10/24/09 21:24:55 (4 years ago)
- File:
-
- 1 edited
-
FierceParser/trunk/lib/Fierce/Parser.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FierceParser/trunk/lib/Fierce/Parser.pod
r194 r211 66 66 =item B<parse_file($xml_file)> 67 67 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. 68 Parse 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 73 71 74 72 =item B<get_session()> … … 115 113 116 114 Returns the elasptime of the scan. 115 116 =item B<fversion()> 117 118 Returns the version of Fierce. 119 120 =item B<xmlversion()> 121 122 Returns the xml version. 117 123 118 124 =back
Note: See TracChangeset
for help on using the changeset viewer.