Skip to content

Instantly share code, notes, and snippets.

View csrutil's full-sized avatar
🏠
Working from home

Csrutil csrutil

🏠
Working from home
  • N/A
  • Follow the white rabbit.
View GitHub Profile
import sys
import hashlib
# Usage: xiaomi-purifier-pwd.py 04A03CAA1E7080
def getpwd(uid):
uid = bytearray.fromhex(uid)
h = bytearray.fromhex(hashlib.sha1(uid).hexdigest())
pwd = ""
pwd += "%02X" % h[h[0] % 20]
pwd += "%02X" % h[(h[0]+5) % 20]
# 文件路径和目标参数
input_file = "recovery.bin" # 输入文件名
output_file = "output.bin" # 输出文件名
search_marker = b"UBI#" # 要查找的标记
cut_size = 0x04000000 # 切割的大小
try:
with open(input_file, "rb") as f:
data = f.read() # 读取整个文件内容
#!/bin/sh
# /etc/network/if-up.d
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# /sys/devices/platform/gpio-leds/leds
echo cpu > /sys/devices/platform/gpio-leds/leds/green\:sys/trigger
[ "$IFACE" != "lo" ] || exit 0
#!/bin/sh
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# JAIL
ipset -N JAIL hash:net maxelem 65536 -exist
if ! iptables -S | grep -q -- "JAIL"; then
iptables -t filter -I INPUT \
-p tcp \
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
@csrutil
csrutil / tmux-cheatsheet.markdown
Created March 5, 2024 03:06 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
## https://www.zhihu.com/question/424089478
import hashlib
def getpwd(uid):
uid = bytearray.fromhex(uid)
h = bytearray.fromhex(hashlib.sha1(uid).hexdigest())
pwd = ""
pwd += "%02X" % h[h[0] % 20]
@csrutil
csrutil / wants to use your confidential Chromium safe storeage
Created August 21, 2023 13:05
wants to use your confidential Chromium safe storeage
wants to use your confidential Chromium safe storeage
https://imgur.com/a/zeXW6Di