33 lines
786 B
YAML
33 lines
786 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
|
|
max-request: 1
|
|
shodan-query: html:'Select a frequency for snapshot retention'
|
|
tags: tech,ansible,awx
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"description":"AWX REST API"'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100bf020e7e2d3b06a43e585b146a2b8cd4394bea88271f1d13d4efb3a96460d95a022100d43ab83f2902c67fd8854e4d1f8daf8e1fceb8a59d3fdcb8ce065c96a1827a08:922c64590222798bb761d5b6d8e72950
|