-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
35 additions
and
4 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
4 changes: 2 additions & 2 deletions
4
doc/6.1.16_pwn_hitbgsecctf2017_1000levels.md → doc/6.1.16_pwn_hitbctf2017_1000levels.md
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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 6.1.18 pwn HITBCTF2017 Sentosa | ||
|
||
- [题目复现](#题目复现) | ||
- [题目解析](#题目解析) | ||
- [Exploit](#exploit) | ||
- [参考资料](#参考资料) | ||
|
||
|
||
[下载文件](../src/writeup/6.1.18_pwn_hitbctf2017_sentosa) | ||
|
||
## 题目复现 | ||
``` | ||
$ file sentosa | ||
sentosa: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=556ed41f51d01b6a345af2ffc2a135f7f8972a5f, stripped | ||
$ checksec -f sentosa | ||
RELRO STACK CANARY NX PIE RPATH RUNPATH FORTIFY Fortified Fortifiable FILE | ||
Full RELRO Canary found NX enabled PIE enabled No RPATH No RUNPATH Yes 1 3 sentosa | ||
$ strings libc.so.6| grep "GNU C" | ||
GNU C Library (Ubuntu GLIBC 2.23-0ubuntu4) stable release version 2.23, by Roland McGrath et al. | ||
Compiled by GNU CC version 5.4.0 20160609. | ||
``` | ||
|
||
|
||
## 题目解析 | ||
|
||
## Exploit | ||
|
||
## 参考资料 | ||
- https://ctftime.org/task/4460 |
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
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.