little_louie_9000 Posted July 19, 2016 Share Posted July 19, 2016 Hello everyone, I hope your day is going well. This is a post about a way for me to download all the source files of a website. By this I mean get all the files that I need to edit the website how I want and then reupload on a different domain under a different name. This may sound malicious and unethical but I am only needing to do this to see some effects on a certain site so I need to see all the files that the website was made of(html, css, js and images etc.) Please help me guys I will be so greatful. Thank you for your time Quote Link to comment Share on other sites More sharing options...
sud0nick Posted July 19, 2016 Share Posted July 19, 2016 Have you even tried Googling this? There are many different ways you can clone a website. Two ways are to use either wget or the Social Engineering Toolkit. The only files you won't be able to get are server-side scripts (i.e. PHP, ASP, etc.). Quote Link to comment Share on other sites More sharing options...
little_louie_9000 Posted July 20, 2016 Author Share Posted July 20, 2016 Sorry I did google it and saw httrack that said cloning websites but I was not sure if that meant getting all necessary files for the website because I tried httrack before and it did not work and I wanted to get your opinions before I downloded kali tondo this sort of thing. Quote Link to comment Share on other sites More sharing options...
little_louie_9000 Posted July 20, 2016 Author Share Posted July 20, 2016 Do you know how to use wget to get all the necessary files I dont really need the php stuff just the front end development files Quote Link to comment Share on other sites More sharing options...
sud0nick Posted July 20, 2016 Share Posted July 20, 2016 (edited) You can find info here. Look at the SEToolkit on Kali as well. It's all pretty simple. Edited July 20, 2016 by sud0nick Quote Link to comment Share on other sites More sharing options...
Guest Posted July 20, 2016 Share Posted July 20, 2016 Waaaaah that's cool Didn't know that site! Quote Link to comment Share on other sites More sharing options...
Guest Posted July 20, 2016 Share Posted July 20, 2016 Please someone ask me a question? Quote Link to comment Share on other sites More sharing options...
little_louie_9000 Posted July 21, 2016 Author Share Posted July 21, 2016 does creating a mirror of a website mean you get all the html, css, and js and images or a website that I can upload on the internet after some editing? Quote Link to comment Share on other sites More sharing options...
anode Posted July 25, 2016 Share Posted July 25, 2016 wget -r <website> ? Quote Link to comment Share on other sites More sharing options...
bingieman Posted July 25, 2016 Share Posted July 25, 2016 Thanks for all the replies but I just wanted to know if doing the wget technique gets all the html, css, and js files as well as the images exactly how they were put onto the internet? If I do this can I mirror a site, and then put one up similar with some changes and have them look similar with different text? Thanks again for your time Quote Link to comment Share on other sites More sharing options...
sud0nick Posted July 25, 2016 Share Posted July 25, 2016 After everything we've given you to work with you could at least try and find out. I'm pretty sure the words "mirror" and "clone" in previous posts give you enough information to make a decision on whether wget is right for you. Quote Link to comment Share on other sites More sharing options...
bingieman Posted August 2, 2016 Share Posted August 2, 2016 hello everyone, so i tried the wget method but it only gave the html file and said that css is not public is there any way for me to get all the files to make the whole website and not just the css. Thanks Quote Link to comment Share on other sites More sharing options...
cooper Posted August 3, 2016 Share Posted August 3, 2016 Could you be more specific about "The wget method"? What was the *exact* command you gave that didn't produce the desired result, and what was the *exact* response wget gave you when trying to access the css. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.