Skip to content

Commit

Permalink
fix buuctf StrongestMind
Browse files Browse the repository at this point in the history
fix buuctf StrongestMind
  • Loading branch information
cmacckk committed Mar 5, 2024
1 parent cd7fb57 commit 19d3acd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buuctf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
| [[BJDCTF2020]EzPHP](Web/[BJDCTF2020]EzPHP.md) | `php代码审计` `$_SERVER` `preg_match` `$_REQUEST` `file_get_contents` `extract变量覆盖` `create_function` |
| [[GKCTF 2021]easycms](Web/[GKCTF 2021]easycms.md) | `弱口令` `模板库文件包含` |
| [[GXYCTF2019]StrongestMind](Web/[GXYCTF2019]StrongestMind.md) | `python` |
| | |
| [[HFCTF2020]JustEscape](Web/[HFCTF2020]JustEscape.md) | `vm2沙箱逃逸` |

2 changes: 1 addition & 1 deletion buuctf/Web/Scripts/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import time


URL = 'http://eb737ba8-7794-4807-a298-d34f91c43182.node5.buuoj.cn:81/'
URL = 'http://abccec52-869c-40fa-bae4-563b03deb1be.node5.buuoj.cn:81/'

answer = ''

Expand Down
1 change: 1 addition & 0 deletions buuctf/Web/[GXYCTF2019]StrongestMind.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ if __name__ == "__main__":
post_answer(calc)
```

![](./img/[GXYCTF2019]StrongestMind-2.png)
7 changes: 7 additions & 0 deletions buuctf/Web/[HFCTF2020]JustEscape.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# [HFCTF2020]JustEscape

## 知识点

`vm2沙盒逃逸`

## 解题
Binary file added buuctf/Web/img/[GXYCTF2019]StrongestMind-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19d3acd

Please sign in to comment.