会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cathat
博客园
首页
新随笔
联系
订阅
管理
2024年12月31日
搭建dvwa靶机
摘要: # 1、直接使用docker搭建方便很多,这个环境依赖问题没必要多花时间去研究; ubuntu安装docker apt-get update apt-get install apt-transport-https ca-certificates curl gnupg lsb-release curl
阅读全文
posted @ 2024-12-31 15:06 有猫叉腰
阅读(27)
评论(0)
推荐(0)
2024年12月27日
nginx|openresty配置lua脚本自动封ip
摘要: 本文不进行介绍怎么安装lua环境、openresty预安装有lua脚本运行环境、nginx需要自行编译; 本文会把黑名单ip定义在文件中,程序运行时定时覆盖内容到内存中,提升运行速度 1、nginx.conf配置加载lua #WAF lua_shared_dict blist 50m; init_w
阅读全文
posted @ 2024-12-27 10:10 有猫叉腰
阅读(159)
评论(0)
推荐(0)
服务器代理配置
摘要: 服务器中执行如下命令: export proxy="你的代理地址和端口" export http_proxy=$proxy export https_proxy=$proxy export ftp_proxy=$proxy export no_proxy="localhost, 127.0.0.1,
阅读全文
posted @ 2024-12-27 10:08 有猫叉腰
阅读(46)
评论(0)
推荐(0)
公告