Web page capture: My playlist

Recently, I saw many blogs posting tutorials on web page packet capture, which aroused my interest (zhuang) and (bi), and this article was born. It just happened that some time ago, the API for My Playlist to connect to Kugou failed. I took the opportunity to fix it and make a graphic tutorial. Then let Kugou “operate” About the concept of packet capture Packet capture is to intercept, resend, edit, and dump the data packets sent and received during network transmission. It is also used to check network security. Packet capture is also often used for data interception, etc. ...

June 5, 2018 · 3 min · MoeJue

CSS3 Random Background Image Switching Effect

css3 random background image fade switching effects demo effect as shown in the background of this article See you pick my fantasy field of secondary limited edition pick more tired, pick a half an hour, take the time to organize and send it out! design was originally intended to use jQuery to achieve, but noticed the css3 @keyframes rule, css3 has been so powerful that once only js can achieve the effect! ...

May 16, 2018 · 3 min · MoeJue

Simple Steps for Using Git

This article does not elaborate any conceptual knowledge, just make a note, simply is the use of the steps, if you encounter obstacles, please Google it! Using SSH to Bind Git to GitHub 1. Generate SSH key ssh-keygen -t rsa Specify the RSA algorithm to generate the key, after which two files will be generated, id_rsa and id_rsa.pub, i.e., the key id_rsa and the public key id_rsa.pub. For these two files ...

April 3, 2018 · 2 min · MoeJue

A complete collection of OEPs in various languages

It is true that it is quite troublesome to compare with OEP, so I sorted it out and directly read and understand OEP in this article, Or right-click the image to save it locally. Click to view the larger image If it helps you, please leave a comment~ VC6 and Easy Language Delphi7 VB5 VB6 BC++ **VS2008Debug ** **VS2008Release ** **VS2012-VS2015Debug ** ...

May 19, 2017 · 1 min · MoeJue

Various language button event feature codes

When debugging software, the most important thing is to set breakpoints, so how to set breakpoints is an important skill. For example: when a prompt box pops up, download MessageBoxA; for a registry, download RegOpenKeyA, etc. Of course, it is more convenient to go directly to the button event, because after reaching the button event, you will soon reach the core code, and your crack will not be far away. This article summarizes the methods of finding button events in various languages. Of course, you can also use tools, such as VBexplorer, DEDE, ECE, etc. ...

May 15, 2017 · 3 min · MoeJue

Learning to Crack with Zero Basics Tutorial Series Outline Season 1

Purpose: The purpose of this set of tutorials is to prevent cracking, although this is a set of knowledge of cracking tutorials, but we only know the cracker is how to crack our software, we can better and more effective to prevent our software is cracked. **Basic primer ** 1, Chinese search and Nop [the first section of the download address](http://bbs.125.la/forum.php?mod=viewthread&tid=14017567): How to compile and save the program 2, je and jmp use z flag bit [the second section of the download address](http://bbs.125.la/forum.php?mod=viewthread&tid=14018591): the actual battle of a do not know what the network authentication of the blasting 3, local reboot verification [section III download address](http://bbs.125.la/forum.php?mod=viewthread&tid=14019645): through the compilation of the two times to save the blast ** button event chapter ** 1, easy language button events, universal breakpoints Button Events Chapter download address: rely on the easy language body to distinguish between real easy language program ...

May 8, 2017 · 2 min · MoeJue

Implement Emlog’s latest comment list without displaying blogger’s comment replies

Bloggers need to interact with visitors frequently, and the blogger’s reply is also displayed as a comment in the latest comment. In this way, if the blogger replies to several comments at a time, all his own comments will be displayed in the latest comment, which is not good. Take my current emlog5.3.1 version as an example: Open the cache.php file in the include/lib directory (this is a cache function file) and find the following code in it: ...

May 6, 2017 · 2 min · MoeJue

Programmers’ Daily Viruses Series

DropFileName = “svchost.exe” problem solution Here’s what happened. A friend sent me the source code and asked me to take a look. I accidentally clicked on an exe file inside, and a network request popped up. I quickly closed it, and then I discovered that there was an exe executable file disguised as the system music folder in the same directory. I felt something was wrong, but I couldn’t be sure. Then when I deleted the entire folder, it prompted a message that a program was in use. ...

May 4, 2017 · 3 min · MoeJue

Exposing the website's backend address is a very dangerous thing

Exposing the backend address of a website is a very dangerous thing. For example, the backend address of my website is: Admin Login The Internet is a complex world, and every webmaster must learn to protect himself. The default background path of emlog is the admin directory, which exposes important information very nakedly. There are three steps to modify the default background path: Open the admin directory, find globals.php, and open it with editplus or other editors. If you want to open it with notepad, you can do it ^_^ No consequences. ...

April 30, 2017 · 3 min · MoeJue

58 city login (RSA algorithm)

58 city login (RSA algorithm) This time. Another wonderful login algorithm analysis Destination address: https://passport.58.com/login?(58 in the same city) Tools used: js debugging tool (I am using a js debugging tool adapted from a forum, which is relatively intelligent) Packet capture tool (I used F12 of the browser directly this time to search for keywords more conveniently) Tip: Since this article was published 1 year ago and has fallen into disrepair, the picture content has been lost!

November 23, 2016 · 1 min · MoeJue