Social Icons

Showing posts with label access unprotected files. Show all posts
Showing posts with label access unprotected files. Show all posts

> 3 Best Top Scoring Posts

Due to a High popularity of 3 of my best Posts, I'd like to dedicate this space to them.

Calling Someone From Another Number

Cool Notepad Pranks

Find Unprotected Website Content


I've been getting a lot many Visitors, Facebook and Twitter Followers through them. So just thought you'd like to know what they are. The links above, will make it easier for you to access them.

> How to find Unprotected Website directories

How to find unprotected website is a question every tech savvy geek has in mind and most are searching for it at this moment including you.
How to find Unprotected Website directories or How to find unprotected files from a website is a popular search query in Google. I had been searching this for some time now. Finally that I have found it, thought of making a note. If you do like this post, please share it and do leave me a comment :)

As you know every site on the net is a well written and organized structure of files and folders that you see in a graphical format with hyperlinks linking each of them. Most of these folders are hidden or password protected so as to avoid direct public access to them. Those that are not can be classified as intended Public files or just Unprotected. Its silly, but true that there are several websites on the net that some of their contents unprotected and can be accessed by others to get best out of it.

You can get a variety of files that can be opened or downloaded without logging in.
How do you do this? You can't go to every website searching for the unprotected content :)

Don't worry, you don't have to.

Here is a command that queries a search engine, be it Google, Yahoo or any other to provide a list of sites that have unprotected files and displays the results based on your query.

Enter the following string in the search field:

-inurl(html|htm|php) intitle:”index of” +”last modified” +”parent directory” +description +size

This will bring up a list of sites and you can hunt for whatever you can find. Something like the screenshot below.
















Now once you get familiar with this, I'm sure you would want to search list of specific file types like 3gp or wmv or avi...etc

Just modify the string as below:

-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(3gp|avi)


This query will look for 3gp or avi video files. You can easily change the file formats from 3gp|avi to extensions of your choice.

eg:
-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(mp3|mov)
or
-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(pdf)

There is so much to experiment in this, you will be hooked onto your file hunting :)



Further to this, if you want to search for some specific file names with desired extensions, you can modify the query accordingly

The string will read as:
-inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(jpg|gif) "pamela"

Pls note: You may not get the exact results all the time, but sometime you may hit the bulls eye and have a gold mine (a long list of files you've always wanted ;)

Its fun to go searching around these unprotected files and yeah, for all those saints out there, pls don't consider this unethical. The files are on the World Wide Web and in an unprotected condition. Consider it to be meant that way, for being accessed by anyone, else why would someone put such crucial content on the web without password protecting it :)

I hope you go my point.