• XSS.stack #1 – первый литературный журнал от юзеров форума

How to download an entire fileserver?

hackermania

RAID-массив
Пользователь
Регистрация
17.11.2020
Сообщения
80
Реакции
81
Hello all,

I am using a windows machine and I have come across an interesting Apache httpd fileserver hosting many files and is similar in structure to this webserver http://52.66.30.16:82/.
There are a lot of files and subdirectories in that server, which makes it impossible to manually download each file. Is there a tool which can automate this ?

Any guidance would be really helpful .

thanks.
 
Код:
wget -r --no-parent http://52.66.30.16:82/
Thanks for this. The actual problem in wget is that it is unable to download files with chinese names on it and returns 404, even when the file is alive on the server. Any way to fix this?
 
Thanks for this. The actual problem in wget is that it is unable to download files with chinese names on it and returns 404, even when the file is alive on the server. Any way to fix this?
--restrict-file-names=nocontrol
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх