Skip to content

Instantly share code, notes, and snippets.

@R3zk0n
R3zk0n / phoenix.c
Created April 23, 2021 06:03 — forked from Siguza/phoenix.c
Phœnix exploit / iOS 9.3.5
// Bugs by NSO Group / Ian Beer.
// Exploit by Siguza & tihmstar.
// Thanks also to Max Bazaliy.
#include <stdint.h> // uint32_t, uint64_t
#include <stdio.h> // fprintf, stderr
#include <string.h> // memcpy, memset, strncmp
#include <unistd.h> // getpid
#include <mach/mach.h>
#include <stdlib.h>
@R3zk0n
R3zk0n / Hashes.py
Created February 26, 2018 10:18
Modifed version for Hashes.org usage.
#!/usr/bin/env python
from urllib import urlopen, urlencode
from re import search
import sys, argparse
parser = argparse.ArgumentParser()
parser.add_argument("--path", help="Enter the path of your hashes.txt here", dest='path')
args = parser.parse_args()
import json
from pprint import pprint
@R3zk0n
R3zk0n / Lol.py
Created February 4, 2018 12:03
Thing
import os
import argparse
import sys
import re
import termcolor
from terminaltables import AsciiTable
## Single Char Bypass
## Convertion
#def Full_String()