Skip to content

Instantly share code, notes, and snippets.

System requirements for iCloud
These are the recommended system requirements and minimum system requirements for iCloud.
Recommended system requirements
iCloud1 requires an Apple ID, an active Internet connection, and up to date software. If you meet the recommended system requirements below, you can take advantage of the latest iCloud features and get the best overall experience. To see the minimum requirements for each feature, you can review the minimum requirements at the bottom of this page.
iPhone, iPad, and iPod touch
iOS 15 or iPadOS 15
iWork for iOS (Pages 2.5 or later, Numbers 2.5 or later, Keynote 2.5 or later)2
Mac
@jamesstoneco
jamesstoneco / apple-notes-export.scpt
Created June 20, 2023 06:49
Script to bulk export Apple Notes, Useful when merging or changing apple ids
// 20.6.2023 updated to show progress and regex sanitization of note title (for notes with single url or slashes as an example)
// source: https://macmost.com/export-all-of-the-notes-on-your-mac-using-a-script.html
// set things up
var app = Application.currentApplication();
app.includeStandardAdditions = true;
var notesApp = Application('Notes');
notesApp.includeStandardAdditions = true;
// choose which notes - cmd-a to select all
@Miss-Inputs
Miss-Inputs / Mac games model.txt
Created July 9, 2018 03:28
Mac game database (WIP)
name: Display name of the game/app
creator_code: Creator code of the game/app; used for identification purposes
app_name: Actual filename of the game/app; used for identification purposes where creator_code is ambiguous
other_names: Other names of the game/app for identification purposes, such as other versions that work the same way
arch: CPU architecture: "68k", "ppc", "fat"
category: Category of the app: "Games", "Applications", etc
clone_of: What existing non-Mac game this is a clone of, if applicable
notes: Comment about the game or whatever
resolution_compat:
"empty_space": Game will have black borders and whatnot if run at a higher resolution than this
@jipegit
jipegit / gist:3da9fa7e47eeee44450a9bb0958d377e
Created September 10, 2019 14:29
IoC extracted from volexity.com blog post Digital Crackdown: Large-Scale Surveillance and Exploitation of Uyghurs
Date
2019-09-02
References
https://www.volexity.com/blog/2019/09/02/digital-crackdown-large-scale-surveillance-and-exploitation-of-uyghurs/
Artifacts
Filesystem
/data/data/com.android.browser/loader
/data/data/com.android.browser/loader.log
Quick and Dirty iOS Exploits/Implant IoC from Google Project Zero blog posts
Date
2019-08-30
References
https://googleprojectzero.blogspot.com/2019/08/a-very-deep-dive-into-ios-exploit.html
https://googleprojectzero.blogspot.com/2019/08/in-wild-ios-exploit-chain-1.html
https://googleprojectzero.blogspot.com/2019/08/in-wild-ios-exploit-chain-2.html
https://googleprojectzero.blogspot.com/2019/08/in-wild-ios-exploit-chain-3.html
import requests, json, logging, sys
class PassiveTotal:
def __init__(self, apikey):
self.__apikey = apikey
self.__classifications = [ 'targeted', 'crime', 'benign', 'multiple' ]
self.__actions = [ 'add', 'remove' ]
@AmazingAkai
AmazingAkai / bot.py
Created March 24, 2024 09:05
Discord.py button roles example.
from __future__ import annotations
import re
from typing import Optional
import discord
from discord.ext import commands
# Role IDs to labels mapping.
# role_id: label
@Skarlso
Skarlso / main.go
Created February 16, 2019 21:31
Golang SSH connection with hostkey verification
package main
import (
"bytes"
"fmt"
"io/ioutil"
"log"
"golang.org/x/crypto/ssh"
kh "golang.org/x/crypto/ssh/knownhosts"
@jipegit
jipegit / Apple persitence mecanisms.md
Last active May 10, 2024 14:32
Apple persitence mecanisms

Apple persitence mecanisms

Type Location Documentation
Kernel/Sytem Extensions /System/Library/Extensions/
/Library/Extensions/
/Extra/Extensions/
https://developer.apple.com/fr/support/kernel-extensions/
/Extra/Extensions/ is deprecated
Launch Daemons /System/Library/LaunchDaemons/
/Library/LaunchDaemons/
/Users/*/Library/LaunchDaemons/
https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html
Launch Agents /System/Library/LaunchAgents/
/Library/LaunchAgents/
/Users/*/Library/LaunchAgents/
https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/Introduction.html
Startup Items /System/Library/StartupItems//Library/
@jakevis
jakevis / !Mac Notes.md
Last active May 10, 2024 14:32
Mac Notes

This Gist includes a few handy scripts for the old Mac