From 04bd1cd5941b2a07e35ca448f3399adf42b9c126 Mon Sep 17 00:00:00 2001 From: Jellyfish0029 <1120259883@qq.com> Date: Mon, 1 Apr 2024 19:25:14 +0800 Subject: [PATCH] Site updated: 2024-04-01 19:25:07 --- 2023/10/10/hello-world/index.html | 4 +- .../11/09/SEED LAB Buffer overflow/index.html | 4 +- 2023/11/09/SEED LAB Shellshock/index.html | 4 +- 2023/11/18/SEED LAB Dirty Cow/index.html | 4 +- 2023/11/21/SEED LAB Format String/index.html | 4 +- 2023/11/29/Crypto Basic 1/index.html | 4 +- 2023/11/30/Signature/index.html | 4 +- 2023/12/05/A1_SQL_Injection_1/index.html | 4 +- 2023/12/07/setup_of_syzkaller/index.html | 4 +- 2023/12/11/syzkaller_lab1/index.html | 4 +- 2024/03/22/hello/index.html | 4 +- 2024/03/26/des/index.html | 4 +- 2024/03/26/hash_auth/index.html | 4 +- 2024/03/30/Routing-and-Dos/index.html | 4 +- 2024/04/01/Bayesian-Inference/index.html | 241 ++++++++++++++++++ 404.html | 4 +- archives/2023/10/index.html | 8 +- archives/2023/11/index.html | 8 +- archives/2023/12/index.html | 8 +- archives/2023/index.html | 8 +- archives/2024/03/index.html | 8 +- archives/2024/04/index.html | 158 ++++++++++++ archives/2024/index.html | 8 +- archives/index.html | 8 +- archives/page/2/index.html | 8 +- .../index.html" | 8 +- .../index.html" | 8 +- .../index.html" | 8 +- categories/index.html | 6 +- .../index.html" | 158 ++++++++++++ ... & text { if } x geq 0end{array}right.html | 8 +- index.html | 12 +- messageboard/index.html | 8 +- music/hello-world.html | 8 +- page/2/index.html | 10 +- poetry/index.html | 6 +- ramblings/index.html | 6 +- tags/Fuzzing/index.html | 8 +- .../index.html" | 8 +- tags/SEED-Lab/index.html | 8 +- .../index.html" | 8 +- .../index.html" | 8 +- tags/Webgoat/index.html | 8 +- tags/index.html | 6 +- .../index.html" | 8 +- .../index.html" | 158 ++++++++++++ "tags/\347\254\224\350\256\260/index.html" | 8 +- "tags/\351\232\217\347\254\224/index.html" | 8 +- 48 files changed, 860 insertions(+), 145 deletions(-) create mode 100644 2024/04/01/Bayesian-Inference/index.html create mode 100644 archives/2024/04/index.html create mode 100644 "categories/\346\234\272\345\231\250\345\255\246\344\271\240/index.html" create mode 100644 "tags/\346\234\272\345\231\250\345\255\246\344\271\240/index.html" diff --git a/2023/10/10/hello-world/index.html b/2023/10/10/hello-world/index.html index cb5a20e..efe3394 100644 --- a/2023/10/10/hello-world/index.html +++ b/2023/10/10/hello-world/index.html @@ -152,7 +152,7 @@ } } detectApple() - })(window)

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

+ })(window)

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"
@@ -166,7 +166,7 @@

Generate static files

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

-
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/10/10/hello-world/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

SEED LAB Buffer Overflow(Set-UID)

Buffer Overflow (Set-UID)

+ })(window)

SEED LAB Buffer Overflow(Set-UID)

Buffer Overflow (Set-UID)

Task 1: Getting Familiar with Shellcode

Run them and describe your observations. It should be noted that the compilation uses the execstack option, which allows code to be executed from the stack;without this option, the program will fail.

//shellcode C版

@@ -264,7 +264,7 @@

Task 9.b:

由于栈中的代码不可执行,所以无法实施缓冲区溢出攻击。

**运行效果:**segmentation fault

image-20231021195004468

-

文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/11/09/SEED%20LAB%20Buffer%20overflow/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

SEED LAB Shellshock

SEED LAB Shellshock

+ })(window)

SEED LAB Shellshock

SEED LAB Shellshock

