Skip to content

Instantly share code, notes, and snippets.

View irever's full-sized avatar
💭
I may be slow to respond.

Sane irever

💭
I may be slow to respond.
View GitHub Profile
@irever
irever / douyin_webcast_message
Last active January 16, 2023 02:39
#douyin #tiktok #protobuf #message #webcast
1 {
1: "WebcastChatMessage" //method
2 {
1 { //common
1: "WebcastChatMessage" //method
2: 6831800841696561932 //msg_id
3: 6831775107220769536 //room_id
4: 1590652825937 //create_time
6: 1 //is_show_msg
}
@irever
irever / smzdm
Created March 24, 2020 06:53
#smzdm
Algorithm(MD5) [f=android&time=1584958419000&v=9.6.20&weixin=1&key=apr1$AwP!wRRT$gJ/q.X24poeBInlUJC : 6036aa19f9aafcf7e50c462391b6bd9a]
GET /brand/get_cate_brand_map?md5_version=&v=9.6.20&f=android&sign=6036AA19F9AAFCF7E50C462391B6BD9A&time=1584958419000&weixin=1 HTTP/1.1
User-Agent: smzdm_android_V9.6.20 rv:620 (M578C;Android5.1;zh)smzdmapp
Cookie:
Host: brand-api.smzdm.com
Accept-Encoding: gzip
If-Modified-Since: Mon, 23 Mar 2020 10:13:57 GMT
Connection: keep-alive
@irever
irever / gist:55542ee6d7bc8ad616d9634c6b7c471e
Created March 23, 2020 03:22
today.tophub.app.utils.WebUrl
https://api.tophub.today/nodes/1nonce=gNjpkOuzdaC2O7m3&timestamp=1584931765aA4@ud^926U(}^r9
md5 result: df80e3af47d8b9c831ce94a387b37763
@irever
irever / douyinsig.py
Created October 24, 2019 08:25 — forked from a232319779/douyinsig.py
douyin checksum calc.
# -*- coding: utf-8 -*-
# @Time : 2017/12/23 16:07
# @Author : ddvv
# @Site :
# @File : douyincore.py
# @Software: PyCharm
import hashlib
class calcSig(object):
@irever
irever / change python home on mac
Last active May 6, 2019 02:00
python #python
vim ~/.bash_profile
* alias python="/usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/bin/python3.7"
source ~/.bash_profile
@irever
irever / objection Android.md
Last active December 27, 2018 01:22
objection #frida #objection #android #ios #patch #hook

pip3 install objection

(Android)

patch apk

objection patchapk -s xxx.apk

explore app

@irever
irever / appmon instruction
Created December 26, 2018 02:03
appmon #appmon #frida
It consists of the following components:
AppMon Sniffer - Intercept API calls to figure out interesting operations performed by an App
Appmon Intruder - Manipulate API calls data to create change app's original behavior
AppMon Android Tracer - Automcatically traces Java classes, methods, its arguments and their data-types in Android APKs
AppMon IPA Installer - Creates and installs "inspectable" IPAs on non-jailbroken iOS devices
AppMon APK Builder - Creates APKs "inspectable" on non-rooted Android devices
@irever
irever / ios versions
Last active December 25, 2018 09:25
telegram iOS versions #telegram
825367457
825487096
825798718 5.0.2
825847666 5.0.3
826323261
827463590
828444174
828522965
828625665
828649794
@irever
irever / 壳的识别
Created December 25, 2018 02:36
脱壳 #壳
特征So文件 所属加固公司
libchaosvmp.so 娜迦
libddog.so 娜迦
libfdog.so 娜迦
libedog.so 娜迦企业版
libexec.so 爱加密
libexecmain.so 爱加密
ijiami.dat 爱加密
ijiami.ajm 爱加密企业版
libsecexe.so 梆梆免费版
@irever
irever / Inspeckage.md
Last active December 25, 2018 09:35
Inspeckage #Android #hook #xposed

1.安装

git地址:https://github.com/ac-pm/Inspeckage

Inspeckage基于Xposed框架,需要手机有root权限,并且安装Xposed框架后,在“下载”中找到Inspeckage,进行安装,重启生效。

2.运行,hook程序

重启生效后,安卓系统中将多一个Inspeckage程序,点击choose target,然后根据下方给的地址进行访问