PDA

View Full Version : Websearch




Namek Kural
Mar 27, 2009, 11:33 AM
Hi,

I need help, I want to search a specific website for images, e.g.
http://www.apple.com/ -> the program or search engine should create random picture names, e.g. sjduo.png and try out every possible combination over time. It should then try to open that image, if there's an image called like that, it should save it.
I hope someone has written an application like that already, if not, I have to ^^

Peace! Hope you can help me.

Namek Kural



r1ch4rd
Mar 27, 2009, 12:04 PM
People aren't going to be happy about you doing that. If you can't spider images from webpages then there is probably a reason that they are hidden. Also, you are going to have to spam their web server with thousands and thousands of requests and then download all of the images.

Look for a program called fetchgals - this will grab you any images by spidering a site - although it is intended for grabbing porn!

Namek Kural
Mar 27, 2009, 04:18 PM
Hey thank you,

Do you think that I could get problems by doing this? I don't want to harm anyone, it's just... ahh ;) curiosity, if that's the right word, in german it's Neugierde :D

r1ch4rd
Mar 28, 2009, 05:00 PM
You should be fine just spidering any sites, you will only get at things that are freely available for everyone to see.

yg17
Mar 28, 2009, 05:54 PM
If I saw you trying to do that to my site, I would think it was a DDOS attack and block your IP at the firewall, and I bet most server admins woulddo the same. Just a fair warning.....

Namek Kural
Mar 29, 2009, 06:08 AM
Thanks