Wechat applet front and rear authorized login

1, Wechat applet front end 1.1 applet front end preparation Due to the use of Web vant, it has not been installed or does not know how to install it. You can refer to it My blog. upper Wechat public platform Register a small program. After registration, you will have APPID and SECRET. 1. api encapsulation The wxapi folder is defined in ...

Posted on Mon, 04 Oct 2021 21:10:39 -0400 by Maknis

Command execution and code execution in PHP

Title: command execution and code execution in PHP data: 2021-09-15 tags: CTF-web Command execution and code execution in PHP Recently, I learned some knowledge before review. Because it was 0 basic to learn before, many things may not be understood. Now review the command execution section. Learned a lot of knowledge. Then the topic is al ...

Posted on Mon, 04 Oct 2021 20:28:12 -0400 by 90Nz0

Configure LEMP+Redis+telnet+openssh under Linux system

  First install openssh server, and then you can access Linux through XShell. You can also upload and download files through the scp command sudo apt-get install openssh-server Installing nginx sudo apt install nginx OpenResty is a high-performance Web platform based on Nginx and Lua. It integrates a large number of sophisticated Lua ...

Posted on Thu, 30 Sep 2021 19:18:14 -0400 by monke

Build WordPress on the server in 10 minutes

Build WordPress on the server WordPress is the most popular open source blog system and CMS on the network. It is based on PHP and MySQL. And the function of WordPress is very powerful, which can be extended with various free plug-ins and themes. This article will introduce how to build WordPress on the server, taking Ubuntu Server 20.04 LTS ...

Posted on Mon, 27 Sep 2021 23:59:44 -0400 by Gasolene

How to better use OPcache for performance optimization

Focus on PHP, MySQL, Linux and front-end development. Thank you for your attention!!! The article is arranged in GitHub,Gitee . The technologies mainly include PHP, Redis, MySQL, JavaScript, HTML & CSS, Linux, Java, Golang, Linux, tool resources and other relevant theoretical knowledge, interview questions and practical content. Article d ...

Posted on Sat, 25 Sep 2021 14:38:02 -0400 by Mr Chris

Tianyi cup easy_eval reproduction

Recently, I played a lot of games and didn't work out many questions. So I decided to reproduce some topics. Construction of local environment The local environment involves php web services and redis database. Preparation of Dockerfile FROM ubuntu:16.04 COPY src/sources.list /etc/apt/sources.list COPY src/redis-4.0.9 /home/redis-4.0.9 RU ...

Posted on Sat, 25 Sep 2021 08:02:14 -0400 by ahs10

Manually deploy LAMP schema

Configure environment: Redhat 8.2Apache source code compilation and installationMySQL binary installationPHP source code compilation and installation 1,Apache 1.1 download the required software package Apache: you need to download HTTP, APR and APR util packages from the official website http download link: https://mirrors.tuna.tsingh ...

Posted on Fri, 24 Sep 2021 11:36:14 -0400 by aspguy

Detailed interpretation of SQLMAP Chinese Translation

___ __H__ ___ [']__ ___ ___ {1.5.5#stable} |_ -| . [.] | .'| . | || [(]|||__,| | ||V... || http://sqlmap.org Usage example: Python 3 sqlmap [options] Options: -h. -- help displays basic help information and exits -Hhdisplay more detailed help information and exit – version displays the program version number and exits -v VERBOS ...

Posted on Wed, 22 Sep 2021 21:50:56 -0400 by compbry15

PHP deserialization & Construction of POP chain -- CTF pklovecloud in the fifth space of 2021

0x00 Preface There are many articles on online and PHP deserialization & pop chain construction. The author briefly explains its related knowledge here. Learning, expanding and reviewing relevant knowledge from a problem will get twice the result with half the effort. 0x01 serialization and deserialization To facilitate the storage and t ...

Posted on Mon, 20 Sep 2021 23:50:56 -0400 by jonners

Docker local deployment memcached comes with the docker compose deployment memcached/elasticsearch/kibana/php/nginx script

Docker local deployment memcached comes with the docker compose deployment memcached/elasticsearch/kibana/php/nginx script 1, What is memcached Memcached is a general distributed memory caching system. It is usually used to speed up dynamic database driven websites by caching data and objects in RAM to reduce the number of times that external ...

Posted on Mon, 20 Sep 2021 18:50:19 -0400 by crouchl