Ansible AWX Detection Template
parent
47a8587e02
commit
d55be6e274
|
@ -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
|
Loading…
Reference in New Issue