Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- rce
- node.js
- 정보보안
- 시스템해킹
- exploit
- #C언어 #연산자
- elk stack
- ATT&CK
- windows
- 프론트엔드개발자
- AD
- sql인젝션
- Credential Access
- 침해사고
- 가이드라인
- error 583066
- Threat Intelligence
- Index
- software
- PetitPotam
- filesystem
- pwnable
- 백엔드개발자
- #whitespace #
- Mitre
- wargame
- elasticsearch
- SQLMap
- 랜섬웨어
- forensic
Archives
- Today
- Total
목록Security/CTF (2)
Plit00's Story

try: val = 0 inp = input("Input value: ") count_digits = len(set(inp)) if count_digits
Security/CTF
2019. 4. 15. 15:11
Easy pisy의 문제유형은 Web , Cryto 이다. 문제를 풀기전에 Sign your payload 와 Execute your signed payload의 php 소스를 어떤원리로 동작하는지 이해가 필요했습니다. -------------- 처음 들어가면 samples.tgz 를 받게되는데 filename text echo-ciao.pdf -> ECHO ls echo-ciao.sign(pdf파일의 시그니처) execute-ls.pdf -> EXECUTE ls execute-ls.sign("") 로 확인할 수 있습니다. Execute.php와 shellme.php 를 보게된다면 openssl_sign 과 openssl_verfiy에 대한 php docs를 확인할 수 있었고 동작과정에서 SHA-1 Si..
Security/CTF
2018. 5. 14. 20:36