[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
- TenDollar
- shellcode writing
- UAF
- IE 11 UAF
- heap spraying
- 데이터 마이닝
- Use after free
- 쉘 코드 작성
- 윈도우즈 익스플로잇 개발
- 힙 스프레잉
- TenDollar CTF
- Windows Exploit Development
- IE 11 exploit development
- expdev 번역
- 2014 SU CTF Write UP
- WinDbg
- IE 10 리버싱
- 쉘 코드
- shellcode
- School CTF Writeup
- IE 10 익스플로잇
- IE 10 Exploit Development
- School CTF Write up
- Mona 2
- CTF Write up
- IE 10 God Mode
- IE UAF
- 2015 School CTF
- IE 11 exploit
- data mining
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함