32 lines
776 B
YAML
32 lines
776 B
YAML
id: elastic-beanstalk-detect
|
|
|
|
info:
|
|
name: AWS Elastic Beanstalk Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
tags: aws,tech,beanstalk
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<li><a href="http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html">AWS Elastic Beanstalk overview</a></li>'
|
|
- '<li><a href="http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/">AWS Elastic Beanstalk overview</a></li>'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<title>([A-Za-z -]+)<\/title>'
|