pub fn generate_report(
scan_result: Option<&ScanResult>,
recon: Option<&ReconResult>,
source_leak: Option<&SourceLeakResult>,
dos: Option<&DosResult>,
rce: Option<&RceResult>,
full_chain: Option<&FullChainResult>,
) -> AttackReportAvailable on crate feature
react2shell only.Expand description
Generate a structured JSON report combining scan and attack results.