A
A
Alexander Koshelev2020-10-06 09:37:57
Wget
Alexander Koshelev, 2020-10-06 09:37:57

How can I download this site?

Good morning everybody! I'm racking my brains about downloading the site uniforcehealth.com
Friends, if it's not difficult for anyone, please tell me how to do it, even if manually, I just need a complete copy of the site!
I tried Wget but writes permission denied(((what command I just didn’t execute!
I really need to download it and I will thank you for your help !!!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
Lesha, 2020-10-06
@Xandr24

Well, they told you yesterday , the site is in an iframe

wget -r -k -l 7 -p -E -nc --no-check-certificate https://uniforcehealth.com
cat uniforcehealth.com/index.html
<html><head><title>uniforcehealth.com</title></head><frameset rows="100%, *" framespacing="0" frameborder="0" border="0"><frame src="https://teamuniforce.com/" name="main" scrolling="auto" noresize="noresize" frameborder="0" border="0" marginheight="3" marginwidth="3" /><noframes><body bgcolor="#ffffff" text="#000000">

You need the url from the frame you need to specify
wget -r -k -l 7 -p -E -nc https://teamuniforce.com/

S
sHARek, 2020-10-06
@sHARek

Try https://teamuniforce.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question