Skip to content

Instantly share code, notes, and snippets.

@g-rohit
Created January 13, 2020 04:55
Show Gist options
  • Save g-rohit/80b6127823c5f6ac0418632c9fc28ab4 to your computer and use it in GitHub Desktop.
Save g-rohit/80b6127823c5f6ac0418632c9fc28ab4 to your computer and use it in GitHub Desktop.
Manually Searching OpenDirectories on Google

For videos/movies/tvshows :

intext:"Search Term" intitle:"index.of" +(wmv|mpg|avi|mp4|mkv|mov) -inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)

For Images :

intext:"Search Term" intitle:"index.of./" (bmp|gif|jpg|png|psd|tif|tiff) -inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)

For Music:

intext:"Search Term" intitle:"index.of./" (ac3|flac|m4a|mp3|ogg|wav|wma) -inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)

For Books:

intitle:"Search Term" (pdf|epub|mob) "name or title" -inurl:(jsp|pl|php|html|aspx|htm|cf|shtml)

public Google drives: site:drive.google.com +"drive/folders"

@g-rohit
Copy link
Author

g-rohit commented Jan 13, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment