commit
4ff817768c
|
@ -17,18 +17,21 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/"
|
- "{{BaseURL}}"
|
||||||
- "{{BaseURL}}/login/showlogin"
|
|
||||||
headers:
|
headers:
|
||||||
Host: "{{randstr}}.tld"
|
Host: "{{randstr}}.tld"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: word
|
||||||
regex:
|
words:
|
||||||
- (EXPONENT\.(?:(?:J(?:QUERY|S)_UR|URL_FUL)|YUI2_UR)L=")?https?://{{randstr}}\.tld
|
- '{{randstr}}.tld'
|
||||||
|
- 'EXPONENT.PATH'
|
||||||
|
- 'EXPONENT.URL'
|
||||||
part: body
|
part: body
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
|
@ -1,9 +1,9 @@
|
||||||
id: ftp-default-credentials
|
id: ftp-default-credentials
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: FTP Service with default credentials
|
name: FTP Service with anonymous Login
|
||||||
author: pussycat0x
|
author: pussycat0x
|
||||||
severity: low
|
severity: info
|
||||||
tags: network,ftp,default-login
|
tags: network,ftp,default-login
|
||||||
|
|
||||||
network:
|
network:
|
||||||
|
@ -17,4 +17,6 @@ network:
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "230"
|
- "230"
|
||||||
|
- "Anonymous user logged in"
|
||||||
|
condition: and
|
|
@ -21,6 +21,8 @@ requests:
|
||||||
words:
|
words:
|
||||||
- 'sqli-test'
|
- 'sqli-test'
|
||||||
- 'attribute_counts'
|
- 'attribute_counts'
|
||||||
|
- 'price_range'
|
||||||
|
- 'term'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
|
|
Loading…
Reference in New Issue