2.1 Task 1: Experimenting with Bash Function

Please run this vulnerable version of Bash like the following and then design an experiment to verify whether this Bash is vulnerable to the Shellshock attack or not.

Try the same experiment on the patched version of bash (/bin/bash) and report your observations.

@@ -226,7 +226,7 @@

2.6 Task 6: Using the Patched

通过curl -A注入命令:

image-20231014121955078

可以看到修补后的bash将curl -A 指定的字符串都当作了环境变量,并执行原来myprog3.cgi程序,将环境变量打印出来,而没有将注入的字符串解析为函数和指令。

-

文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/11/09/SEED%20LAB%20Shellshock/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

SEED LAB Dirty Cow

TASK 1 Modify a Dummy Read-Only File

+ })(window)

SEED LAB Dirty Cow

TASK 1 Modify a Dummy Read-Only File

任务要求:利用Dirty Cow 写一个只读文件

2.1 Create a Dummy File

在root文件夹中添加一个文件名为zzz,修改权限使它对其他用户只读,写入1111122223333

@@ -203,7 +203,7 @@

Task

查看/etc/passwd,改动后的记录如下:改变了charlie的UID、GID和备注信息。备注信息的修改没有影响,关键是修改UID提权。为了不修改其他字段,可以注意一下content字符串长度。

image-20231118163206561

攻击成功!

-

文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/11/18/SEED%20LAB%20Dirty%20Cow/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

SEED LAB Format String

环境搭建

+ })(window)

SEED LAB Format String

环境搭建

1.关闭地址空间随机化

2.在serve_code下make,把fromat.c编译成32位和64位版本:

命令:

@@ -294,7 +294,7 @@

Task 6: Fixing the Problem重新尝试攻击

重新建立并开启docker,对32位服务器的target值进行攻击。发现target的值并没有改变,故攻击失败。

加油加油!!

-

文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/11/21/SEED%20LAB%20Format%20String/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

Crypto Basics 1

Base64 Encoding

+ })(window)

Crypto Basics 1

Base64 Encoding

Basically it goes through all the bytes and transforms each set of 6 bits into a readable byte (8 bits). The result is that the size of the encoded bytes is increased with about 33%.

1
2
Hello ==> SGVsbG8=
0x4d 0x61 ==> TWE=

Basic Authentication

@@ -219,7 +219,7 @@

HTTPS uses both symmetric

The browser now generates random bytes to be used to generate a symmetric key and encrypts this with the public key of the server. So only the server can decrypt it.

At the end of this process both the browser and the webserver will use the exchanged symmetric key (in the asymmetric key exchange process) to encrypt and decrypt messages that are sent back and forth between the browser and the webserver.

Symmetric keys are used because they can be used more safely for large amounts of data.

-

文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/11/29/Crypto%20Basic%201/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

Signature 签名

Signature 签名

+ })(window)

Signature 签名

Signature 签名

Signing is used when integrity is important. It is meant to be a guarantee that data sent from A to B was not altered.

So A signs the data by calculating the hash of the data and encrypting that hash using an asymmetric private key. B can then verify the data by calculating the hash of the data and decrypting the signature to compare if both hashes are the same.

A对data进行哈希之后,使用非对称加密的私钥对哈希值进行加密,生成签名。B对data哈希之后,使用公钥对A生成的签名进行解密,得到A对data的哈希值,验证这两个哈希值是否相等。

@@ -212,7 +212,7 @@

Assignment

-sign val :使用私钥对消息进行签名:(使用sha256进行哈希)

image-20231130165338577

于是生成了签名。

-
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/11/30/Signature/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

A1:SQL Injection 1

Introduction

+ })(window)

A1:SQL Injection 1

Introduction

一、SQL语言

Data Manipulation Language (DML)

常用数据操作语言:

@@ -223,7 +223,7 @@

assignment on p3

Name:1’or 1=1;select userid,user_name,password,cookie from user_system_data;–

Password:1’ or 1=1;–

image-20231205120644195

-
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/12/05/A1_SQL_Injection_1/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

Set up Syzkaller (记录安装过程)

参考官方的配置手册:syzkaller/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md at master · google/syzkaller (github.com)

+ })(window)

Set up Syzkaller (记录安装过程)

