└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Dorks :fire: 2 | Personal Collection of Awesome Google Dorks 3 | 4 | ## TeamCity 5 | - intext:"TeamCity Professional" and intext:"Build Queue" 6 | - intitle:"Projects - TeamCity" 7 | 8 | ## Confidential Files stored in AWS 9 | 10 | - site:"s3-external-1.amazonaws.com" and intext:CONFIDENTIAL 11 | - site:"s3.amazonaws.com" and intext:CONFIDENTIAL 12 | - site:"s3.dualstack.us-east-1.amazonaws.com" and intext:CONFIDENTIAL 13 | 14 | Just add your target name after the query. 15 | There are more confidential statuses, for example secret or tlp (traffic light protocol) for military/gov documents. 16 | 17 | - site:"s3-external-1.amazonaws.com" and intext:"TOP SECRET" 18 | - site:"s3.amazonaws.com" and intext:"tlp:red" 19 | - site:"s3.amazonaws.com" and intext:"tlp:amber" 20 | 21 | ## Confidential Files stored in Azure 22 | 23 | - site:"blob.core.windows.net" and intext:"CONFIDENTIAL" 24 | 25 | ## Credentials in Trello 26 | 27 | - inurl:trello.com and intext:password 28 | - inurl:trello.com and intext:apikey 29 | 30 | ## Secrets in Microsoft Devops 31 | 32 | - site:"dev.azure.com" and intext:secret 33 | - site:"dev.azure.com" and intext:password 34 | - site:"dev.azure.com" and intext:apikey 35 | 36 | ## Ciphermail Login 37 | 38 | - intext:"CipherMail Email Encryption Gateway login" 39 | --------------------------------------------------------------------------------