Merge pull request #8926 from projectdiscovery/updating-flow-templates

added internal:true
patch-1
Dhiyaneshwaran 2024-01-10 22:36:23 +05:30 committed by GitHub
commit 4b29284dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,7 @@ http:
matchers:
- type: word
internal: true
words:
- 'Social Warfare'

View File

@ -40,6 +40,7 @@ http:
matchers:
- type: word
internal: true
words:
- 'Import XML feed'

View File

@ -38,6 +38,7 @@ http:
matchers:
- type: dsl
internal: true
dsl:
- "!contains_all(body, '</web-app>', 'java.sun.com')"
- "!contains_all(header, 'application/xml')"

View File

@ -40,6 +40,7 @@ http:
matchers:
- type: word
internal: true
words:
- 'Real Time Traffic'

View File

@ -38,6 +38,7 @@ http:
matchers:
- type: dsl
internal: true
dsl:
- contains_all(to_lower(header), "currentauth", "crushauth")

View File

@ -34,6 +34,7 @@ http:
matchers:
- type: dsl
internal: true
dsl:
- 'status_code == 200'
- 'contains(body, "<title>TOTOLINK</title>")'

View File

@ -27,6 +27,7 @@ http:
matchers:
- type: dsl
internal: true
dsl:
- 'status_code == 200'
- 'contains(body, "Backup Migration")'

View File

@ -23,6 +23,7 @@ http:
matchers:
- type: dsl
internal: true
dsl:
- 'status_code == 200'
- 'contains(body, "ruijie")'