trailofbits/twa

WAF detection

Open

#69 opened on Nov 18, 2019

 (7 comments) (0 reactions) (0 assignees)Shell (52 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (594 stars)
PR merge metrics
 (PR metrics pending)

Description

It might be interesting to add some Web Application Firewall detection techniques. I don't know much about WAFs, but it looks like there are some common oracles:

  • Known cookies
  • Known weird HTTP codes (999 No Hacking)
  • Known HTML responses

Some potential resources:

Contributor guide