Merge pull request #1864 from projectdiscovery/template-fixes

Fixing OOB based templates to eliminate few edge cases
patch-1
Sandeep Singh 2021-07-04 00:46:46 +05:30 committed by GitHub
commit db47c1014e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View File

@ -17,6 +17,6 @@ requests:
matchers:
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "dns"
- "http"

View File

@ -39,6 +39,6 @@ requests:
matchers:
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "dns"
- "http"

View File

@ -26,4 +26,4 @@ requests:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "dns"
- "http"

View File

@ -23,6 +23,6 @@ requests:
matchers:
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "dns"
- "http"

View File

@ -18,6 +18,6 @@ requests:
matchers:
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "dns"
- "http"

View File

@ -16,6 +16,6 @@ requests:
- '{{BaseURL}}/rest/sharelinks/1.0/link?url=https://{{interactsh-url}}/'
matchers:
- type: word
part: interactsh_protocol # Confirms the DNS Interaction
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "dns"
- "http"