Skip to content

santhsecurity/erroracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erroracle

Classify HTTP error responses. Is it a WAF block? A real application error? A rate limit? A generic 404? Feed it responses, it builds a model of the target's error behavior, then classifies new responses against that model.

use erroracle::{HttpResponse, ResponseDisposition};

let resp = HttpResponse::new(403, "Access Denied by Firewall");
let classification = erroracle::classify(&resp);
// ResponseDisposition::WafBlock

Contributing

Pull requests are welcome. There is no such thing as a perfect crate. If you find a bug, a better API, or just a rough edge, open a PR. We review quickly.

License

MIT. Copyright 2026 CORUM COLLECTIVE LLC.

About

HTTP error classification and target modeling for scanner feedback loops.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages