This is a python script which clones a given website or web page with all the CSS,JS and Images.
- BeautifulSoup
- URLlib
- cssutils
1.Make sure you have python 2.7.x or 3.7.x.
2.Use CloneWebPage_2.py or CloneWebPage_3.py for respective python version
3.Change "baseurl" variable to The url pf webpage you wish to clone
eg : baseurl = 'http://Websitename.com/'
Can only clone HTML,CSS,JS,Image content only.
This repository is for research purposes only, the use of this code is your responsibility.
I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY.`