diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b565e3..ea22e31 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Contributions to this project are welcome and appreciated. You can contribute by 2. **Clone the Repository**: After forking, you'll want to clone the repository to your local machine. This allows you to make changes to the files on your computer. -3. **Find the Relevant YAML File**: Inside this file, you'll find a list of products and associated search queries for each supported search engine. +3. **Find the Relevant YAML File**: Inside this file, you'll find a list of products and associated search queries for each supported search engine. 4. **Make Your Changes**: Add your new search query to the appropriate place in the YAML file. If you're adding a new product, you'll need to create a new entry in the file. Here's an example structure: diff --git a/QUERIES.yaml b/QUERIES.yaml index 43e44eb..553b44f 100644 --- a/QUERIES.yaml +++ b/QUERIES.yaml @@ -2630,3 +2630,10 @@ - platform: fofa queries: - title="Sophos Web Appliance" + +- name: kibana + type: product + engines: + - platform: shodan + queries: + - http.favicon.hash:-267431135 \ No newline at end of file