参考官方的配置手册:syzkaller/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md at master · google/syzkaller (github.com)

但是也才到了很多坑,花了一天半的时间折腾好。初学的时候总是不停地折腾。加油吧!

踩坑情况:

一、配置过程

@@ -383,7 +383,7 @@

附:磁盘扩容:

image-20231208003900125

原理

我们是不能直接给/dev/sda1分区调整大小的。只能通过swap(交换空间)进行中转。然后再调整/dev/sda1分区的大小就行了。最后一定要记得保存!

-
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/12/07/setup_of_syzkaller/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
最新文章
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
最新文章

Syzkaller实验报告(Crash Demo)

Syzkaller实验报告(Crash Demo)

+ })(window)

Syzkaller实验报告(Crash Demo)

Syzkaller实验报告(Crash Demo)

实验配置

测试工具:Syzkaller

测试对象:linux6.7.0-rc4,编译进一个有堆溢出漏洞的驱动程序。

@@ -309,7 +309,7 @@

五、其他

image-20231212185810128

image-20231212185829559

image-20231212185845239

-
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2023/12/11/syzkaller_lab1/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

Gaudeamus Igitur 国际学生歌

Gaudeamus Igitur 国际学生歌

+ })(window)

Gaudeamus Igitur 国际学生歌

Gaudeamus Igitur 国际学生歌

一、简介

(简介来自百度百科。)
《Gaudeamus Igitur》是一首拉丁文歌曲,歌曲的名字是以歌词的第一句话"Gaudeamus Igitur"来命名的,中文翻译为“让我们欢乐吧”或“何不纵情欢乐”, 也被称为《学生歌》或者《国际学生歌》。

@@ -256,7 +256,7 @@

二、自译

atque:以及。
irrisores:irrisor,-oris,m.嘲笑者。
->让魔鬼绝迹,还有那些反对我们的、嘲笑我们的!

-
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2024/03/22/hello/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

数据加密标准(DES)

特征

+ })(window)

数据加密标准(DES)

特征

1.分组加密算法:明文和密文为64位分组长度。
2.对称算法:加密和解密除密钥编排不同外,使用同一算法。
3.密钥长度:64位,但每个字节第8位为奇偶校验位,可忽略。
@@ -203,7 +203,7 @@

讨论

Pasted image 20240315172720.png
其中 k1!=k2
为什么不用k3? 密钥增加了,密钥分发和管理难度也增加了。

-
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2024/03/26/des/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

散列函数与认证

一、简介

+ })(window)

散列函数与认证

一、简介

认证:
防止主动攻击,如伪装、篡改、干扰
实体认证:
@@ -306,7 +306,7 @@

MD5算法组成

v2(i)=(1+5i)mod16v2(i) = (1 + 5i) mod 16
v3(i)=(1+5i)mod16v3(i) = (1 + 5i) mod 16
v4(i)=(1+5i)mod16v4(i) = (1 + 5i) mod 16

-
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2024/03/26/hash_auth/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

Routing and Dos

一、劫持网络流量

+ })(window)

Routing and Dos

一、劫持网络流量

BGP hijacking BGP劫持
BGP劫持是攻击者伪装成另一个网络;它宣布属于另一个网络的网络前缀。如果这个错误的信息被相邻的网络接受,并进一步传播使用BGP,它会扭曲的互联网的路线图,导致流量被转发到攻击者而不是其合法目的地,从而导致拒绝服务(DoS)攻击或流量拦截。

这样做有两种结果:
@@ -251,7 +251,7 @@

4.应用层的DoS

针对DNS

攻击者发起大量DNS查询请求,查询不存在的域名,使DNS服务器不堪重负。
image-20240328221218194

-
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2024/03/30/Routing-and-Dos/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
赞助
  • wechat
    wechat
  • alipay
    alipay

评论

贝叶斯推理(Bayesian Inference)

条件概率 (Conditional Probability)

+

条件概率是指在给定另一事件已经发生的情况下,某一事件发生的概率。条件概率通常表示为P(AB)P(A|B),读作“在B发生的情况下A发生的概率”。其中,P(AB)P(A|B)表示在事件B发生的前提下事件A发生的概率。

+

条件概率的计算公式为:

+

P(AB)=P(AB)P(B) P(A|B) = \frac{P(A \cap B)}{P(B)} +

