30 lines
574 B
YAML
30 lines
574 B
YAML
id: ansible-awx-detect
|
|
|
|
info:
|
|
name: Ansible AWX Detection
|
|
author: Adam Crosser
|
|
severity: info
|
|
description: Detects Ansible AWX Instance
|
|
reference:
|
|
- https://github.com/ansible/awx
|
|
metadata:
|
|
verified: true
|
|
shodan-query: html:'Select a frequency for snapshot retention'
|
|
tags: tech,ansible,awx
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"description":"AWX REST API"'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|