2025年6月7日
摘要:
docker pull docker.cnb.cool/btpanel/btpanel:lamp host模式:docker run -d --name baota --net=host --privileged=true --cpus=1.5 --memory=800m -e LANG=en_US
阅读全文
posted @ 2025-06-07 01:09
Ad1ey
阅读(188)
推荐(0)
2025年6月4日
摘要:
使用说明:https://github.com/c0ny1/vulstudy 修正docker-compose 如果需要更新版本(推荐方法): bash 下载最新的 ARMv7 二进制文件 sudo curl -L "https://github.com/docker/compose/release
阅读全文
posted @ 2025-06-04 01:16
Ad1ey
阅读(48)
推荐(0)
摘要:
2、安装环境: sudo apt update sudo apt install bzip2 tar sudo apt-get install curl 3、安装ShellCrash: sudo -i #切换到root用户 export url='https://fastly.jsdelivr.ne
阅读全文
posted @ 2025-06-04 01:01
Ad1ey
阅读(1)
推荐(0)
2025年6月2日
摘要:
配置步骤(针对 /root/tools/jsfinder 目录): # 1. 创建目录并移动脚本 mkdir -p /root/tools/jsfinder mv /path/to/jsfinder.py /root/tools/jsfinder/ # 2. 添加执行权限 chmod +x /roo
阅读全文
posted @ 2025-06-02 00:54
Ad1ey
阅读(72)
推荐(0)
摘要:
步骤 1:克隆 OneForAll 到指定目录 创建目标目录 (如果尚不存在): sudo mkdir -p /root/tools 克隆 OneForAll 仓库到 /root/tools/oneforall: sudo git clone https://github.com/shmilylty
阅读全文
posted @ 2025-06-02 00:37
Ad1ey
阅读(316)
推荐(0)
2025年4月20日
摘要:
步骤1:安装依赖环境 # 更新系统 sudo apt update && sudo apt upgrade -y # 安装 PHP 8.1 及扩展 sudo apt install php8.1 php8.1-fpm php8.1-mysql php8.1-curl php8.1-gd php8.1
阅读全文
posted @ 2025-04-20 01:21
Ad1ey
阅读(124)
推荐(0)
2025年4月19日
摘要:
步骤1:下载DVWA # 进入Web目录 sudo mkdir -p /var/www/dvwa cd /var/www/dvwa # 下载DVWA(使用Git) sudo git clone https://github.com/digininja/DVWA.git . # 或手动下载(若Git不
阅读全文
posted @ 2025-04-19 22:46
Ad1ey
阅读(229)
推荐(0)
摘要:
步骤1:安装必要依赖 # 更新系统 sudo apt update && sudo apt upgrade -y # 安装Nginx(如果尚未安装) sudo apt install nginx -y # 安装PHP及依赖(假设Pikachu需要PHP 7.4+) sudo apt install
阅读全文
posted @ 2025-04-19 22:18
Ad1ey
阅读(226)
推荐(0)
2025年2月3日
摘要:
https://blog.csdn.net/weixin_51803498/article/details/142656300
阅读全文
posted @ 2025-02-03 04:07
Ad1ey
阅读(10)
推荐(0)
2025年2月2日
摘要:
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade && sudo apt autoremove && sudo apt clean
阅读全文
posted @ 2025-02-02 23:38
Ad1ey
阅读(33)
推荐(0)