Category: Hacking

0

Discrete Logarithm

1. ElGamal SystemsKey Generation$({\mathbb {Z}}_{p}^{*}, \cdot)$ : Cyclic group1) $p$ : prime.2) $e_1$ : primitive root of $({\mathbb {Z}}_{p}^{*}, \cdot)$ choose $d \in {\mathbb {Z}}_{p}^{*}$

0

RSA Systems

1. RSA Cryptosystem Key Generation1) Choose two distinct prime numbers $p$ and $q$, $\quad N = p \cdot q$2) Choose $e$ s.t $gcd(e, \varphi(N)) = 1$3) $d$ : private key. s.t $ed \equiv 1 \mod \varp

0

Integer Arithmetic

1. Division Algorithm (Def)Let $a, b\in Z$ and $b \ne 0$.$b \mid a$ if $\exists \in Z$ s.t. $a = bc$ and$b \nmid a$ otherwise. (Division Algorithm)For $a, n \in Z$ and $n > 0$, $\exists!q,

0

Samsung CTF Quals 2018 - Flood (431 pts.)

먼저 문제를 풀기위해서는 ONOS app (.oar) 파일을 만들어야 하는데 docker로 설치하는 방법이 문제 사이트에 친절히 설명되어있어서 좋았습니다.https://web.archive.org/web/20180831061125/http://sdn.eatpwnnosleep.com/start (추후에 문제 사이트가 닫힐 것으로 예상하여 archive ur

0

Samsung CTF Quals 2018 - Scan (565 pts.)

먼저 문제를 풀기위해서는 ONOS app (.oar) 파일을 만들어야 하는데 docker로 설치하는 방법이 문제 사이트에 친절히 설명되어있어서 좋았습니다.https://web.archive.org/web/20180831061125/http://sdn.eatpwnnosleep.com/start (추후에 문제 사이트가 닫힐 것으로 예상하여 archive ur

0

Samsung CTF PreQuals 2018 - HideInSSL (121 pts.)

HideInSSL (121pts) 문제에서 준 pcap파일을 열어서 훑어본 결과 Client Hello와 Continuation Data가 정말 많았다.Client Hello를 좀 더 살펴 본 결과 Secure Sockets Layer의 Handshake Protocol에서 보내는 Random Bytes에 JFIF 즉, .jpg파일을 보내는것을 알 수 있었

0

Samsung CTF PreQuals 2018 - Through The Router (140 pts.)

Through The Router (140pts) SDN과 관련된 문제다. 10.0.0.2에서 10.0.0.1로 패킷을 전송하는데 라우터를 통과해야 한다. 문제에서 준 rules를 먼저 우선순위 내림차순대로 적어보면 이렇다. 1234561. src=10.1.7.2 (sport 4444, dport 1111) FLOOD2. src=10.1.7.8 (spor