Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scriptingislife/Awesome-Custom-Search-Engines

A collection of custom search engines that can be used in the address bar to speed up workflow.
https://github.com/scriptingislife/Awesome-Custom-Search-Engines

List: Awesome-Custom-Search-Engines

awesome awesome-list chrome firefox google-chrome productivity query search search-engine workflow

Last synced: 3 months ago
JSON representation

A collection of custom search engines that can be used in the address bar to speed up workflow.

Awesome Lists containing this project

README

        

# Awesome Custom Search Engines [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

Custom search engines allow you to search any website from the address bar by typing a keyword, tab (or space in Firefox), and then your search query. These strings can also be used in programs and scripts.

_Note: For security purposes, only https URLs will be included in this repo._

## Configuration

Read the guide for [Firefox](FIREFOX.md) or the guide for [Chrome](CHROME.md).

_Note: The %s in the strings should be removed for Firefox._

## Catalog

The [custom-search-engines.csv](custom-search-engines.csv) file is a catalog presenting the available search engines, as well as their category, a description and a proposal of keyword to use them within the search bar.

## Examples

You will find below some examples of custom search engines. These entries will be updated in the same way as the global catalog.

### Cybersecurity

* [Censys](https://censys.io/) - Search devices on the internet `https://censys.io/ipv4?q=%s`
* [CVE Details](https://www.cvedetails.com/) - Get details on a specific CVE ID `https://www.cvedetails.com/cve/%s`
* [Reddit](https://github.com/pushshift/api) - OSINT. Search a Reddit user's posts (including deleted) `https://api.pushshift.io/reddit/search/submission/?author=%s`
* [Shodan](https://shodan.io) - Search devices on the internet `https://www.shodan.io/search?query=%s`
* [Threatcrowd](https://www.threatcrowd.org) - Correlate IPs, domains, emails, etc. `https://www.threatcrowd.org/domain.php?domain=%s`
* [URLScan.io Domain](https://urlscan.io) - Lookup domain information and past scans. `https://urlscan.io/domain/%s`
* [URLScan.io General](https://urlscan.io) - Search scans that contain files, IPs, etc. `https://urlscan.io/search/#%s`
* [VirusTotal](https://www.virustotal.com/) - Analyze suspicious URLs, domains, or files `https://www.virustotal.com/#/search/%s`
* [Windows Security Log Events Encyclopedia](https://www.ultimatewindowssecurity.com/securitylog/encyclopedia) - Search EventID into the Randy Franklin Smith's Windows Security Log Events encyclopedia `https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=%s`
* [Whois Lookup](https://whois.domaintools.com/) - Search Whois data for a domain or IP `https://whois.domaintools.com/%s`
* [ZoomEye](https://www.zoomeye.org/) - A cyberspace search engine `https://www.zoomeye.org/searchResult?q=%s`

### Technology
* [File Extensions](https://fileinfo.com/) - Get details on a file extension `https://fileinfo.com/extension/%s`
* [HTML Tags](https://www.w3schools.com/tags/default.asp) - Get definitions and usage for an HTML tag `https://www.w3schools.com/tags/tag_%s.asp`
* [HTTP Status Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/) - Get details on a specific HTTP response code `https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/%s`
* [HTTP Headers](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/) - See a description of a specific HTTP header `https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/%s`
* [Port Lookup](https://www.speedguide.net/) - Lookup what service is assigned to a port `https://www.speedguide.net/port.php?port=%s`
* [Stack Overflow](https://stackoverflow.com/) - Search Stack Overflow for programming answers `https://stackoverflow.com/search?q=%s`
* [Docker Hub](https://hub.docker.com) - Search for container images `https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=%s&starCount=0`

### Internet
* [Facebook](https://facebook.com) - Search Facebook `https://www.facebook.com/search/top/?q=%s`
* [Google News](https://news.google.com) - Search Google for news `https://news.google.com/search?q=%s&hl=en-US&gl=US&ceid=US%3Aen`
* [Reddit](https://reddit.com) - Use the Reddit Search `https://reddit.com/search?q=%s`
* [Twitter](https://twitter.com/) - Search Twitter `https://twitter.com/search?q=%s`
* [Wolfram Alpha](https://www.wolframalpha.com) - Do math calculations `https://www.wolframalpha.com/input/?i=`

### Other

* [AllRecipes](https://www.allrecipes.com) - Search for recipes `https://www.allrecipes.com/search/results/?wt=%s`
* [Giphy](https://giphy.com/) - Search for GIFs `https://giphy.com/search/%s`
* [Google Job Search](https://www.google.com/search?q=test&ibp=htl;jobs) - Search Google for jobs `https://www.google.com/search?q=%s&ibp=htl;jobs`
* [Thesaurus](https://www.thesaurus.com/) - Lookup synonyms and antonyms of a word `https://www.thesaurus.com/browse/%s`