Skip to content

Instantly share code, notes, and snippets.

@nquezada1981
nquezada1981 / GoogleDorking.md
Created October 15, 2024 21:01 — forked from sundowndev/GoogleDorking.md
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
/*jslint browser: true*/
/*global $, jQuery*/
(function ($) {
//------------------------------//
// Métodos privados del plugin //
var soloNumeros = function (e) {
var input;
if (e.metaKey || e.ctrlKey) {
return true;