add new chinese translations
This commit is contained in:
20
pages.zh/common/checksec.md
Normal file
20
pages.zh/common/checksec.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# checksec
|
||||
|
||||
> 检查可执行文件的安全属性。
|
||||
> 更多信息请访问:<https://github.com/slimm609/checksec.sh>。
|
||||
|
||||
- 列出可执行二进制文件的安全属性:
|
||||
|
||||
`checksec --file={{path/to/binary}}`
|
||||
|
||||
- 递归列出目录中所有可执行文件的安全属性:
|
||||
|
||||
`checksec --dir={{path/to/directory}}`
|
||||
|
||||
- 列出进程的安全属性:
|
||||
|
||||
`checksec --proc={{pid}}`
|
||||
|
||||
- 列出正在运行的内核的安全属性:
|
||||
|
||||
`checksec --kernel`
|
Reference in New Issue
Block a user