logicalconfusion Posted March 18, 2013 Share Posted March 18, 2013 I want to mirror a site on my hd. The application or script must d/l the entire site, including java scripts and gifs - x levels from the specified URL. I don't know of any for nix that can covert the d/l into M$'s .chm and similar formats. Any recommendations? Quote Link to comment Share on other sites More sharing options...
digip Posted March 18, 2013 Share Posted March 18, 2013 Just make it an offline page. wget works in both windows and *nix systems. Learn its tricks, and will do everything you want to mirror a local copy, including fixing long urls to point to local files. ;) Quote Link to comment Share on other sites More sharing options...
ApacheTech Consultancy Posted March 18, 2013 Share Posted March 18, 2013 There are tons of options available on HTTrack. I haven't had a chance to look through everything on it, but it might help you out. http://www.httrack.com/ Quote Link to comment Share on other sites More sharing options...
digip Posted March 18, 2013 Share Posted March 18, 2013 There are tons of options available on HTTrack. I haven't had a chance to look through everything on it, but it might help you out. http://www.httrack.com/ Just be sure to change the user agent(same goes for wget) since a lot of firewalls and IDS block its default user agent since its also used as an attack tool for recon. 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.