mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-24 19:21:15 +07:00
add 6.1.16
This commit is contained in:
parent
6c476b1798
commit
5e6b8d9f27
@ -137,6 +137,7 @@ GitHub 地址:https://github.com/firmianay/CTF-All-In-One
|
||||
* [6.1.13 pwn 34C3CTF2017 readme_revenge](doc/6.1.13_pwn_34c3ctf2017_readme_revenge.md)
|
||||
* [6.1.14 pwn 32C3CTF2015 readme](doc/6.1.14_pwn_32c3ctf2015_readme.md)
|
||||
* [6.1.15 pwn 34C3CTF2017 SimpleGC](doc/6.1.15_pwn_34c3ctf2017_simplegc.md)
|
||||
* [6.1.16 pwn HITBGSECCTF2017 1000levels](doc/6.1.16_pwn_hitbgsecctf2017_1000levels.md)
|
||||
* re
|
||||
* [6.2.1 re XHPCTF2017 dont_panic](doc/6.2.1_re_xhpctf2017_dont_panic.md)
|
||||
* [6.2.2 re ECTF2016 tayy](doc/6.2.2_re_ectf2016_tayy.md)
|
||||
|
28
doc/6.1.16_pwn_hitbgsecctf2017_1000levels.md
Normal file
28
doc/6.1.16_pwn_hitbgsecctf2017_1000levels.md
Normal file
@ -0,0 +1,28 @@
|
||||
# 6.1.16 pwn HITBGSECCTF2017 1000levels
|
||||
|
||||
- [题目复现](#题目复现)
|
||||
- [题目解析](#题目解析)
|
||||
- [Exploit](#exploit)
|
||||
- [参考资料](#参考资料)
|
||||
|
||||
|
||||
[下载文件](../src/writeup/6.1.16_pwn_hitbgsecctf2017_1000levels)
|
||||
|
||||
## 题目复现
|
||||
```
|
||||
$ file 1000levels
|
||||
1000levels: 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]=d0381dfa29216ed7d765936155bbaa3f9501283a, not stripped
|
||||
$ checksec -f 1000levels
|
||||
RELRO STACK CANARY NX PIE RPATH RUNPATH FORTIFY Fortified Fortifiable FILE
|
||||
Partial RELRO No canary found NX enabled PIE enabled No RPATH No RUNPATH No 0 6 1000levels
|
||||
$ strings libc.so.6 | grep -i ubuntu
|
||||
GNU C Library (Ubuntu GLIBC 2.23-0ubuntu9) stable release version 2.23, by Roland McGrath et al.
|
||||
```
|
||||
|
||||
|
||||
## 题目解析
|
||||
|
||||
## Exploit
|
||||
|
||||
## 参考资料
|
||||
- https://ctftime.org/task/4539
|
@ -16,6 +16,7 @@
|
||||
- [6.1.13 pwn 34C3CTF2017 readme_revenge](6.1.13_pwn_34c3ctf2017_readme_revenge.md)
|
||||
- [6.1.14 pwn 32C3CTF2015 readme](6.1.14_pwn_32c3ctf2015_readme.md)
|
||||
- [6.1.15 pwn 34C3CTF2017 SimpleGC](6.1.15_pwn_34c3ctf2017_simplegc.md)
|
||||
- [6.1.16 pwn HITBGSECCTF2017 1000levels](6.1.16_pwn_hitbgsecctf2017_1000levels.md)
|
||||
- re
|
||||
- [6.2.1 re XHPCTF2017 dont_panic](6.2.1_re_xhpctf2017_dont_panic.md)
|
||||
- [6.2.2 re ECTF2016 tayy](6.2.2_re_ectf2016_tayy.md)
|
||||
|
BIN
src/writeup/6.1.16_pwn_hitbgsecctf2017_1000levels/1000levels
Executable file
BIN
src/writeup/6.1.16_pwn_hitbgsecctf2017_1000levels/1000levels
Executable file
Binary file not shown.
BIN
src/writeup/6.1.16_pwn_hitbgsecctf2017_1000levels/libc.so.6
Executable file
BIN
src/writeup/6.1.16_pwn_hitbgsecctf2017_1000levels/libc.so.6
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user