Google Dork
A Google Dork that locates publicly exposed .log files containing password strings for common email services since 2015.
Google Dork
filetype:log intext:password after:2015 intext:@gmail.com | @yahoo.com | @hotmail.com
GHDB ID: 6568
Author: Anurodh Acharya
Published: 2020-09-24
Description:
Searches for '.log' files indexed by Google which contain the word 'password' alongside '@gmail.com', '@yahoo.com', or '@hotmail.com', limited to results after the year 2015.
Try it on Google:
Search now →
View on Exploit-DB:
Exploit-DB Google Dorks #6568 →
Usage
You can run this right from your terminal (it’ll open your default browser):
# On macOS / Linux: xdg-open "https://www.google.com/search?q=filetype%3Alog+intext%3Apassword+after%3A2015+intext%3A%40gmail.com+%7C+%40yahoo.com+%7C+%40hotmail.com" # On Windows: start "" "https://www.google.com/search?q=filetype%3Alog+intext%3Apassword+after%3A2015+intext%3A%40gmail.com+%7C+%40yahoo.com+%7C+%40hotmail.com"