Skip to content

Instantly share code, notes, and snippets.

View CaptainBoggle's full-sized avatar
😡
Symbolically Executing

Felix Montanari CaptainBoggle

😡
Symbolically Executing
View GitHub Profile
@MeBlackHat
MeBlackHat / downloadiOSHeaders.py
Last active June 25, 2023 15:58 — forked from menushka/downloadiOSHeaders.py
Download iOS Headers from http://developer.limneos.net. Includes settings for iOS version, download path and only downloading select frameworks.
from lxml import html
import requests
import re
import os
def createDir(path):
if not os.path.exists(path): os.makedirs(path)
# Settings
iosVersion = "14.4"
@menushka
menushka / downloadiOSHeaders.py
Last active September 17, 2024 18:14
Download iOS Headers from http://developer.limneos.net. Includes settings for iOS version, download path and only downloading select frameworks.
from lxml import html
import requests
import re
import os
def createDir(path):
if not os.path.exists(path): os.makedirs(path)
# Settings
iosVersion = "12.1"
@francoism90
francoism90 / README.md
Last active April 13, 2025 08:00
Change country to unlock channels, increase TX-power. (Use at your own risk)

Disclaimer

Following instructions are provided without any warranty, and may even get you in trouble legally. The instructions are provided for testing, learning, preventing e-waste, and should be use with care. We (including contributers + commentators) are not responsible for any damage to your device(s) or any legal issues.

Getting Started

Instructions have been moved to https://github.com/francoism90/asus-router. :)