-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mv wps in cbctf as the training site shut down
- Loading branch information
1 parent
8ec56d9
commit 157ad01
Showing
5 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# ret2libc | ||
|
||
from cbctf starter 2023 | ||
|
||
## 文件分析 | ||
|
||
下载`ret2libc`, NX on, PIE on, RELRO full | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# ret2shell | ||
|
||
from cbctf starter 2023 | ||
|
||
## 文件分析 | ||
|
||
下载`ret2shell`, NX off, PIE off, RELRO off | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# ret2txtplus | ||
|
||
from cbctf starter 2023 | ||
|
||
~~当我在想为什么题目会多一个e时我自己就多输了1个e~~ | ||
|
||
## 文件分析 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# ret2txtplusplus | ||
|
||
from cbctf starter 2023 | ||
|
||
## 文件分析 | ||
|
||
下载`ret2txtpp`, 保护全开 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# stackremove | ||
|
||
from cbctf starter 2023 | ||
|
||
## 文件分析 | ||
|
||
下载`stackremove`, NX on, PIE on, Canary off, RELRO full | ||
|