Summary of basic knowledge of web security (sales)

The first is the content of my resources, which is a summary of the most common basic vulnerabilities in web security that I have come into contact with as of April 2023. It is not particularly detailed (it has a certain explanation), but please don’t worry about the content. quality doubts.
insert image description here
There are a total of 17 articles
, taking sql injection as an example. Since I said it is a "full summary", I have compiled not only the mysql database for sql injection, but also sqlite database, Oracle database, SQL Server database, Redis database, Mongo DB database, injection The method is not only joint injection and blind injection, but also error injection, stack injection, secondary injection, etc. In addition to the exploit method of the vulnerability, I will also share the bypass method and prevention method.
The directory list taking sql injection as an example.
insert image description here
insert image description here
insert image description here
I will ensure that the content quality of each of the rest of the articles is consistent with this, multi-environment, multi-language, utilization, bypass, and prevention are all involved, and the classification system is detailed.

Another example is PHP features.
I have summarized most of the new features of PHP5, PHP7, and PHP8, and each version has subdivisions:
PHP 5.3 , 5.4, 5.5, 5.6
PHP 7.0, 7.1, 7.2, 7.3, 7.4
PHP 8.0, 8.1

I hope everyone will like and support
it. Download address: https://download.csdn.net/download/weixin_46706771/49881320

Guess you like

Origin blog.csdn.net/weixin_46706771/article/details/121567304