+

其中,P(AB)P(A \cap B)表示事件A和事件B同时发生的概率,P(B)P(B)表示事件B发生的概率。

+

对于离散随机向量 (X,Y)(X, Y), 已知 X=x\mathrm{X}=\mathrm{x} 的条件下,随机变量 Y=y\mathrm{Y}=\mathrm{y} 的条件概率为:

+

p(yx)=P(Y=yX=x)=p(x,y)p(x)p(y \mid x)=P(Y=y \mid X=x)=\frac{p(x, y)}{p(x)} +

+

贝叶斯公式

+

参考【原创】深入理解贝叶斯推断(Bayesian inference)(醍醐灌顶) - 知乎 (zhihu.com)

+

两个条件概率 p(yx)\mathrm{p}(\mathrm{y} \mid \mathrm{x})p(xy)\mathrm{p}(\mathrm{x} \mid \mathrm{y}) 之间的关系

+

p(yx)=p(xy)p(y)p(x)p(y \mid x)=\frac{p(x \mid y) p(y)}{p(x)} +

+

p(yx)p(xy)p(y)p(y \mid x) \propto p(x \mid y) p(y) \\ +

+

p(yx)p(y \mid x) 被称为后验概率( posterior )
+p(xy)p(x \mid y) 被称为似然 ( likelihood )
+p(y)p(y) 被称为先验概率 (prior)

+

简单例题
+你今天打算去郊游,但早上多云。50% 的雨天的早上都是多云的!但多云的早上其实并不罕见,大约40%的日子早上都是多云的,同时这个月是干早的(平均 30天里只有3天会下雨,10%)。今天下雨的可能性有多大?

+

x={cloudy}x=\{cloudy\} +

+

y={rainy}y=\{rainy\} +

+

p(xy)=p(cloudyrainy)=50%p(x|y)=p(cloudy|rainy)=50\% +

+

p(y)=p(rainy)=10%p(y)=p(rainy)=10\% +

+

p(x)=p(cloudy)=40%p(x)=p(cloudy)=40\% +

+

tocalculatep(yx)=p(yx)p(y)p(x)=50%10%40%=12.5%to\quad calculate \quad p(y|x)=\frac{p(y|x)*p(y)}{p(x)}=\frac{50\%*10\%}{40\%}=12.5\% +

+

一些理解

+
    +
  • P(D)P(D) :其中DD 为通过实验得到的数据。该概率表示在实际的实验中,实验结果为数据D的概率,也被称为边缘概率,或显著性证据。
  • +
  • P(A)P(B)P(C)P(A)\quad P(B)\quad P(C) : 其中A,B,C是已知的某种条件,它们的概率是事先已知的,被称为先验概率。
  • +
  • P(AD)P(A\mid D) : 当实验数据为D时,该实验处于条件A下的概率,被称为后验概率。后验概率是用来修正先验概率的,在有了实验数据之后,可以修正A的概率。
  • +
  • P(DA)P(D \mid A) : 在条件A下,获得实验数据D的概率。此被称为似然。
  • +
  • P(AD)P(A)\frac{P(A \mid D)}{P(A)} :即为 后验概率先验概率\frac{\text{后验概率}}{\text{先验概率}} ,被称为贝叶斯因子,表现了后验概率对先验概率的修正程度,也表现了推理对先验知识的支持程度。当贝叶斯因子>1时,表明推理支持先验知识,贝叶斯因子<1时,表明推理不支持先验因子。
  • +
  • 贝叶斯因子(支持度)与其极大值越接近,支持力度越强。
  • +
  • 贝叶斯因子的大小与后验概率的大小有关,即与实验获得的数据有关,不同的数据会获得不一样的后验概率,从而计算出不一样的贝叶斯因子。在数据量足够多的时候,由于[[大数定律]],会越来越接近真相。
  • +
+

以机器学习视角
+在机器学习中,模型的参数被看作“因”,输入的数据被看作“果”。因为模型需要从数据中学习,确定这些参数,从而达到良好的拟合效果(即与输入数据之间的差距尽量合理地小)。所以机器学习的目的是利用已知的样本结果,推断出最有可能导致这些结果的参数值。

+

最大似然估计

+

