| Hi,
My test website is located at <http://192.168.1.123:8080> which is a basic PHP
application. There is a folder: "/images/avatars/" that has directory browsing
enabled and contains 15 files.
I'm running the following command:
httrack -c8 -p1 -R5 -H3 -r9999 -%P -K -b1 -u2 -j1 -s2 --keep-alive -o0 --test
--include-query-string --footer "" --urlhack --mirror
<http://192.168.1.123:8080> --path test -'%H' -p3 --can-go-up-and-down
--stay-on-same-address --referer <http://google.com/>
On running the command, it does get "/images/avatars/test.txt" which is the
only file in the folder that is directly linked from the application. However,
it doesn't seem to query "/images/avatars/" and then in-turn spider the
directory browsing page that is shown.
Am I doing something wrong or does HTTrack not query base folders for their
index files? | |