<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Notebook on #3</title>
    <link>https://zephyr369.online/tags/notebook/</link>
    <description>Recent content in Notebook on #3</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 05 Aug 2025 12:00:00 +0000</lastBuildDate>
    <atom:link href="https://zephyr369.online/tags/notebook/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AI安全一，逻辑回归的参数泄露</title>
      <link>https://zephyr369.online/ai1/</link>
      <pubDate>Tue, 05 Aug 2025 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/ai1/</guid>
      <description>传统AI安全 算法分类 需要明确的是， 机器学习这一范围是最大的，他包括了 机器学习 和 深度学习 ，以及后续衍生而出的更多参数的大模型算法。 我们可以从三</description>
    </item>
    <item>
      <title>2025软创安全赛东北分区赛WP</title>
      <link>https://zephyr369.online/software2025/</link>
      <pubDate>Sat, 01 Mar 2025 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/software2025/</guid>
      <description>MISC 流量 | 赛后解出 sb了，原先没用wireshark解密过tls文件。 首先追踪中间的tcp流，可以看到这一条消息 然后按照这种格式写到一个文件里</description>
    </item>
    <item>
      <title>2025长城杯&amp;CISCN半决赛复盘</title>
      <link>https://zephyr369.online/ciscn2025/</link>
      <pubDate>Sat, 01 Mar 2025 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/ciscn2025/</guid>
      <description>这把Pwn出了三个菜单，还有一个php_master是web-pwn,全程没管。比赛中最幽默的是post_quantum，一直缺库，然后&amp;r</description>
    </item>
    <item>
      <title>SatOver阅读笔记</title>
      <link>https://zephyr369.online/satover/</link>
      <pubDate>Sat, 01 Mar 2025 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/satover/</guid>
      <description>论文标题:The Dark Side of Scale: Insecurity of Direct-to-Cell Satellite Mega-Constellations SatOver攻击 现在有很多低轨道卫星: LEO 这个要比传统的同步轨道卫星更难攻击L: 更强的抗干扰性： LEO卫星</description>
    </item>
    <item>
      <title>统计学习2：重采样</title>
      <link>https://zephyr369.online/islchapter5/</link>
      <pubDate>Fri, 02 Aug 2024 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/islchapter5/</guid>
      <description>统计-重采样 我们经常会遇到样本量有限的这种情况，因此需要引入 重采样 来提高堆模型预测准确性的评估。 重采样的本质 重采样是利用有限的样本数据通过重</description>
    </item>
    <item>
      <title>统计学习1：回归问题与分类问题</title>
      <link>https://zephyr369.online/islchapter34/</link>
      <pubDate>Mon, 29 Jul 2024 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/islchapter34/</guid>
      <description>统计学习是一个大范畴，机器学习也好，简单常见的统计分布也罢，从大一就想一直弄明白，打了无数次数学建模，概率论与数理统计学的也不错，奈何从没有</description>
    </item>
    <item>
      <title>SSH远程转发笔记</title>
      <link>https://zephyr369.online/ssh/</link>
      <pubDate>Sun, 14 Jul 2024 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/ssh/</guid>
      <description>笔者最近在准备渗透学习，需要先了解基础的ssh转发知识。 知乎-彻底搞懂SSH端口转发命令 本地端口转发 A无法访问C的某个端口，但是B 可以访问C</description>
    </item>
    <item>
      <title>马克思主义原理复习笔记</title>
      <link>https://zephyr369.online/marxisttheory/</link>
      <pubDate>Wed, 03 Jul 2024 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/marxisttheory/</guid>
      <description>这是2024年大二春季学期马克思主义原理复习笔记，其中人类社会及发展规律,商品经济第一章为课堂笔记，后续在复习过程中补充了绪论，世界的物质性</description>
    </item>
    <item>
      <title>hugoblog搭建记录</title>
      <link>https://zephyr369.online/hugoblogs/</link>
      <pubDate>Tue, 11 Jun 2024 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/hugoblogs/</guid>
      <description>需求分析 感慨到自从修读计算机专业以来，在感受ChatGpt应付水课的完美能力之余，笔者深感长篇幅语言表达能力渐渐退化，于是便萌生放一个博客的</description>
    </item>
    <item>
      <title>matplotlib常用图笔记</title>
      <link>https://zephyr369.online/matplotlibgraph/</link>
      <pubDate>Tue, 11 Jun 2024 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/matplotlibgraph/</guid>
      <description>matplotlib是python中最常用的数据可视化工具，只要涉及到数据处理，都免不了或多或少和Numpy以及Matplotlib打交道，</description>
    </item>
    <item>
      <title>Pwn·Heap·Fastbinattack</title>
      <link>https://zephyr369.online/fastbinattack/</link>
      <pubDate>Sat, 08 Jun 2024 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/fastbinattack/</guid>
      <description>FastbinDup 可以将目标地址设定为return address 或者Hook Function这类可以控制执行流程的地址。 注意fastbin fd是指向chunk heade</description>
    </item>
    <item>
      <title>CSDN复制markdown图片上传问题的解决方案</title>
      <link>https://zephyr369.online/csdnimg/</link>
      <pubDate>Fri, 24 May 2024 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/csdnimg/</guid>
      <description>前言 事情的起因是学校要求将大作业的文档必须上传至csdn（自媒体）上。笔者曾经也为CSDN直接复制.docx或者markdown文件而无法上</description>
    </item>
    <item>
      <title>Pwngdb·堆指令笔记</title>
      <link>https://zephyr369.online/pwngdbheapinstrcution/</link>
      <pubDate>Mon, 20 May 2024 12:00:00 +0000</pubDate>
      <guid>https://zephyr369.online/pwngdbheapinstrcution/</guid>
      <description>arena 用法: arena [-h] [addr] 打印main arena或特定地址的arena。 arenas 用法: arenas [-h] 打印所有的arena。 bins 用法: bins [-h] [addr] [tcache_addr] 打印所有main_arena或</description>
    </item>
  </channel>
</rss>
