linting errors

patch-1
team-projectdiscovery 2021-01-11 03:31:24 +05:30
parent 8a12488c32
commit b80ca7732d
2 changed files with 4 additions and 3 deletions

View File

@ -18,5 +18,5 @@ requests:
- '<h2>Broker</h2>'
condition: and
# We could add a request condition block to only send this request if the
# We could add a request condition block to only send this request if the
# site response URL had activeMQ broker stuff in the source.

View File

@ -9,12 +9,13 @@ requests:
- method: GET
path:
- '{{BaseURL}}/.well-known/acme-challenge/%3C%3fxml%20version=%221.0%22%3f%3E%3Cx:script%20xmlns:x=%22http://www.w3.org/1999/xhtml%22%3Ealert%28document.domain%26%23x29%3B%3C/x:script%3E'
matchers-condition: and
matchers:
- type: word
words:
- "<?xml version=\"1.0\"?><x:script xmlns:x=\"http://www.w3.org/1999/xhtml\">alert(document.domain&#x29;</x:script>"
- type: word
words:
words:
- "/xml"
- "/html"
matchers-condition: and