Download any website with wget command



Download any website with wget command

Download any website with wget command

Simple tutorial how to download any website with wget command. You don’t need this if you want to test your own website but in any other case, this is the most secure way to do crawling, auditing, greping and exploiting 😉
Recommentation: Install Tor & proxychains. Proxychanis by default gives you possibility to make a chain of as many proxies as you wish or by deafult it uses tor. So you need to start wget with “proxychains wget” so wget will be do it’s work through Tor and your IP address will be spoofed.
Also, you can make alias (shortcut) with “alias wget=”proxychains wget”. Put that command in .bashrc file as superuser with command “sudo nano .bashrc” and save it with ctrl+o. Ctrl+x to exit. Any time when you execute wget command, it’ll be executed as “proxychains wget”. You can make same alias for any application which connects on internet “Firefox, Chrome, Chromium, Pidgin…” And off course, you need to use Terminal to start those applications. Enjoy! This tutorial is for educational purposes only.