How to Clone Any Website Using HTTrack

in clone •  6 years ago 

Download & Install HTTrack

Install HTTrack by typing the following in a terminal.
sudo apt-get install httrack

When you downloaded and installed HTTrack, it placed it in the /usr/bin directory, so it should be accessible from any directory in Kali as
/usr/bin is in the PATH variable.
Lets type on the command line
httrack --help

Then

httrack < he URL of the site> [any options] URL Filter -O < location to send copy to>

👆 points it at the website we want to copy and then direct the output (-O) to a directory on our hard drive where we want to store the website.

E.g
httrack http://www.software.com -O /tmp/webscantest

Now that we have captured and copied the entire site to our hard drive, let's take a look at it.
We can open the IceWeasel browser (or any browser) and view the contents of our copied site to the location on our hard drive. Since we copied the web site to /tmp/webscantest , we simply point our browser there and can view all the content of the website! If we point it to
/tmp/webscantest/
www.software.com/login.html , you can see an exact copy of the login page!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Congratulations @tech2you! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

Award for the number of upvotes

Click on the badge to view your Board of Honor.
If you no longer want to receive notifications, reply to this comment with the word STOP

Do not miss the last post from @steemitboard:
SteemitBoard World Cup Contest - Final results coming soon

Do you like SteemitBoard's project? Then Vote for its witness and get one more award!