mirror of
https://github.com/0xsrb/AASRT.git
synced 2026-04-23 00:26:24 +02:00
19 lines
382 B
Plaintext
19 lines
382 B
Plaintext
# 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
|