'war game > 기타 문제(ctf 등)' 카테고리의 다른 글
unlink를 이용한 heap exploit (0) | 2016.12.15 |
---|---|
CSAW-2015 pwn precision 100pt (0) | 2016.12.06 |
pork, lockd (0) | 2016.11.13 |
[codegate2014]drupbox (0) | 2016.11.05 |
memod bss jmp esp 문제 (0) | 2016.10.27 |
unlink를 이용한 heap exploit (0) | 2016.12.15 |
---|---|
CSAW-2015 pwn precision 100pt (0) | 2016.12.06 |
pork, lockd (0) | 2016.11.13 |
[codegate2014]drupbox (0) | 2016.11.05 |
memod bss jmp esp 문제 (0) | 2016.10.27 |
bbbbric-key algorithms are algorithms for cryptography that use the same something seroius cryptographic keys for both encryption of plaintext and decryption of ciphertext. The aaa may be identical or there may be a are very very good simple traensformation to go between the two ekeys. The keys, in practice, represent a shared secasret betgween two or more parties that can be used to maintaain a private ineformation link This requirement that both parties have accsdfess to the secret key is two of the main drawbacks of symmetric key encryption, in comparison to public-key encryption.
Public-key algoritehm is any cryptograephic system tehat uses pairs of keys:public keys thatvery good may be disseminated widely paired with private keys which are known only to the owner. There maybe are two functions are so much that can be achieved: using a public key to authenticate that a message originated withh a holder of the paired pprivate key; or encrypting a message with a public key to ensure that only the holder of the paired private keey can decrypt it.
메모리 동적할당 읽을거리 링크 (0) | 2017.01.10 |
---|---|
노트북 와이파이 (0) | 2016.12.25 |
exploit-db (0) | 2016.12.16 |
보면 좋은 문서들 (0) | 2016.10.14 |
보안 공부에 도움이 되는 사이트, 블로그/ 커리큘럼 (0) | 2016.07.07 |
unlink를 이용한 heap exploit (0) | 2016.12.15 |
---|---|
CSAW-2015 pwn precision 100pt (0) | 2016.12.06 |
pork, lockd (0) | 2016.11.13 |
[rop,rtl]luckyzzang (0) | 2016.11.05 |
[codegate2014]drupbox (0) | 2016.11.05 |
이렇게 컴파일 되있어서 찾아봤다
-fno-stack-protector에 대한 글
http://bbolmin.tistory.com/65
NX 걸려있으니 RTL로 ㄱㄱ
/bin/sh 주소 찾아주고
gdb에서 system 주소 찾아준다음
공격~
끝~
ELF32 - Stack buffer overflow - C++ vtables (0) | 2016.12.15 |
---|---|
root-me ELF64 - Stack buffer overflow - basic (0) | 2016.10.21 |
rootme.org writeup : stack_bufferoverflow2,3,4,5,bss bof 2,fsb 2 (0) | 2016.10.17 |
ELF32 - Format string bug basic 1 (0) | 2016.10.17 |
pythonchallenge oxygen (0) | 2016.11.06 |
---|---|
pythonchallenge 5번 풀이! (0) | 2016.10.21 |
pythonchallenge 4번~ (0) | 2016.10.21 |
pythonchallenge 3번 (0) | 2016.10.21 |
peakheal이
pickle을 사용하란 뜻이다
거이 넌센스..
pickle은 byte stream과 python object를 서로 변환시켜주는 모듈이다
5번의 소스를 보면
banner.p라는 url이 있는데
따라가보면 byte object들이 있다
이거를 python object로 변환시키면
더블리스트가 나오는데
각 리스트를 한줄로 출력하면
답같은 모양이 나온다
print에 end=''를 넣어주면 print할때마다 개행처리가 안된다는 걸 배웠다
엄청 유용할 것 같다
글자읽는것도 어려웠다;
한 다섯번은 틀린것 같당 ㅋㅋㅋ
pythonchallenge oxygen (0) | 2016.11.06 |
---|---|
python challenge 6번 코드~ (0) | 2016.10.22 |
pythonchallenge 4번~ (0) | 2016.10.21 |
pythonchallenge 3번 (0) | 2016.10.21 |