XCTF University Battle "Epidemic" Network Security Sharing Contest WEB_WP

Article Directory XCTF University Battle "Epidemic" Network Security Sharing Competition easy_trick_gzmtu webtmp hackme fmkq PHP-UAF nweb sqlcheckin XCTF University Battle "Epidemic" Network Security Sharing Competition easy_trick_gzmtu First of all, it's really a good id ...

Posted by jorje on Mon, 09 Mar 2020 19:29:37 -0700

LNMP enterprise case -- Introduction and deployment of OpenResty

1.OpenResty Openresty is a scalable Web platform based on NGINX. It was initiated by Chinese people Zhang Yichun and provides many high-quality third-party modules. OpenResty is a powerful web application server. Web developers can use Lua scripting language to mobilize various C and Lua modules suppo ...

Posted by daucoin on Sun, 08 Mar 2020 05:29:55 -0700

VUE implements Studio management background: OptionBox, a comprehensive attribute input interface, which can be cascaded and reset

To facilitate code reading, the test data has been separated and placed in the mock Directory: If you read the code, just pay a little attention. This time, the most important part of RXEditor interface is attribute input component, which can display whether data has been modified or reset to default value in batch. The effect is as follows: ...

Posted by Ulujain on Sun, 08 Mar 2020 01:00:01 -0800

Token is set up in the basic configuration of official account.

WeChat official account / development / basic setup / server configuration page URL fill in your server address The Token value is the value set by response.php The content of the response.php file is as follows: <?php traceHttp(); define("TOKEN", "kiking"); $wechatObj = new wechatCallbacka ...

Posted by catnip_uk on Sat, 07 Mar 2020 06:13:21 -0800

JavaScript DOM of front-end web

JS HTML DOM When the web page is loaded, the browser creates the document object model of the page. With the HTML DOM, JavaScript can access and change all elements of an HTML document. DOM document operation Find HTML elements Method describe Example document.getElementById(id) Find elements ...

Posted by onepixel on Sat, 07 Mar 2020 00:22:46 -0800

Picture server Zimg

If there are many picture resources in a project, there will be special picture servers to store pictures. You can observe that the links of pictures on some large websites have special servers, which can improve the performance very well. There are many image server solutions. Through the storage servi ...

Posted by pdpullmn612 on Tue, 03 Mar 2020 23:49:59 -0800

LNMP architecture introduction and construction (source code compilation Nginx, MYSQL, PHP)

LNMP architecture introduction and construction (source code compilation Nginx, MYSQL, PHP) 1. What is LNMP 2. Working principle of LNMP 3. Source compilation of MySQL database 4. PHP source compilation 5. Source compilation of nginx 1. What is LNMP LNMP is a set of free software acronyms common ...

Posted by chard on Sat, 29 Feb 2020 23:40:03 -0800

Build PHP family album management program on raspberry pie

There are too many photos at home. I found a lot of software, which can't achieve the desired effect of viewing pictures. Now I share a PHP family album program built on raspberry pie, which can be viewed by folders, calendars, keywords, and full screen slide show. I believe that many students are the s ...

Posted by cobalt30 on Sat, 29 Feb 2020 20:55:40 -0800

Common security vulnerabilities of Middleware (Reprint)

  Preface: The official account is Bypass. Click here to view the original Chapter 1: IIS IIS 6 parsing vulnerability IIS 7 parsing vulnerability PUT arbitrary file write IIS short file vulnerability HTTP.SYS remote code execution (MS15-034) RCE-CV ...

Posted by Chupa85 on Wed, 26 Feb 2020 19:50:26 -0800

Laravel + Serverless Framework to quickly create CMS content management system

Today, I will bring you a comprehensive practical battle of Laravel + Serverless Framework. There is a bit more information in it. Please take a closer look First of all, let me introduce the main local environment: Git: not much, as long as you can knock the code, you should know Node.js: due to Tencent cloud Serverless Framework The main pro ...

Posted by ripcurlksm on Tue, 25 Feb 2020 19:19:28 -0800