似然(Likelihood)的理解
+以“瓜熟蒂落”为例,假设“瓜熟”是因,“蒂落”是果。但是瓜熟并不一定导致蒂落,可能有的瓜蒂特别顽强就是不落,而蒂落也有可能不是因为瓜熟,而是因为被熊孩子掰下来了。所以“瓜熟”和“蒂落”之间虽然存在一定的关联,但并非绝对的先后关系。也就是说,“瓜熟”时“蒂落”是存在一定概率的。

+

代入到贝叶斯公式中:
+P(瓜熟)P(\text{瓜熟}) 是先验概率,作为因,瓜熟有自己的固有概率,这就是“先验”。
+P(瓜熟蒂落)P(\text{瓜熟}\mid\text{蒂落}) 是后验概率,当观察到了“果”然后推算“因”的条件概率。
+P(蒂落瓜熟)P(\text{蒂落}\mid\text{瓜熟}) 是公式中的“似然”,是由“因”而导致“果”的可能性。
+蒂落\text{蒂落} 被称为证据因子,P(蒂落)P(\text{蒂落}) 是通过观察样本得出的。

+

现在我们知道”瓜熟“时”蒂落“是一定概率的,现在瓜熟事件的概率是未知的,它由一些参数确定,蒂落事件的概率是从样本中观察到的,现在我们希望推断出最有可能导致蒂落的瓜熟事件的参数值。即我们需要使P(蒂落瓜熟)P(\text{蒂落}\mid\text{瓜熟}) 最大,即似然最大,即由“因”而导致“果”的可能性最大。

+

最大似然估计,即求参数使得似然最大。

+

最大后验估计

+

与上述的例子相似,如果求后验概率最大时的参数,这种方法就叫做最大后验估计。
+与最大似然估计相比,最大后验估计引入了先验概率。

+

P()=P()P()P()P(\text{果} \mid \text{因})=\frac{P(\text{因}\mid\text{果})P(\text{因})}{P(\text{果})} +

+
文章作者: xjelly
文章链接: https://jellyfish0029.github.io/2024/04/01/Bayesian-Inference/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Xjelly's Blog
赞助
  • wechat
    wechat
  • alipay
    alipay

