Skip to content

Commit

Permalink
Updated host domain from .com to .me
Browse files Browse the repository at this point in the history
Due to something out of our control, the ps3xploit.com/.net/.org domains were unlawfully seized and are no longer owned by us.
  • Loading branch information
esc0rtd3w committed Aug 6, 2022
1 parent 5ce05d5 commit 0303137
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions henplugin/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
#pragma comment(lib, "netctl_stub")

#define SERVER_PORT htons(80)
#define HOST_SERVER "www.ps3xploit.com"
#define HOST_SERVER "www.ps3xploit.me"

int Socket;
struct hostent *Host;
Expand Down Expand Up @@ -387,31 +387,31 @@ static void downloadPKG_thread2(void)
uint64_t val=peekq(0x80000000002FCB68ULL);
if(val==0x323031372F30382FULL)
{
download_interface->DownloadURL(0, (wchar_t *) L"http://ps3xploit.com/hen/release/482/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
download_interface->DownloadURL(0, (wchar_t *) L"http://ps3xploit.me/hen/release/482/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
}
else if(val==0x323031392F30312FULL)
{
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.com/hen/release/484/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.me/hen/release/484/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
}
else if(val==0x323031392F30372FULL)
{
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.com/hen/release/485/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.me/hen/release/485/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
}
else if(val==0x323032302F30312FULL)
{
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.com/hen/release/486/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.me/hen/release/486/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
}
else if(val==0x323032302F30372FULL)
{
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.com/hen/release/487/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.me/hen/release/487/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
}
else if(val==0x323032312F30342FULL)
{
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.com/hen/release/488/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.me/hen/release/488/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
}
else if(val==0x323032322F30322FULL)
{
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.com/hen/release/489/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
download_interface->DownloadURL(0,(wchar_t *) L"http://ps3xploit.me/hen/release/489/cex/installer/Latest_HEN_Installer_signed.pkg", (wchar_t *) L"/dev_hdd0");
}
thread2_download_finish=1;
}
Expand Down

0 comments on commit 0303137

Please sign in to comment.