搜索内容

Linux
  • 雷池WAF个人版 VS 南墙WAF社区版
    Linux

    雷池WAF个人版 VS 南墙WAF社区版

    雷池WAF个人版,南墙WAF社区版 初步使用对比: 项目 雷池WAF 个人版 南墙WAF 社区版 可添加站点数量 10个 >10个,具体不知道多少 可添加上游服务……
    admin 2天前
  • Shell数组的坑
    Linux

    Shell数组的坑

    先看现象 # 写法一: root@localhost:~# arry=() root@localhost:~# str=aa root@localhost:~# if [[ "$str" =~ ${arry[*]} ]]; then echo "ma……
    admin 2025/04/15
  • Docker 安装 AWVS 25.1.250204093
    Linux

    Docker 安装 AWVS 25.1.250204093

    Hub镜像地址:https://hub.docker.com/r/0xgkd/awvs docker run -it -d --name=awvs -p 13443:3443 0xgkd/awvs 访问: URL: HTTPS://YOUR_IP:13443 username: ……
    admin 2025/04/08
  • 使用Charles抓取APP https请求
    Linux

    使用Charles抓取APP https请求

    说明 常见的抓包工具对于抓http请求没有任何问题,也很方便,只需要在电脑开启代理,手机wifi代理设置为电脑IP以及代理端口即可。但是想要抓https包就不那么简……
    admin 2025/03/31
  • Reverse Shell
    Linux

    Reverse Shell

    简介 Reverse Shell 反向Shell。 通常我们在服务器上会开放一个ssh 22端口,本地ssh客户端通过此端口进行连接到服务器,这是正向Shell。 但是如果服务器对22……
    admin 2025/03/18
  • SSH跳板机
    Linux

    SSH跳板机

    场景 如上图所示: 两个Region是相互隔离的,现在需要从A区域的server1连接到B区域的server2,server1和server2都在各自的内网中,但是两个区域都有一台可以……
    admin 2025/03/05
  • VMware虚拟机设置
    Linux

    VMware虚拟机设置

    允许root远程登录 vim /etc/ssh/sshd_config 设置 PermitRootLogin yes 删除普通用户alex userdel -r alex 处理克隆虚拟机IP重复问题 ubutnu20 编辑: v……
    admin 2024/09/05
  • Caused by: hudson.plugins.git.GitException: Command “git fetch –tags –force –progress — https://gitlab.xxx.com/xx.git +refs/heads/*:refs/remotes/origin/*” returned status code 128:
    Linux

    Caused by: hudson.plugins.git.GitException: Command “git fetch –tags –force –progress — https://gitlab.xxx.com/xx.git +refs/heads/*:refs/remotes/origin/*” returned status code 128:

    在Jenkins构建过程中出现如下错误: > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials……
    admin 2023/01/28
  • RocketMQ 裸机部署 Docker部署
    RocketMQ

    RocketMQ 裸机部署 Docker部署

    RocketMQ 官方文档:https://rocketmq.apache.org/docs/%E4%BB%8B%E7%BB%8D/02quickstart 裸机部署-单机 机器规划 1台机器: 机器A:192.168.200.137 环境 Roc……
    admin 2022/09/06
  • 记一次服务器被安插挖矿木马rsyslogds的处理过程
    Linux

    记一次服务器被安插挖矿木马rsyslogds的处理过程

    收到告警 收到告警报告说服务器CPU高: 服务器检查 马上上服务器查看top: 看到有3个名为rsyslogds的进程导致的CPU高,初看还以为是系统进程rsyslog,仔细看……
    admin 2022/01/22