评论
\ No newline at end of file diff --git a/404.html b/404.html index e0ee59b..e13ff79 100644 --- a/404.html +++ b/404.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:00' }
\ No newline at end of file + })(window)
\ No newline at end of file diff --git a/archives/2023/10/index.html b/archives/2023/10/index.html index 1867ff8..1f8578d 100644 --- a/archives/2023/10/index.html +++ b/archives/2023/10/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
文章总览 - 1
2023
Hello World
最新文章
\ No newline at end of file diff --git a/archives/2023/11/index.html b/archives/2023/11/index.html index 3cd0fbd..49828dc 100644 --- a/archives/2023/11/index.html +++ b/archives/2023/11/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
最新文章
网站资讯
文章数目 :
15
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/archives/2023/12/index.html b/archives/2023/12/index.html index ab6a676..b9a5e0f 100644 --- a/archives/2023/12/index.html +++ b/archives/2023/12/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
最新文章
\ No newline at end of file diff --git a/archives/2023/index.html b/archives/2023/index.html index 21ce746..4bca026 100644 --- a/archives/2023/index.html +++ b/archives/2023/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
最新文章
网站资讯
文章数目 :
15
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/archives/2024/03/index.html b/archives/2024/03/index.html index a25d597..e31c7ee 100644 --- a/archives/2024/03/index.html +++ b/archives/2024/03/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
文章总览 - 4
2024
Routing and Dos
数据加密标准(DES)
散列函数与认证
Gaudeamus Igitur  国际学生歌
Gaudeamus Igitur 国际学生歌
最新文章
\ No newline at end of file diff --git a/archives/2024/04/index.html b/archives/2024/04/index.html new file mode 100644 index 0000000..9730744 --- /dev/null +++ b/archives/2024/04/index.html @@ -0,0 +1,158 @@ +四月 2024 | Xjelly's Blog + + + + + + + +
\ No newline at end of file diff --git a/archives/2024/index.html b/archives/2024/index.html index 3e42254..834aaf6 100644 --- a/archives/2024/index.html +++ b/archives/2024/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
文章总览 - 4
2024
Routing and Dos
数据加密标准(DES)
散列函数与认证
Gaudeamus Igitur  国际学生歌
Gaudeamus Igitur 国际学生歌
最新文章
\ No newline at end of file diff --git a/archives/index.html b/archives/index.html index 04d625b..513f53e 100644 --- a/archives/index.html +++ b/archives/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
最新文章
网站资讯
文章数目 :
15
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git a/archives/page/2/index.html b/archives/page/2/index.html index 7ac3353..dcb657b 100644 --- a/archives/page/2/index.html +++ b/archives/page/2/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
文章总览 - 14
2023
SEED LAB Dirty Cow
SEED LAB Buffer Overflow(Set-UID)
SEED LAB Shellshock
Hello World
最新文章
\ No newline at end of file diff --git "a/categories/Network-Security-\347\275\221\347\273\234\345\256\211\345\205\250/index.html" "b/categories/Network-Security-\347\275\221\347\273\234\345\256\211\345\205\250/index.html" index ee8b951..c85dc3c 100644 --- "a/categories/Network-Security-\347\275\221\347\273\234\345\256\211\345\205\250/index.html" +++ "b/categories/Network-Security-\347\275\221\347\273\234\345\256\211\345\205\250/index.html" @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
分类 - Network Security 网络安全
2024
Routing and Dos
最新文章
\ No newline at end of file diff --git "a/categories/Software-Security-\350\275\257\344\273\266\345\256\211\345\205\250/index.html" "b/categories/Software-Security-\350\275\257\344\273\266\345\256\211\345\205\250/index.html" index c417f77..28f1930 100644 --- "a/categories/Software-Security-\350\275\257\344\273\266\345\256\211\345\205\250/index.html" +++ "b/categories/Software-Security-\350\275\257\344\273\266\345\256\211\345\205\250/index.html" @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
最新文章
网站资讯
文章数目 :
15
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file diff --git "a/categories/Web-Security-\347\275\221\347\273\234\345\256\211\345\205\250/index.html" "b/categories/Web-Security-\347\275\221\347\273\234\345\256\211\345\205\250/index.html" index a89ca92..42b1f9f 100644 --- "a/categories/Web-Security-\347\275\221\347\273\234\345\256\211\345\205\250/index.html" +++ "b/categories/Web-Security-\347\275\221\347\273\234\345\256\211\345\205\250/index.html" @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2024-03-30 17:49:11' + postUpdate: '2024-04-01 19:25:01' }
分类 - Web Security 网络安全
2023
A1:SQL Injection 1
Signature 签名
Crypto Basics 1
最新文章
\ No newline at end of file diff --git a/categories/index.html b/categories/index.html index edf13c7..c126531 100644 --- a/categories/index.html +++ b/categories/index.html @@ -152,14 +152,14 @@ } } detectApple() - })(window)
最新文章
+ })(window)
\ No newline at end of file diff --git a/imgs/temp_notes/f(x)=left{begin{array}{ll}x^{2} & text { if } x0 2 x & text { if } x geq 0end{array}right.html b/imgs/temp_notes/f(x)=left{begin{array}{ll}x^{2} & text { if } x0 2 x & text { if } x geq 0end{array}right.html index 16682a8..3d2ed85 100644 --- a/imgs/temp_notes/f(x)=left{begin{array}{ll}x^{2} & text { if } x0 2 x & text { if } x geq 0end{array}right.html +++ b/imgs/temp_notes/f(x)=left{begin{array}{ll}x^{2} & text { if } x0 2 x & text { if } x geq 0end{array}right.html @@ -152,17 +152,17 @@ } } detectApple() - })(window)

f(x)={x2 if x<02x if x0f(x)=\left\{\begin{array}{ll}x^{2} & \text { if } x<0 \\ 2 x & \text { if } x \geq 0\end{array}\right.

+ })(window)

f(x)={x2 if x<02x if x0f(x)=\left\{\begin{array}{ll}x^{2} & \text { if } x<0 \\ 2 x & \text { if } x \geq 0\end{array}\right.

f(x)={x2 if x<02x if x0\left.f(x)=\left\{\begin{matrix}x^2&&\text{ if }x<0\\2x&&\text{ if } x \geq0\end{matrix}\right.\right.

-

评论