Skip to content

Instantly share code, notes, and snippets.

@theseann
theseann / iphone.py
Created October 1, 2021 13:03
apple授权店库存监控,之前用的,备份一下
# -*- coding: utf-8 -*-
#!/usr/bin/env python3
import requests
import json
import time
def checkStore(url):
# 抓包并将查询请求的header填入
headers = {
@theseann
theseann / demo.js
Last active September 5, 2022 15:29
FridaLab-solver-by-lushann
// frida -U uk.rossmarks.fridalab -l agent/demo.js --runtime=v8
function challenge01() {
Java.perform(function () {
Java.use("uk.rossmarks.fridalab.challenge_01").chall01.value = 1
})
}
function challenge02() {
Java.perform(function () {
package com.tencent.mobileqq.msf.core.a;
class b extends Thread {
final /* synthetic */ boolean a;
final /* synthetic */ String b;
final /* synthetic */ int c;
final /* synthetic */ long d;
final /* synthetic */ boolean e;
final /* synthetic */ String f;
final /* synthetic */ a g;