Fast and reliable rust implementation of xml to json parser for qualys scans.
bash
nessusx -x report.nessus > out.json
[WRN] Use with caution. You are responsible for your actions.
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
```rust use nessusx::from_str;
fn main() {
let file: String = std::fs::read_to_string(xml).unwrap();
let scan: nessusx::Scan = nessusx::from_str(&file).unwrap();
let j = serde_json::to_string(&scan).unwrap();
println!("{}", j);
} ````
Contributions are always welcome! Please create a PR to add Github Profile.
This project is licensed under GPL-3.0 license.
Give a ⭐️ if this project helped you!