All Projects → hippie68 → hippie68.github.io

hippie68 / hippie68.github.io

Licence: other
This is sleirsgoevy's PS4 jailbreak for firmware 7.02/7.5x, upgraded with additional features and more payloads.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hippie68.github.io

wipri
(Network Metadata Privacy) MAC Address spoofer with bonus combo (options): hostname + signal spoofer - *no disconnects!* Privacy Changing w/Brand Mimics: run as command or optional new randomized identity each boot; includes flags for continually changing random times/changing valid OUI addresses + Hostname randomizer + Device/Signal/location an…
Stars: ✭ 26 (-25.71%)
Mutual labels:  spoofing, spoof, spoofer
To-The-Apples-Core
⚙️ A collection of non-jailbroken code snippets on reverse-engineered iOS private apis
Stars: ✭ 69 (+97.14%)
Mutual labels:  jailbreak, spoof
allthefirmwares
Go! Get all the firmwares!
Stars: ✭ 79 (+125.71%)
Mutual labels:  firmware, jailbreak
Coogle
A shot-for-shot remake of the Google Login Page.
Stars: ✭ 34 (-2.86%)
Mutual labels:  spoofing, spoof
Super Nt Jailbreak
Custom "Jailbreak" firmware for the Analogue Super NT
Stars: ✭ 415 (+1085.71%)
Mutual labels:  firmware, jailbreak
MockSMS
Android application to create/craft fake sms.
Stars: ✭ 63 (+80%)
Mutual labels:  spoofing, spoof
spoofgo
An Application for Spoofing Movement written in Golang
Stars: ✭ 15 (-57.14%)
Mutual labels:  spoofing, spoof
iOS-Restrictions-Recovery
Can find the Restrictions or Screen Time passcode of any iOS 7.0-12.5.5 device. iOS 13 and 14 should work in theory, but Keychain-Dumper is very hit or miss on those versions
Stars: ✭ 50 (+42.86%)
Mutual labels:  jailbreak
IOsonata
IOsonata multi-platform multi-architecture power & performance optimized software library for fast and easy IoT MCU firmware development. Object Oriented design, no board package to define, just pure plug & play any boards
Stars: ✭ 40 (+14.29%)
Mutual labels:  firmware
smartcitizen-kit-20
Smart Citizen Kit 2.0 hardware and firmware
Stars: ✭ 36 (+2.86%)
Mutual labels:  firmware
StratifyOS
A Powerful embedded RTOS for ARM Cortex M microcontrollers
Stars: ✭ 94 (+168.57%)
Mutual labels:  firmware
polyfill-unserialize
Backports unserialize options introduced in PHP 7.0 to older PHP versions.
Stars: ✭ 33 (-5.71%)
Mutual labels:  backport
826-x-ip-camera
For the examination of an mipc connected camera
Stars: ✭ 49 (+40%)
Mutual labels:  firmware
Phicomm-K2P-K3-OpenWrt-Firmware
Phicomm K3 OpenWrt firmware Compile by Github Actions,(K2P firmware update,see my mood)
Stars: ✭ 42 (+20%)
Mutual labels:  firmware
HUANANZHI-X99-F8
CX99DE25 BIOS for HUANANZHI X99-F8 GAMING Motherboard 07/25/2020
Stars: ✭ 43 (+22.86%)
Mutual labels:  firmware
adb-cheatsheet
Your journey to master Android™ Shell begins here
Stars: ✭ 44 (+25.71%)
Mutual labels:  firmware
retro-optional
A backport of Java8 optionals for Java7
Stars: ✭ 16 (-54.29%)
Mutual labels:  backport
efivalidate
Firmware validation of Apple T1 and prior Macs
Stars: ✭ 17 (-51.43%)
Mutual labels:  firmware
SuperGreenOS
🧠 SuperGreenOS home farming automation software for esp32, all in one package, and controllable from your smartphone, pc, mac, linux, toaster, plumbus, whatnot...
Stars: ✭ 83 (+137.14%)
Mutual labels:  firmware
iSecureOS
An iOS Security assessment app for jailbroken iOS Devices.
Stars: ✭ 111 (+217.14%)
Mutual labels:  jailbreak

How to self-host locally

On a computer, run a web server in a directory that has an index.html. For example, if you have installed python3:

python3 -m http.server 7000

Then enter this in the PS4 browser (replace IP_ADDRESS with your computer's IP or hostname):

http://IP_ADDRESS:7000

Add new payloads and wallpapers easily

To use your own payloads and wallpapers when self-hosting, create an empty file named "custom.js" in the main directory (the one that has index.html).

Edit the file like this:

addPayload("PAYLOAD_FILE", "TITLE", "DESCRIPTION");
addWallpaper("WALLPAPER_FILE", "TITLE");

For example:

addPayload("goldhen2.0.bin", "GoldHEN 2.0", "Loads the new GoldHEN, which now has a BinLoader server.");
addPayload("re7_mod.js", "Resident Evil 7 MOD", "Unlimited ammo and an in-game MOD menu.");
addWallpaper("SuperMario.jpg", "Super Mario Bros. World 1-1");
...

Additionally, the file names (including "custom.js") must be saved in "cache.manifest", in the section "CACHE":

CACHE:
custom.js
goldhen2.0.bin
re7_mod.js
SuperMario.jpg
...

Supported file types are ".bin", ".bin.bz2", ".js", ".js.bz2", and any image files the browser can read.

The new payloads and wallpapers will show up and cache automatically the next time you load the website.
You can choose to store the files in subdirectories, but don't forget to adjust both "custom.js" and "cache.manifest" accordingly.

Instant payload loading with GoldHEN 2.0's BinLoader server

instant_payloads

This website feature only works if the website is self-hosted via HTTP (e.g by using the Python 3 HTTP server). It will not be available when using HTTPS or hippie68.github.io.

If you don't want to self-host but see the feature in action, for the time being you can use http://hippie68.rf.gd (hosted on InfinityFree). It is less secure due to missing HTTPS and might be less reliable than GitHub, so no warranties.

Sources of all payloads

Compiled from open source code:

Compiled by sleirsgoevy (open source):

Compiled by Joonie86 (open source):

Compiled by Nazky (open source):

Compiled by OSM (open source):

Compiled by SiSTRo (closed source):

Compiled by Karo (closed source):

Compiled by TylerMods (closed source):

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].