I am doing some security research, and am wanting to search Google for hidden files that have been accidentally included in websites.
These hidden Unix files are all ".filename" and ".foldername/files"
Can someone show me how to search for paths that contain "."?
For example, inurl:.svn doesn't seem to look for the period but just the "svn"
filetype:*to search for files with a certain extension, but in this case it seems to return just URLs that contain '.svn' – Rox Jul 13 '12 at 11:27