Welcome to Awesome Search Queries, a community-driven project to create an index of search queries for various categories across multiple search engines. This project is inspired by awesome-hacker-search-engines and uses the same search engines supported by uncover.
This project aims to create a comprehensive, community-curated list of search queries for various categories across multiple search engines. These queries can be used to find instances of specific products, identify potential security vulnerabilities, and gather information for research purposes.
Each product in QUERIES.yaml is represented as a YAML entry. Here's a breakdown of the structure:
- name: jira
type: product
category: productivity
engines:
- platform: shodan
queries:
- '"Jira" http.title'
- platform: censys
queries:
- services.software.product=`Jira`
- platform: fofa
queries:
- title="Jira"
- platform: hunterhow
queries:
- product.name=="Jira"
name
: This is the name of the product. In this case, it's "jira".type
: This is the type of the item. In this case, it's "product". Other possible types could be "vendor", "honeypot", etc.category
: This is optional field to define type category.engines
: This is a list of search engines that can be used to find instances of the product. Each search engine has its own entry in the list.platform
: This is the name of the search engine.queries
: This is a list of search queries that can be used on the search engine to find instances of the product. single or multiple queries are supported.
We welcome contributions! There are a couple of ways you can help:
-
Add New Search Queries for Existing Products: If you know of a search query that's relevant to an existing product in this project, but isn't currently listed, we'd appreciate if you added it. This will help increase the coverage of this project.
-
Add New Products with Search Queries: If there's a product missing in this project that you think should be included, please add it! Be sure to also include a relevant search query for the new product.
See the CONTRIBUTING.md file for more information on how to contribute.
Your contributions will be reviewed and, if accepted, merged into the main project. We're looking forward to your input!
- uncover Integration: support for searching for specific product across all search engines.
- nuclei-templates Integration: auto populate search query metadata in nuclei templates for related products.
-
The file
QUERIES.json
is automatically generated through a GitHub Action workflow. Manual updates to this file are not recommended or necessary. -
The
name
field in allQUERIES.*
files is formatted to be compatible with the Common Platform Enumeration (CPE) standard. It is highly recommended to maintain this format when available for consistent data representation and to ensure compatibility with systems and services that may use these files.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See the CODE_OF_CONDUCT.md file for more information.
This project is licensed under the terms of the MIT license. See the LICENSE file for more information.