SQL注入全流程
对 sql注入流程做以总结
RCE基础
RCE 基础 **RCE(Remote Code Execution,远程代码执行)*是一种非常严重的安全漏洞,允许攻击者在目标服务器上*执行任意代码,从而获取系统控制权、窃取敏感信息、横向移动甚至完全接管服务器。 RCE 的本质RCE 的本质是:攻击者通过构造恶意输入,使应用程序在服务器上执行了这段输入作为代码。 这通常意味着开发者把用户输入拼接进 eval、exec、system、popen、shell_exec 等危险函数中,或者调用命令行/解释器时未正确处理输入。 RCE 常见触发点 PHP 中 eval($_GET['code']) system(), exec(), passthru(), shell_exec() preg_replace('/.*/e', $user_input, '')(已废弃的 /e 模式) 反序列化漏洞:unserialize($_POST['data'])(配合魔术方法触发) 12345<?php$cmd = $_GET['cmd'...
Cacti 前台命令注入漏洞
> Cacti remote_agent.php 前台命令注入漏洞(CVE-2022-46169)
ez-injection
ez-injection_writeup
ez-rce
ez-rce_writeup
ez_upload
ezupload_writeup
pickle
pickle_writeup
hexo博客部署
Hexo 博客一键部署指南
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
文件包含详解
全面讲解文件包含漏洞的基本概念、分类、常见利用方法、伪协议使用、防御措施等





