added extractors

patch-5
Dhiyaneshwaran 2024-07-12 08:32:27 +05:30 committed by GitHub
parent 18fd01a571
commit ab6f1bb264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -40,3 +40,10 @@ http:
- 'contains_all(body,"XPATH syntax error:","alert") && contains(header,"text/html")'
- 'status_code == 200'
condition: and
extractors:
- type: regex
name: version
group: 1
regex:
- "XPATH syntax error: '([~0-9.]+)'"