Skip to main content

analyze_response_for_oracle

Function analyze_response_for_oracle 

Source
pub fn analyze_response_for_oracle(
    response_time_ms: u64,
    status_code: u16,
    error_message: Option<&str>,
) -> Vec<String>
Expand description

Analyze server response patterns for padding oracle indicators

This function helps identify if a server may be vulnerable to padding oracle attacks by analyzing response characteristics