Skip to content

Instantly share code, notes, and snippets.

@computerality
computerality / gist:3e0bc104cd216bf0f03f8d3aa8fbf081
Last active December 12, 2020 14:30
iOS Security Guide changes for iOS 10 from March 2017
These are additions or notable revisions in the iOS Security Guide
Document Revision History Summary Updated for iOS 10
• System Security
• Data protection classes
• Security Certifications and programs
• HomeKit, ReplayKit, SiriKit
• Apple Watch
• Wi-Fi,VPN
• Single Sign-on
• Apple Pay, Paying with Apple Pay on the web
@computerality
computerality / gist:48666348cbf8980a3204f1e3ae84c55e
Created November 30, 2016 22:57
How to Install .NET Framework 2.0 on Windows Server 2016 offline
Prerequisites:
You have a piece of old software you need to run but it requires .net 2.0 to install.
Steps to install .net framework 2.0:
1. Download .net framework from microsoft.com.
2. Realize it is x64 and not x86 as needed.
3. Download .net framework 2.0 sp2 from microsoft.com
4. Realize it is only the service pack and does not include the installer.
5. Find a USB cd rom drive.
6. Copy the exe off of the cd.
@computerality
computerality / 334x.py
Created August 30, 2016 21:57 — forked from withzombies/334x.py
Script to solve the 334 cuts challenge from DEFCON 2016 quals using Binary Ninja
#!/usr/bin/env python
import sys
sys.exit(0)
try:
import binaryninja
except ImportError:
sys.path.append("/Applications/Binary Ninja.app/Contents/Resources/python/")
#!/usr/bin/env python
# Writing your own disassembler? Ain't nobody got time for that!
# or just in case you don't have capstone
# by Jay Little
# Same license as lldb
import argparse
import re
import subprocess
import sys
@computerality
computerality / gist:7425150
Created November 12, 2013 03:45
fuck time warner
ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
Request timeout for icmp_seq 0
64 bytes from 8.8.8.8: icmp_seq=0 ttl=40 time=1958.722 ms
Request timeout for icmp_seq 2
64 bytes from 8.8.8.8: icmp_seq=1 ttl=40 time=2005.179 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=40 time=1876.166 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=40 time=1805.881 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=40 time=2478.180 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=40 time=1878.585 ms