Ansible AWX Detection Template

patch-1
Adam Crosser 2022-11-11 13:39:27 -06:00
parent 47a8587e02
commit d55be6e274
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: ansible-awx-detect
info:
name: Ansible AWX Detection
author: Adam Crosser
severity: info
reference:
- https://github.com/ansible/awx
description: Detects Ansible AWX Instance
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