XML JSON YAML
Understanding Data Serialization Formats: XML, JSON, and YAML Explained In the world of software development and data interchange, choosing the right data format is crucial. This post explores thr...
Understanding Data Serialization Formats: XML, JSON, and YAML Explained In the world of software development and data interchange, choosing the right data format is crucial. This post explores thr...
URL Shortening Service Design Like TinyURL URL shortening can optimize links across multiple devices and track individual links to analyze potential customers and measure advertising campaign pe...
A Tale of Two Tools: Philosophy and Core Differences nslookup and dig are not just different commands that perform the same function. The two tools have different philosophies from their very ince...
Introduction hping is a powerful command-line tool for network testing and packet crafting. While Nmap is widely known for network discovery and security scanning, hping complements it by providin...
NetCat TCP나 UDP프로토콜을 사용하는 네트워크 연결에서 데이터를 읽고 쓰는 간단한 유틸 프로그램. 간단한 연결 방법으로는 nc 192.168.10.200 22
Nmap (Network Mapper) is the industry standard for network discovery and security auditing. Understanding its various scanning techniques is crucial for effective network security assessment. Basi...
Installing Frida on macOS When using Frida, it’s highly recommended to work within a virtual environment. This allows you to efficiently manage the necessary libraries without conflicting with you...
1. File and Directory Navigation Understanding the system’s structure and finding important configuration files or hidden information is the most fundamental step. find A powerful file search to...
Mastering Burp Suite: From Active & Passive Scans to Overcoming Its Limits In the field of web application security diagnostics, Burp Suite has established itself as more than just a tool; it’...
사용법 사용 흐름 msfconsole -> search -> use -> info -> show options -> set -> exploit -> meterpreter exploit을 할 때에는 플랫폼 -> 서비스 -> 코드를 선택하는 단계로 진행한다. 사용 명령어 use explo...