<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[kkong1317的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/kkong1317</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; kkong1317]]></copyright><item><title><![CDATA[如何检查雷池社区版 WAF 是否安装成功？]]></title><link>https://blog.csdn.net/kkong1317/article/details/143518884</link><guid>https://blog.csdn.net/kkong1317/article/details/143518884</guid><author>kkong1317</author><pubDate>Tue, 05 Nov 2024 18:16:53 +0800</pubDate><description><![CDATA[容器运行状态检查： 使用命令行检查：打开终端，连接到安装雷池的服务器。运行 docker ps 命令，查看是否有与雷池相关的容器正在运行。如果能看到类似 safeline-mgt、safeline-t]]></description><category></category></item><item><title><![CDATA[雷池社区版新版本功能防绕过人机验证解析]]></title><link>https://blog.csdn.net/kkong1317/article/details/143516120</link><guid>https://blog.csdn.net/kkong1317/article/details/143516120</guid><author>kkong1317</author><pubDate>Tue, 05 Nov 2024 17:26:48 +0800</pubDate><description><![CDATA[前两天，2024.10.31，雷池社区版更新7.1版本，其中有一个功能，新增请求防重放  仔细研究了这个需求，据说可以有效防止抓包重放绕过人机验证]]></description><category></category></item><item><title><![CDATA[盘点 2024 十大免费/开源 WAF]]></title><link>https://blog.csdn.net/kkong1317/article/details/143512444</link><guid>https://blog.csdn.net/kkong1317/article/details/143512444</guid><author>kkong1317</author><pubDate>Tue, 05 Nov 2024 16:26:57 +0800</pubDate><description><![CDATA[WAF 是 Web Application Firewall 的缩写，也被称为 Web 应用防火墙。区别于传统防火墙，WAF 工作在应用层，对基于 HTTP/HTTPS 协议的 Web 系统有着更好的]]></description><category></category></item><item><title><![CDATA[自定义规则配置教程]]></title><link>https://blog.csdn.net/kkong1317/article/details/143491086</link><guid>https://blog.csdn.net/kkong1317/article/details/143491086</guid><author>kkong1317</author><pubDate>Mon, 04 Nov 2024 18:27:03 +0800</pubDate><description><![CDATA[大家在使用waf的时候，因为业务特殊性和waf的严格校验，有时会产生误报，阻拦合法流量。 这个时候，只能通过自定义规则进行补充，选择加白名单或者黑名单。]]></description><category></category></item><item><title><![CDATA[关于使用雷池社区版需要知道，什么是 IPv4 地址？]]></title><link>https://blog.csdn.net/kkong1317/article/details/143438764</link><guid>https://blog.csdn.net/kkong1317/article/details/143438764</guid><author>kkong1317</author><pubDate>Fri, 01 Nov 2024 18:57:41 +0800</pubDate><description><![CDATA[IPv4 地址是互联网中的一种基础协议地址，用于识别网络中的设备。每个 IPv4 地址由 **32 位二进制数字**组成，通常以点分十进制的形式显示，例如 `192.168.1.1`。这类地址有助于网]]></description><category></category></item><item><title><![CDATA[如何保护网站安全]]></title><link>https://blog.csdn.net/kkong1317/article/details/143438698</link><guid>https://blog.csdn.net/kkong1317/article/details/143438698</guid><author>kkong1317</author><pubDate>Fri, 01 Nov 2024 18:56:36 +0800</pubDate><description><![CDATA[功能：WAF 可以实时检测和阻止 SQL 注入、跨站脚本（XSS）、文件包含等常见攻击。它通过分析 HTTP 流量来过滤恶意请求。]]></description><category></category></item><item><title><![CDATA[WAF+AI结合，雷池社区版的强大防守能力]]></title><link>https://blog.csdn.net/kkong1317/article/details/143435030</link><guid>https://blog.csdn.net/kkong1317/article/details/143435030</guid><author>kkong1317</author><pubDate>Fri, 01 Nov 2024 16:26:36 +0800</pubDate><description><![CDATA[网上攻击无处不不在，为了保护我自己的网站，搜索安装了一个开源免费的WAF  刚安装完成就收到了海外的攻击，看到是海外的自动化攻击工具做的  雷池刚好也有AI分析，于是就尝试使用这个功能，看看这个ai能]]></description><category></category></item><item><title><![CDATA[什么是x86架构，什么是arm架构]]></title><link>https://blog.csdn.net/kkong1317/article/details/143415192</link><guid>https://blog.csdn.net/kkong1317/article/details/143415192</guid><author>kkong1317</author><pubDate>Thu, 31 Oct 2024 19:20:22 +0800</pubDate><description><![CDATA[x86 架构是一种经典的指令集架构（ISA），最早由英特尔在 1978 年推出，主要用于 PC、服务器等领域。  它是一种复杂指令集计算（CISC）架构，支持大量的复杂指令和操作，能够在一条指令内执行]]></description><category></category></item><item><title><![CDATA[频率限制：WAF保护网站免受恶意攻击的关键功能]]></title><link>https://blog.csdn.net/kkong1317/article/details/143372213</link><guid>https://blog.csdn.net/kkong1317/article/details/143372213</guid><author>kkong1317</author><pubDate>Wed, 30 Oct 2024 18:56:41 +0800</pubDate><description><![CDATA[频率限制（Rate Limiting）是一项有效的安全措施，用于控制每个 IP 地址的访问速率，以防止恶意用户利用大量请求对网站进行攻击，例如防止 CC 攻击等。频率限制不仅能保护网站资源，还能提升服]]></description><category></category></item><item><title><![CDATA[网站攻击，XSS攻击的类型]]></title><link>https://blog.csdn.net/kkong1317/article/details/143365443</link><guid>https://blog.csdn.net/kkong1317/article/details/143365443</guid><author>kkong1317</author><pubDate>Wed, 30 Oct 2024 14:59:17 +0800</pubDate><description><![CDATA[XSS（跨站脚本）攻击是一种网络安全攻击方式，攻击者通过在网站页面中注入恶意脚本，使脚本在其他用户的浏览器中执行，从而窃取用户信息、篡改页面内容或操控用户账户。这类攻击通常利用网站对输入数据的过滤不严]]></description><category></category></item><item><title><![CDATA[网站安全，WAF网站保护暴力破解]]></title><link>https://blog.csdn.net/kkong1317/article/details/143364507</link><guid>https://blog.csdn.net/kkong1317/article/details/143364507</guid><author>kkong1317</author><pubDate>Wed, 30 Oct 2024 14:33:05 +0800</pubDate><description><![CDATA[雷池通过过滤和监控 Web 应用与互联网之间的 HTTP 流量，为您的 Web 服务提供全面保护。其强大的功能包括：  - **SQL 注入保护**：防止恶意 SQL 代码的注入，保护网站数据安全。 ]]></description><category></category></item><item><title><![CDATA[雷池社区版配置同步试用]]></title><link>https://blog.csdn.net/kkong1317/article/details/143360878</link><guid>https://blog.csdn.net/kkong1317/article/details/143360878</guid><author>kkong1317</author><pubDate>Wed, 30 Oct 2024 11:36:36 +0800</pubDate><description><![CDATA[在主节点点击`成为主节点`后，会出现一个地址，该地址用于从节点连接主节点，获取主节点的配置，所以要保障从节点能够连接到主节点的管理端，如果使用代理连接主节点，则需要修改该地址为代理地址]]></description><category></category></item><item><title><![CDATA[雷池社区版compose配置文件解析-mgt]]></title><link>https://blog.csdn.net/kkong1317/article/details/143340191</link><guid>https://blog.csdn.net/kkong1317/article/details/143340191</guid><author>kkong1317</author><pubDate>Tue, 29 Oct 2024 18:56:36 +0800</pubDate><description><![CDATA[在现代网络安全中，选择合适的 Web 应用防火墙至关重要。雷池（SafeLine）社区版免费切好用。为网站提供全面的保护，帮助网站抵御各种网络攻击。  compose.yml 文件是 Docker C]]></description><category></category></item><item><title><![CDATA[网站保护神器，雷池社区版的隐藏文件]]></title><link>https://blog.csdn.net/kkong1317/article/details/143325621</link><guid>https://blog.csdn.net/kkong1317/article/details/143325621</guid><author>kkong1317</author><pubDate>Tue, 29 Oct 2024 12:07:50 +0800</pubDate><description><![CDATA[SafeLine，中文名 "雷池"，是一款简单好用, 效果突出的 Web 应用防火墙(WAF)，可以保护 Web 服务不受黑客攻击。  雷池通过过滤和监控 Web 应用与互联网之间的 HTTP 流量来]]></description><category></category></item><item><title><![CDATA[雷池社区版compose文件配置讲解--fvm]]></title><link>https://blog.csdn.net/kkong1317/article/details/143325558</link><guid>https://blog.csdn.net/kkong1317/article/details/143325558</guid><author>kkong1317</author><pubDate>Tue, 29 Oct 2024 12:06:35 +0800</pubDate><description><![CDATA[docker-compose.yml 文件是 Docker Compose 的核心文件，用于定义和管理多个 Docker 容器。通过这个文件，用户可以用简单的命令启动、停止和管理多个相关的容器。  雷]]></description><category></category></item><item><title><![CDATA[雷池社区版OPEN API使用教程]]></title><link>https://blog.csdn.net/kkong1317/article/details/143309892</link><guid>https://blog.csdn.net/kkong1317/article/details/143309892</guid><author>kkong1317</author><pubDate>Mon, 28 Oct 2024 18:36:36 +0800</pubDate><description><![CDATA[OPEN API使用教程 新版本接口支持API Token鉴权  接口文档官方没有提供，有需要可以自行爬取，爬了几个，其实也很方便  使用条件 需要使用默认的 admin 用户登录才可见此功能]]></description><category></category></item><item><title><![CDATA[雷池社区版中升级雷池遇到问题]]></title><link>https://blog.csdn.net/kkong1317/article/details/143309683</link><guid>https://blog.csdn.net/kkong1317/article/details/143309683</guid><author>kkong1317</author><pubDate>Mon, 28 Oct 2024 18:26:35 +0800</pubDate><description><![CDATA[版本差距过大会可能会发生升级后数据不兼容导致服务器无法起来 ，跨多个版本（超过1个大版本号）升级做好数据备份，遇到升级失败可尝试重新安装解决]]></description><category></category></item><item><title><![CDATA[Docker 常用命令全解析：提升对雷池社区版的使用经验]]></title><link>https://blog.csdn.net/kkong1317/article/details/143303200</link><guid>https://blog.csdn.net/kkong1317/article/details/143303200</guid><author>kkong1317</author><pubDate>Mon, 28 Oct 2024 15:06:37 +0800</pubDate><description><![CDATA[Docker 是一个开源的容器化平台，允许开发者将应用及其依赖打包到一个可移植的容器中。以下是一些常用的 Docker 命令及其解析，帮助您更好地使用 Docker。]]></description><category></category></item><item><title><![CDATA[Linux 重启命令全解析：深入理解与应用指南]]></title><link>https://blog.csdn.net/kkong1317/article/details/143293762</link><guid>https://blog.csdn.net/kkong1317/article/details/143293762</guid><author>kkong1317</author><pubDate>Mon, 28 Oct 2024 12:01:29 +0800</pubDate><description><![CDATA[在 Linux 系统中，掌握正确的重启命令是确保系统稳定运行和进行必要维护的关键技能。本文将深入解析 Linux 中常见的重启命令，包括功能、用法、适用场景及注意事项。]]></description><category></category></item><item><title><![CDATA[网站建设中需要注意哪些安全问题？----雷池社区版]]></title><link>https://blog.csdn.net/kkong1317/article/details/143241498</link><guid>https://blog.csdn.net/kkong1317/article/details/143241498</guid><author>kkong1317</author><pubDate>Fri, 25 Oct 2024 18:46:50 +0800</pubDate><description><![CDATA[及时更新补丁：确保操作系统始终安装最新补丁，以防范系统漏洞。例如，Windows Server 定期推送安全更新，修复如远程代码执行等潜在威胁。  优化系统服务配置：关闭不必要的服务减少攻击面，如关闭]]></description><category></category></item></channel></rss>