Shellblock

One-click installation and use of NoneBot (for CentOS)

Original link: https://blog.saky.site/post/nonebot/ This tutorial takes the latest NoneBot 2.0 as an example The one-click installation script will automatically install python3.9 and NoneBot scaffolding yum install -y wget && wget -O https://carcloud.ml/sh/nonebot_install.sh && bash nonebot_install.sh create project Use scaffolding to create a project: nb create This command will execute the process of creating a project, …

One-click installation and use of NoneBot (for CentOS) Read More »

JD.com’s automatic evaluation (evaluation posting with pictures, follow-up evaluation, service evaluation) supports Qinglong panel

Original link: https://blog.saky.site/post/jd_pingjia/ pull library command ql repo https://github.com/6dylan6/auto_comment.git “jd_” “” “jdspider” Notice If a dependency error is reported when running, evaluate the dependency installation when running, and do not run if there is no problem tutorial Browser login to grab CK (computer-side CK), add variable PC_COOKIE , each run, evaluate up to 10 orders …

JD.com’s automatic evaluation (evaluation posting with pictures, follow-up evaluation, service evaluation) supports Qinglong panel Read More »

Qinglong’s solution for taking up too much storage space

Original link: https://blog.saky.site/post/ql_fix_log/ Path: /ql/docker/nginx.conf find this file Open and find access_log, there is a path behind, enter this path to delete the log file Then change the nginx.conf file to access_log off; It will not be written to the log anymore This article is reprinted from: https://blog.saky.site/post/ql_fix_log/ This site is for inclusion only, and …

Qinglong’s solution for taking up too much storage space Read More »

Bilibili cookie acquisition

Original link: https://blog.saky.site/post/bilibili_cookie/ Get your own cookie Open the browser and log in to the bilibili website After successful login, visit https://ift.tt/qntNeYf, press F12 to open “Developer Tools”, press F5 to refresh In the “Developer Tools” panel, click Network, in the request list on the left, find the interface named nav, and click it Find …

Bilibili cookie acquisition Read More »

The simplest Kuaishou sig3 interface in the whole network to build root-free and xp-free framework

Original link: https://blog.saky.site/post/ks_sig3/ Before you start please prepare: An Android phone without Kuaishou Express Integrated environment download: https://ift.tt/hKo0EpC Open the app after installation is complete Visit http://replace your own ip:9090/ksjsb?str=123 If there is a display, it means the construction is successful, and the app needs to keep running in the background The sig3 interface address …

The simplest Kuaishou sig3 interface in the whole network to build root-free and xp-free framework Read More »

Build frida framework using night god and thunderbolt

Original link: https://blog.saky.site/post/frida/ https://ift.tt/RhGiWwZ Frida First adb connect to the night god to see what system it is adb connect 127.0.0.1:62001 adb shell getprop ro.product.cpu.abi Copy the corresponding fridaServer adb push frida-server-14.2.18-android-x86 /data/local/tmp/frida-server run frame adb shell su cd /data/local/tmp chmod 755 frida-server ./frida-server map port adb forward tcp:27042 tcp:27042 Thunderbolt Frida adb connect 127.0.0.1:5557 …

Build frida framework using night god and thunderbolt Read More »

Research on Jingdong sign calculation

Original link: https://blog.saky.site/post/jd-sign/ sign python code # -*- coding:utf-8 -*- import base64 import hashlib import time import uuid from urllib.parse import quote from Crypto.Cipher import AES from fastapi import FastAPI from urllib3 import disable_warnings disable_warnings() server = FastAPI() def sub(arg1, arg2, arg3): return arg1 + arg2 + arg3 def encrypt(code): return code def func_sign( functionId, …

Research on Jingdong sign calculation Read More »

Free your hands Freenom domain name automatic renewal

Original link: https://blog.saky.site/post/freenom-tool/ Github: https://ift.tt/I2btQ84 This article uses Debian as an example to illustrate I thought that all cloud functions are charged, so this article only introduces the method of Docker deployment Deploy via Docker The Docker repository address is: https://ift.tt/f6GjbYZ The architectures supported by this image are linux/amd64, linux/arm64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/ …

Free your hands Freenom domain name automatic renewal Read More »

One-click fix for the white screen problem of the Qinglong panel

Original link: https://blog.saky.site/post/ql-fix/ Completely and automatically repair the Qinglong white screen problem (up to v2.11.1 version), and solve the white screen problem of some interfaces on the PC side! There is no need to specify the version number of Qinglong. One-click repair script: docker exec -it qinglong bash -c “$(curl -fsSL https://gitee.com/suiyuehq/ziyong/raw/master/ql_cdn/bpxf.sh)” Note: qinglong is …

One-click fix for the white screen problem of the Qinglong panel Read More »

Simple case of getting web cookies

Original link: https://blog.saky.site/post/web-cookie/ For example the original cookie for a web page is uu=hfsjfyesu; The cookie after successful login is userId=558456454; token=wwwdwblogcnwwwdwblogcnwwwdwblogcnwwwdwblogcnwwwdwblogcn; uu=hfsjfyesu; pin=sirhexs Then we first write an if statement to determine whether the login is successful if(webcookie:find”token=”)then –上面这个if的意思是判断webcookie里面是否存在“token=”这个字符串–这里是登录成功后要进行的操作,我们在这里写我们的cookie截取规则end Then we write a rule to intercept the token according to the rules and code …

Simple case of getting web cookies Read More »

Ninja installation, cooperate with Qinglong to realize CK upload, support ARM

Original link: https://blog.saky.site/post/ninja-install/ Ninja only supports qinglong 2.8.2+ DEMO: https://jd.moelove.tk/ (can be used directly) inside the container The container maps port 5701 and the ninja directory to the host (host Qinglong does not need this step, just jump to step 2) Example (docker-compose): version: “3” services: qinglong: image: whyour/qinglong:latest container_name: qinglong restart: unless-stopped tty: true …

Ninja installation, cooperate with Qinglong to realize CK upload, support ARM Read More »

PikPak ​​tutorial

Original link: https://blog.saky.site/post/pikpak-NSConflict-wkj123-mac12.3.1/ PikPak ​​is a very easy-to-use network disk. Compared with the 115 network disk, PikPak ​​supports high-speed offline downloads, discordant resources, and direct-link downloads! ! ! The storage side and CDN use Alibaba Cloud, and the speed is very friendly client Official web version: https://drive.mypikpak.com/ requires scientific Internet access Third-party web version: https://ipikpak.ml/ …

PikPak ​​tutorial Read More »