These are just random useful bits of information about WebGUI that we've collected.
Dumping a whole WebGUI site statically.
Len Kranendonk Get a copy of wget and use this: wget -p -r --html-extension -k http://the.webgui.site
-p will fetch all page requisites (images, css, etc)
-r is for recursively downloading all pages
--html-extension will add .html to all pages. This is needed to avoid duplicate page /directory names ( /home and /home/contact).
-k will convert all URLs to local URLs
Keywords: