Skip to content

Ansible AWX Detection

ID: ansible-awx-detect

Severity: info

Author: Adam Crosser

Tags: tech,ansible,awx

Detects Ansible AWX Instance

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: 4a0a00473045022023084d1cd05bf1b4410b6c2b021aa42880429b7ac15a36fc4f05da8fcef3802b022100e1b243487b43b50bab97f71e63dc6f3312159add60727a8c60ca4f2571494543:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/ansible-awx-detect.yaml"

View on Github