[2015_School_CTF] (Crypto 200) Master of guesswork
최종 수정: 2015-11-08hackability@TenDollar 안녕하세요. Hackability 입니다. 이번에 포스팅 할 내용은 2015 School CTF 의 Crypto 200 문제 입니다. 이 문제에서는 아래 파이썬 코드를 하나 제공합니다. 123456789101112131415161718192021222324from base64 import b64encode as encodefrom base64 import b64decode as decodeimport urllib2 def encrypt(key,message): result = "" for i in range(0,len(message),len(key)): message_part = message[i:i+len(key)] for pair ..
CTF_WriteUps/2015_CTF
2015. 11. 8. 14:40
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- data mining
- IE 11 UAF
- 윈도우즈 익스플로잇 개발
- CTF Write up
- IE UAF
- School CTF Write up
- IE 11 exploit
- WinDbg
- IE 10 God Mode
- IE 10 Exploit Development
- 힙 스프레잉
- IE 11 exploit development
- UAF
- TenDollar
- 데이터 마이닝
- heap spraying
- 2014 SU CTF Write UP
- expdev 번역
- IE 10 익스플로잇
- shellcode
- 2015 School CTF
- Use after free
- 쉘 코드
- IE 10 리버싱
- School CTF Writeup
- TenDollar CTF
- Windows Exploit Development
- 쉘 코드 작성
- Mona 2
- shellcode writing
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함