Skip to content

Instantly share code, notes, and snippets.

View rpxs's full-sized avatar
📖
busy w/ school

fish rpxs

📖
busy w/ school
  • co
View GitHub Profile
@rpxs
rpxs / spoof.js
Created February 3, 2024 01:08
iOS 17 working spoofer, just a small wrapper around pymobiledevice3, run w sudo!
const { exec, spawn } = require("child_process");
const readline = require("readline");
const rl = readline.createInterface({
input: process.stdin,
output: process.stdout,
});
function stripAnsi(str) {
return str.replace(