mirror of
https://github.com/0xsrb/AASRT.git
synced 2026-05-28 21:41:28 +02:00
Initial commit: AASRT v1.0.0 - AI Agent Security Reconnaissance Tool
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Custom Query Template Example
|
||||
# Copy this file and modify for your own Shodan queries
|
||||
|
||||
name: Custom Template
|
||||
description: Example custom query template
|
||||
author: Your Name
|
||||
version: 1.0
|
||||
|
||||
# List of Shodan queries to execute
|
||||
queries:
|
||||
- 'http.title:"Your Target"'
|
||||
- 'http.html:"keyword" port:8080'
|
||||
- 'product:"ProductName"'
|
||||
|
||||
# Tags for categorization
|
||||
tags:
|
||||
- custom
|
||||
- example
|
||||
Reference in New Issue
Block a user