Hi i did some little investigation.
If you want to try any download, I registered an account and received these 2 emails. Let you use this account for tests :
I downloaded their installer, and found it downloads the real installer from
(key provided and random IP !)
I join here the 2 sh files grabbed from ovipanel.in website, renamed with .txt, and the whois file for their domain.
This file "InstallationScript.sh" that is a copy a very little bit modifyed of sentora installer, even containing my installer copyright :
and also
Thanks to the whois, we have everything to the domain owner : Dhanasekar Mani, full address, etc.
5050
If you want to try any download, I registered an account and received these 2 emails. Let you use this account for tests :
Quote:Dear 5050 ,
Thank you for your purchase, Your free product has been processed and your account has been activated. With the login information (we have sent it a few seconds ago) you can login to our website and download the products you have ordered.
Order Information:
You have ordered the next items:
[2125] [1900033546] Free Trial
Subscription Key: 38c74a4fab3ede2a79687c8d11a18973
Installation Steps:
Please follow the below easy steps to install ovipanel in your server.
1) Login into server as root
2) wget https://d.ovipanel.in/installV35.sh
3) sh installV35.sh
4) It will ask the subscription key, Please enter the subscription key which is mentioned above.
5) After that It will ask "Enter the client email address for WHM User :" Enter your email address and press enter.
Note : This is the primary email address of your server. You will get all login credentials to this email address only.
6) When it asking "Enter the sub-domain you want to access OVIPanel panel:" Just press Enter
Note : If you want to change the sub domain, you just modify it and press enter.
7) Then it will ask "The public IP of the server" Just press Enter.
Note : Don't change this IP address at all.
8) When asking "Are you really sure that you want to setup OVIPanel with these parameters?" => Enter {y} and press enter.
Note: Once instllation is complete, Check /root/passwords.txt for MySQL, Control panel Admin, CSF and many other passwords.
If you need any help, Please raise ticket using https://ovipanel.in/support
We wish you lots of pleasure with our products.
With kind regards,
OVIPanel
https://ovipanel.in
Quote:Dear 5050 ,
We have created your user account a few seconds ago. With this username and password you will be able to login at our website https://www.ovipanel.in/
Username: 5050
Password: 4Bastards
With kind regards,
OVIPanel
https://ovipanel.in
I downloaded their installer, and found it downloads the real installer from
Code:
https://d.ovipanel.com/checksuphp34.php?key=38c74a4fab3ede2a79687c8d11a18973&ip=218.1.45.3
I join here the 2 sh files grabbed from ovipanel.in website, renamed with .txt, and the whois file for their domain.
This file "InstallationScript.sh" that is a copy a very little bit modifyed of sentora installer, even containing my installer copyright :
Quote:# Author Pascal Peyremorte (ppeyremorte@sentora.org)
# (main merge of all installers, modularization, reworks and comments)
# With huge help and contributions from Mehdi Blagui, Kevin Andrews and
# all those who participated to this and to previous installers.
and also
Quote:echo "Installer version $SENTORA_INSTALLER_VERSION"
echo "Sentora core version $SENTORA_CORE_VERSION"
echo "Sentora preconf version $SENTORA_PRECONF_VERSION"
echo ""
echo "Installing Sentora $SENTORA_CORE_VERSION at http://$PANEL_FQDN and ip $PUBLIC_IP"
echo "on server under: $OS $VER $ARCH"
uname -a
Thanks to the whois, we have everything to the domain owner : Dhanasekar Mani, full address, etc.
5050