摘要: Pikachu靶场详细版(源码分析) 本地搭建 [!NOTE] 这里只大概描述一下本地搭建靶场的过程 ​ 1、github上面下载 pikachu ​ 2、将其放置在 phpstudy 的WWW目录中,打开 inc/config.inc.php 文件,数据库密码原本是空的,填入 phpstudy 的 阅读全文
posted @ 2025-03-31 00:16 酷比灯 阅读(1671) 评论(0) 推荐(1)
摘要: 【Vulnhub】Grotesque: 3.0.1 信息收集 fscan 扫描内网靶机ip地址为:192.168.1.2 nmap 扫描目标IP全端口服务 开放了 22、80 端口 dirsearch 扫描目录没什么信息 先查看 80 web页面 口译过来“为什么不查看一下 atlas,它将给你指明 阅读全文
posted @ 2025-03-14 00:06 酷比灯 阅读(15) 评论(0) 推荐(0)
摘要: Corrosion:2 Description ​ Difficult:Medium ​ Hint:Enumeration is key. 准备: ​ kali:192.168.1.8 ​ 靶机:192.168.1.9 ​ 工具:fscan、dirsearch、ffuf、fcrackzip、msf、 阅读全文
posted @ 2025-03-07 20:10 酷比灯 阅读(34) 评论(0) 推荐(0)
摘要: 【Vulnhub】Grotesque: 1.0.1 Description: ​ get flags ​ difficulty:medium 信息收集 使用 fscan 扫描目标确定 IP:192.168.1.2 nmap 扫描目标 IP 全端口服务 开放了 66、88端口 页面中有句“you ca 阅读全文
posted @ 2025-03-05 17:19 酷比灯 阅读(20) 评论(0) 推荐(0)
摘要: 数据提取工具 python 写了一个数据提取工具,用于对于一些大批量的杂数据提取,获得 ips、urls、domains 代码 import re import tkinter as tk from tkinter import filedialog, messagebox, scrolledtex 阅读全文
posted @ 2025-01-06 17:27 酷比灯 阅读(29) 评论(0) 推荐(0)
摘要: 【Vulnhub】HarryPotter:Fawkes Description ​ Fawkes is the 3rd VM of 3-box HarryPotter VM series in which you need to find the last 3 horcruxes hidden in 阅读全文
posted @ 2024-12-20 17:22 酷比灯 阅读(30) 评论(0) 推荐(0)
摘要: 【Vulnhub】HarryPotter: Nagini Description: Nagini is the 2nd VM of 3-box HarryPotter VM series in which you need to find 3 horcruxes hidden inside the 阅读全文
posted @ 2024-12-10 18:07 酷比灯 阅读(43) 评论(0) 推荐(0)
摘要: frp ​ 官方介绍 [!NOTE] ​ frp 采用 C/S 模式,将服务端部署在具有公网 IP 的机器上,客户端部署在内网或防火墙内的机器上,通过访问暴露在服务器上的端口,反向代理到处于内网的服务。 在此基础上,frp 支持 TCP, UDP, HTTP, HTTPS 等多种协议,提供了加密、压 阅读全文
posted @ 2024-11-28 15:22 酷比灯 阅读(63) 评论(0) 推荐(0)
摘要: 【Vulnhub】HarryPotter: Aragog Description: ​ Aragog is the 1st VM of 3-box HarryPotter VM series in which you need to find 2 horcruxes hidden inside th 阅读全文
posted @ 2024-11-28 10:39 酷比灯 阅读(22) 评论(0) 推荐(0)
摘要: 【Vulnhub】Monmentum:2 Description ​ Keywords : curl, bash, code review 信息收集 fscan 扫描内网,确定目标IP为:192.168.1.5 nmap 扫描目标全端口和服务 nmap -A -sV -p- 192.168.1.5 阅读全文
posted @ 2024-11-23 23:45 酷比灯 阅读(31) 评论(0) 推荐(0)