Notes


Introduction

This page is a collection of links to all my personal notes on studying and reading. Each link leads to a separate note page that I maintain and continuously update as I learn more.

Web Penetration

Abstract Link

Book Description
WebSecurity From WhiteHat Principle and Practice of Web Penetration.

Domain Penetration

Abstract Link
AD Protocol Domain Penetration - Windows Protocol

Book Description
Practical Guide To Red-Blue Confrontation From ATT&CK ATT&CK Cyber Security.
Privilege Escalation Technique Technique of Privilege Escalation.
Intranet Penetration Practice Strategy Practical Privilege Escalation.

Industrial Security

Buffer Overflow

DDoS

Abstract Link
SYN flooding SYN Flooding - From Principle to Practice

Reverse Engineering

Tools(Usage)

Linux

Book Description
Linux Firewalls: Enhancing Security with nftables and Beyond, 4/e This book introduces how to configure firewall on Linux.

Windows

Reverse Engineering

Book Description
Reverse Engineering Core (리버스 엔지니어링 핵심 원리) This book introduces the knowledge of reverse engineering on Windows.

Programming/Development

Network

C++

Book Description
C++ 20 for Programmers - An Objects-Natural Appraoch A book of C++20 programming.
C++ Concurrency In Action (Second Edition) C++ Concurrency Programming.

C

Abstract Link
Thread with parameters Passing Parameters to Thread()

Rust

Book Description
Rust Programming A book of Rust programming.
Learning Go A book for learning Go-Lang.

Go

Real World Issues.

Troubleshooting