Skip to content

Ayrx/nmap_xml_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nmap_xml_parser

Crates.io

nmap_xml_parser parses Nmap XML output into Rust. For example:

use nmap_xml_parser::NmapResults;
let content = fs::read_to_string(nmap_xml_file).unwrap();
let results = NmapResults::parse(&content).unwrap();

Please refer to the documentation for more information.

About

Rust parser for the Nmap XML format.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages