diff --git a/src/modules/exploits/routers/palo_alto/panos_authbypass_cve_2025_0108.rs b/src/modules/exploits/routers/palo_alto/panos_authbypass_cve_2025_0108.rs index 4f570ad..4c29cfa 100644 --- a/src/modules/exploits/routers/palo_alto/panos_authbypass_cve_2025_0108.rs +++ b/src/modules/exploits/routers/palo_alto/panos_authbypass_cve_2025_0108.rs @@ -33,6 +33,7 @@ use reqwest::Client; use std::{ fs::File, io::{BufRead, BufReader}, + process::Command, time::Duration, }; use url::Url;