Skip to main content

scan_api_endpoints

Function scan_api_endpoints 

Source
pub async fn scan_api_endpoints(
    domain: &str,
    progress_tx: Option<Sender<ScanProgress>>,
) -> Result<ApiScanResult, Box<dyn Error + Send + Sync>>
Available on crate feature api-security-scanner only.