02 2025 档案

摘要:前言:关于Embedding的学习和使用 什么是Embedding 在大模型中,"embedding"指的是将某种类型的输入数据(如文本、图像、声音等)转换成一个稠密的数值向量的过程。 这些向量通常包含较多维度,每一个维度代表输入数据的某种抽象特征或属性。 Embedding 的目的是将实际的输入转 阅读全文
posted @ 2025-02-26 20:11 zpchcbd 阅读(6) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2025-02-25 00:59 zpchcbd 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2025-02-19 22:50 zpchcbd 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2025-02-18 18:01 zpchcbd 阅读(1) 评论(0) 推荐(0) 编辑
摘要:前言:py web开发使用,简单的记录下python pytest单元测试的使用 pytest.fixture @pytest.fixture用于定义测试用例中可复用的资源或环境设置。 关于fixture作用范围 Scope 描述 function 默认值。每次调用测试函数时都会创建和销毁资源。适合 阅读全文
posted @ 2025-02-18 15:25 zpchcbd 阅读(3) 评论(0) 推荐(0) 编辑
摘要:前言:shuffledns / ksubdomain dns枚举源码学习及有效的泛解析爆破方法 参考文章:https://github.com/projectdiscovery/shuffledns 参考文章:https://github.com/boy-hack/ksubdomain 参考文章:h 阅读全文
posted @ 2025-02-10 10:31 zpchcbd 阅读(7) 评论(0) 推荐(0) 编辑
摘要:前言:nuclei漏洞扫描器源码学习 参考文章:https://github.com/projectdiscovery/nuclei 参考文章:https://github.com/projectdiscovery/nuclei/issues/5799 阅读全文
posted @ 2025-02-10 00:00 zpchcbd 阅读(11) 评论(0) 推荐(0) 编辑
摘要:前言:实战中碰到了,这边记录下mimikatz termservice patch笔记,支持W11_24H2的机器 #include <windows.h> #include <stdio.h> #include <tlhelp32.h> #include <psapi.h> typedef str 阅读全文
posted @ 2025-02-09 02:03 zpchcbd 阅读(26) 评论(0) 推荐(0) 编辑
摘要:前言:记录一些日常开发管理k8s用到的命令 pod命令 启动 根据yaml文件创建pod 执行命令即可启动kubectl apply -f portscan-consumer.yaml portscan-consumer.yaml apiVersion: eci.alibabacloud.com/v 阅读全文
posted @ 2025-02-05 15:03 zpchcbd 阅读(11) 评论(0) 推荐(0) 编辑
摘要:前言:msiexec文件新攻击链路,从APT新海莲花中学习到的方法,这边进行记录 参考文章:https://wander1ng.com/post/msi恶意文件及相关apt组织手法/ 参考文章:https://mp.weixin.qq.com/s/qi1krFG75sxQO6DSS3B3eQ 参考文 阅读全文
posted @ 2025-02-05 12:20 zpchcbd 阅读(18) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2025-02-04 14:10 zpchcbd 阅读(1) 评论(0) 推荐(0) 编辑