Results 1 to 9 of 9
Thread: SIte Grabber
- 03-14-2009, 08:15 AM #1
SIte Grabber
Hi to all
i want to grab all files belongs to website?
i think it is possible with the help of URL,URI classes.
I can download a file form site using URL class.
but i couldn't find out what are the files under the site.
if Any one know how to extract files names under web directory ,share yours with me
Thanking YoU.Mak
(Living @ Virtual World)
- 03-14-2009, 09:37 AM #2
Senior Member
- Join Date
- Aug 2008
- Posts
- 384
- Rep Power
- 5
Every page is a file... xx.html
I die a little on the inside...
Every time I get shot.
- 03-14-2009, 10:33 AM #3
i know the site name but i dont know what files are in that site.if i know all files paths i can download entire site.
Mak
(Living @ Virtual World)
- 03-16-2009, 06:35 AM #4
Member
- Join Date
- Mar 2009
- Posts
- 6
- Rep Power
- 0
For security reasons, all files on a webserver/website arent accessible to the general public unless made so by a webmaster admin. An easy way of displaying all the files on a webserver is by simply not having an index page.
- 03-16-2009, 09:59 AM #5
Thanks a lot tommosimmo
In earlier ,i have tried to copy the site by accessing file names of server.But by your command i accept that it is not possible.
Now my try is to access all file name via index.html
do u know how to parse html to find out the links available in site?Mak
(Living @ Virtual World)
- 03-16-2009, 10:39 AM #6
Member
- Join Date
- Mar 2009
- Posts
- 79
- Rep Power
- 0
Search on regular expressions.
You can use "http://" or "www" to find the links.
- 03-16-2009, 12:07 PM #7
bubbless
you know one thing index files contain links as a relative path so it difficult to trace it by regular expression as www and http:Mak
(Living @ Virtual World)
- 03-16-2009, 12:27 PM #8
Member
- Join Date
- Mar 2009
- Posts
- 79
- Rep Power
- 0
You can also do it with <a href=", that will work.
- 03-16-2009, 12:46 PM #9
Similar Threads
-
Site slogan
By fishtoprecords in forum Suggestions & FeedbackReplies: 6Last Post: 01-08-2009, 07:02 PM -
New Forum Site
By elasolova in forum Java SoftwareReplies: 0Last Post: 11-02-2008, 11:53 PM -
My java blog and site
By Engineeringserver.com in forum Reviews / AdvertisingReplies: 1Last Post: 10-23-2008, 02:47 AM -
[SOLVED] Site Blocking
By Mir in forum NetworkingReplies: 12Last Post: 07-03-2008, 06:04 AM -
Site hacked
By tim in forum Suggestions & FeedbackReplies: 3Last Post: 02-02-2008, 09:47 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks