Initial commit: AASRT v1.0.0 - AI Agent Security Reconnaissance Tool

This commit is contained in:
swethab
2026-02-10 10:53:31 -05:00
commit a714a3399b
61 changed files with 14858 additions and 0 deletions
+18
View File
@@ -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