πMatch Types
π Grep-Based Match Types
β
MatchType 1: All Conditions (AND)
{
"MatchType": 1,
"Grep": [
"true,,Simple String,Only in Headers,Access-Control-Allow-Credentials: true",
"true,OR,Simple String,Only in Headers,Access-Control-Allow-Origin: https://evil.com"
]
}π MatchType 2: At Least One (OR)
{
"MatchType": 2,
"Grep": [
"true,,Regex,,Location:\\shttp://{REDIRECT_DOMAIN}",
"true,OR,Regex,,location\\.replace\\(.http://{REDIRECT_DOMAIN}",
"true,OR,Regex,,http-equiv=\"refresh\" content=\".*url=.http://{REDIRECT_DOMAIN}"
]
}π Grep Pattern Types
π Simple String
π£ Regex
π Grep Pattern Format
Component
Description
Values
βοΈ Operator Logic
π― Response Scope
Scope
Description
β‘ Special Match Types
πͺ Payload Reflection (MatchType 3)
πͺ Payload Reflection Without Encoding (MatchType 4)
β±οΈ Timeout (MatchType 5)
π Content Length (MatchType 6)
π Variations (MatchType 7)
π Invariations (MatchType 8)
π’ HTTP Response Code (MatchType 9)
π Collaborator-Based Detection
π Negative Matching
Last updated
