Update README.md

This commit is contained in:
fanqyxl 2025-03-10 12:15:49 -04:00 committed by GitHub
parent b2efbaa7fb
commit af7644923d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,9 +6,15 @@ An exploit for Chrome devices which allows people to unenroll devices with devic
> DO NOT USE ANY PUBLIC IP ADDRESSES FOR ICARUS AS A PROXY, YOU WILL RISK YOUR DATA and YOU WILL BE REMOTELY COMPROMISED.<br><br> > DO NOT USE ANY PUBLIC IP ADDRESSES FOR ICARUS AS A PROXY, YOU WILL RISK YOUR DATA and YOU WILL BE REMOTELY COMPROMISED.<br><br>
> ANYTHING GOOGLE CAN REMOTELY PERFORM ON YOUR DEVICE, ICARUS CAN BE USED TO DO. AN EXAMPLE OF THIS IS INSTALL EXTENSIONS, SPY, USE YOUR CAMERA, REMOTE INTO YOUR DEVICE, GET YOUR PASSWORDS, AND MORE.<br><br> > ANYTHING GOOGLE CAN REMOTELY PERFORM ON YOUR DEVICE, ICARUS CAN BE USED TO DO. AN EXAMPLE OF THIS IS INSTALL EXTENSIONS, SPY, USE YOUR CAMERA, REMOTE INTO YOUR DEVICE, GET YOUR PASSWORDS, AND MORE.<br><br>
> ONLY SELF HOST ICARUS, NEVER USE A PUBLIC SERVER! > ONLY SELF HOST ICARUS, NEVER USE A PUBLIC SERVER!
> -UNRETAINED
## USING PREBUILTS
GET A PREBUILT @ [MY FILE HOST](https://dl.fanqyxl.net/ChromeOS/Prebuilts/Icarus) OR [KXTZ'S FILE HOST](https://dl.kxtz.dev)
FLASH IT TO YOUR USB USING RUFUS, BALENAETCHER, OR CHROMEBOOK RECOVERY UTILITY
FOLLOW THE SERVER SETUP INSTRUCTIONS
## Setup and installation instructions ## Setup and installation instructions
Clone the repo with `git clone --recursive https://git.kxtz.dev/kxtzownsu/icarus/` and change directory to it. Clone the repo with `git clone --recursive https://github.com/fanqyxl/icarus` and change directory to it.
Set up the environment by running the following commands (Make sure you have python3, python3-venv, and protobuf installed beforehand): Set up the environment by running the following commands (Make sure you have python3, python3-venv, and protobuf installed beforehand):
@ -28,11 +34,20 @@ Now boot the shim, and Icarus will attempt to modify your stateful partition.
### Server setup ### Server setup
Requirements: npm, node Requirements: npm, node
Linux: Linux:
Run `make start-server` to start your proxy, then continue with the instructions below. Run `make start-server` to start your proxy, then continue with the instructions below.
Windows: Windows:
GET A PREBUILT FROM THE RELEASES TAB, AND RUN IT. GET A PREBUILT FROM THE RELEASES TAB, AND RUN IT.
## USING MY PUBLIC SERVER
AGAIN, PLEASE SELF HOST. THIS IS ONLY IF YOU HAVE NO OTHER CHOICE!!
IP: 72.80.65.133
PORT: 8126
## Setup and installation instructions, continued ## Setup and installation instructions, continued
Reboot the device. You'll boot into verified mode. Once you have your server running, open the network configuration by clicking the lower right button (it will show the date), connecting to wifi, and then change the proxy settings accordingly. Reboot the device. You'll boot into verified mode. Once you have your server running, open the network configuration by clicking the lower right button (it will show the date), connecting to wifi, and then change the proxy settings accordingly.
@ -48,6 +63,10 @@ Reboot the device. You'll boot into verified mode. Once you have your server run
- If that didn't work, powerwash your device and re-run the modified shim, and keep the server running. - If that didn't work, powerwash your device and re-run the modified shim, and keep the server running.
</details> </details>
## HELP PLEASE
* PLEASE DONT ANNOY WRITABLE/UNRETAINED FOR HELP OR DM ME, KXTZ, OR COSMICDEV
* FOR HELP, YOU CAN PING ME IN MY [DISCORD SERVER](discord.gg/FF6Evz2gwr) OR TN. SAME FOR KXTZ AND COSMIC
## New Credits ## New Credits
- [kxtzownsu](https://github.com/kxtzownsu) - rolling ssl keys - [kxtzownsu](https://github.com/kxtzownsu) - rolling ssl keys
- [cosmicdevv](https://github.com/cosmicdevv) - creating icarus lite - [cosmicdevv](https://github.com/cosmicdevv) - creating icarus lite