nuclei-templates/technologies/ansible-awx-detect.yaml

30 lines
574 B
YAML
Raw Normal View History

2022-11-11 19:39:27 +00:00
id: ansible-awx-detect
info:
name: Ansible AWX Detection
author: Adam Crosser
severity: info
2022-11-11 19:53:55 +00:00
description: Detects Ansible AWX Instance
2022-11-11 19:39:27 +00:00
reference:
- https://github.com/ansible/awx
2022-11-11 19:53:55 +00:00
metadata:
verified: true
shodan-query: html:'Select a frequency for snapshot retention'
2022-11-11 19:39:27 +00:00
tags: tech,ansible,awx
requests:
- method: GET
path:
- "{{BaseURL}}/api/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"description":"AWX REST API"'
2022-11-12 07:17:42 +00:00
2022-11-11 19:39:27 +00:00
- type: status
status:
2022-11-11 19:43:46 +00:00
- 200