commit
4ff817768c
|
@ -17,17 +17,20 @@ 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:
|
||||
|
|
|
@ -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:
|
||||
|
@ -18,3 +18,5 @@ network:
|
|||
- type: word
|
||||
words:
|
||||
- "230"
|
||||
- "Anonymous user logged in"
|
||||
condition: and
|
|
@ -21,6 +21,8 @@ requests:
|
|||
words:
|
||||
- 'sqli-test'
|
||||
- 'attribute_counts'
|
||||
- 'price_range'
|
||||
- 'term'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
|
|
Loading…
Reference in New Issue