more strict matchers

patch-1
sandeep 2021-08-26 02:43:53 +05:30
parent c27048b77f
commit 05305904ef
3 changed files with 16 additions and 9 deletions

View File

@ -17,18 +17,21 @@ info:
requests:
- method: GET
path:
- "{{BaseURL}}/"
- "{{BaseURL}}/login/showlogin"
- "{{BaseURL}}"
headers:
Host: "{{randstr}}.tld"
matchers-condition: and
matchers:
- type: regex
regex:
- (EXPONENT\.(?:(?:J(?:QUERY|S)_UR|URL_FUL)|YUI2_UR)L=")?https?://{{randstr}}\.tld
- type: word
words:
- '{{randstr}}.tld'
- 'EXPONENT.PATH'
- 'EXPONENT.URL'
part: body
condition: and
- type: status
status:
- 200
- 200

View File

@ -1,9 +1,9 @@
id: ftp-default-credentials
info:
name: FTP Service with default credentials
name: FTP Service with anonymous Login
author: pussycat0x
severity: low
severity: info
tags: network,ftp,default-login
network:
@ -17,4 +17,6 @@ network:
matchers:
- type: word
words:
- "230"
- "230"
- "Anonymous user logged in"
condition: and

View File

@ -21,6 +21,8 @@ requests:
words:
- 'sqli-test'
- 'attribute_counts'
- 'price_range'
- 'term'
condition: and
- type: word