Author Topic: Install or download older version of CWP?  (Read 2290 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Install or download older version of CWP?
« on: January 25, 2023, 08:32:45 PM »
Is there a way to install or download a older version of CWP? like 0.9.8.1146 or 45,43 etc. Thank you?

Offline
****
Re: Install or download older version of CWP?
« Reply #1 on: January 26, 2023, 12:37:58 AM »
Not recommended, as 0.9.8.11.47 and previous contained a 9.8 severity exploit potential.

Offline
*
Re: Install or download older version of CWP?
« Reply #2 on: January 26, 2023, 07:44:59 PM »
Not recommended, as 0.9.8.11.47 and previous contained a 9.8 severity exploit potential.
Hi, Thanks for the reply. And yes, I'm aware of potential exploits, but is there a place I could download those versions?

Offline
****
Re: Install or download older version of CWP?
« Reply #3 on: January 27, 2023, 12:39:26 AM »
If you insist ;)
Code: [Select]
curl -O http://static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.1146.zip

Offline
***
Re: Install or download older version of CWP?
« Reply #4 on: January 29, 2023, 06:13:44 AM »
If you insist ;)
Code: [Select]
curl -O http://static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.1146.zip


this command still valid  for all version? (ignore vulner)


i think cwp now "auto" update

Offline
****
Re: Install or download older version of CWP?
« Reply #5 on: January 29, 2023, 06:45:15 AM »
That's just to download the old version via cURL. I suppose if you want to stop updates, you could set the CWP update server(s) as 0.0.0.0 in the /etc/hosts file.

Offline
***
Re: Install or download older version of CWP?
« Reply #6 on: January 31, 2023, 02:26:40 PM »
That's just to download the old version via cURL. I suppose if you want to stop updates, you could set the CWP update server(s) as 0.0.0.0 in the /etc/hosts file.
hmmm
noted... thx for the clue