2025-05-12 14:30:43 -07:00
|
|
|
<!-- Copyright (C) 2023-2025 anonymous
|
|
|
|
|
|
|
|
|
|
This file is part of PSFree.
|
|
|
|
|
|
|
|
|
|
PSFree is free software: you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU Affero General Public License as
|
|
|
|
|
published by the Free Software Foundation, either version 3 of the
|
|
|
|
|
License, or (at your option) any later version.
|
|
|
|
|
|
|
|
|
|
PSFree is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU Affero General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
-->
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
|
<title>exploit</title>
|
|
|
|
|
<style>
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'logging';
|
2025-05-12 14:42:31 -07:00
|
|
|
src: url('./fonts/LiberationMono-Regular.ttf');
|
2025-05-12 14:30:43 -07:00
|
|
|
}
|
|
|
|
|
#console {
|
|
|
|
|
font-family: 'logging';
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
PSFree: A PS4/PS5 Exploit Chain<br>
|
|
|
|
|
Donation (Monero/XMR):<br>
|
|
|
|
|
86Fk3X9AE94EGKidzRbvyiVgGNYD3qZnuKNq1ZbsomFWXHYm6TtAgz9GNGitPWadkS3Wr9uXoT29U1SfdMtJ7QNKQpW1CVS<br>
|
|
|
|
|
See <a href='./about.html' data-jslicense='1'>JavaScript license information</a> for the
|
|
|
|
|
source code and license.<br>
|
|
|
|
|
<pre id='console'></pre>
|
|
|
|
|
</body>
|
2025-05-12 14:42:31 -07:00
|
|
|
<script type='module' src='./alert.mjs'></script>
|
2025-05-12 14:30:43 -07:00
|
|
|
</html>
|