Clone or Copy any Website
- HTTrack takes any website and makes a copy to your hard drive. This can be useful for searching for data on the website offline such as email addresses, information useful for social engineering, intellectual property, or maybe replicating a login page for an Evil Twin site to capture login credentials.
- HTTrack is not preinstalled in kali so we need to install it for cloning a website.
- HTTrack comes in both a Windows and a Linux version. For those of you who refuse to take off the training wheels, you can download and install HTTrack for Windows on its website.
STEP 1: Download and Install HTTrack
For install HTTrack in kali simply type the following command
apt-get install httrack
For windows you can download the Tool form the following website
https://www.httrack.com/
STEP 2: Use HTTrack
After the installation of HTTrack type the command to know about how to use the tool
httrack --help
Using HTTrack is fairly simple you just need to point the website and the path to save the cloned website into your hard drive just type the command
httrack <the URL of the site> [any options] URL Filter -O <location to send copy to>
STEP 3: Explore the Copied Website offline in your browser
To see the website just simply go to the location you earlier specified to save the copied file. You can use any browser to visit the webpage of the cloned site.
ENJOY!!!!
Good work sir useful for us.
ReplyDelete