Practical Use of Burpy Plugin – Cracking the Encryption Algorithm of a WeChat Mini Program

Practical Use of Burpy Plugin - Cracking the Encryption Algorithm of a WeChat Mini Program

Author: 0pening 1. Introduction Testing a certain WeChat mini program, without further ado, let’s start using BurpSuite to capture packets. However, upon capturing the packets, I noticed something was off 🤨. This application encrypts the parameters into bizContent and uses a signature parameter sign to prevent man-in-the-middle attacks on the data packets… not very honorable. … Read more

Basic Inquiry Data Return Processing in Python Mini Programs

Basic Inquiry Data Return Processing in Python Mini Programs

Introduction Control Yourself. Achieving success is not difficult for a person. In my youth, I read a book called “Karl Maintains Education,” which tells the story of a father raising a child with cerebral palsy to become a PhD. I believe the essence of the book is about controlling oneself and developing good habits. It … Read more

Overview of Smart Home System Design Based on ZigBee Technology

Overview of Smart Home System Design Based on ZigBee Technology

Deng Kaixuan, Zhang Jinyao, Xu Caiwang, Sun Zhaopeng (Anhui University of Science and Technology, School of Electrical and Information Engineering, Huainan, Anhui 232001) Abstract: With the development of science and technology, social changes are rapid, and people’s requirements for living standards and quality are increasing. To address the current high costs and single operation methods … Read more

Introduction to Independent Key in STM32 IoT Kit

Introduction to Independent Key in STM32 IoT Kit

Click the blue text above: IoT Inn to follow us. In previous sections, we used the LED light, buzzer, and relay components, driven by the GPIO output function of STM32. In this section, we will learn about the GPIO input function. When an external button is pressed, the microcontroller can detect it in real-time. Buttons … Read more

Micro:bit Control Using WeChat Mini Program

Micro:bit Control Using WeChat Mini Program

01 Project Introduction It has been a while since I updated the content because I was developing a mini program for a controller that communicates with the micro:bit development board via Bluetooth, which can be used for remote control of various small vehicles. The previous courses have introduced the Bluetooth module of the micro:bit, which … Read more