Уровень 0 · материалов: 6
В кластер входят документы, посвященные технической реализации сетевых соединений, манипуляциям с пакетами данных и использованию инструментов анализа трафика.
Общие признаки: работа с сокетами, инструменты Scapy и Wireshark, создание и анализ сетевых пакетов, низкоуровневое взаимодействие с сетью
Группа выше: Анализ сетевого трафика
Смысл: The text serves as a comprehensive introduction to Scapy, a Python tool for packet crafting, explaining how to create, send, and analyze network packets for security testing and network research.
A comprehensive technical tutorial on using the Scapy Python library to manually craft, send, sniff, and visualize network packets for security analysis.
Смысл: The text serves as a technical introduction to Scapy, demonstrating its capabilities in network packet crafting for both offensive security testing (attacks) and defensive research (detection scripts).
A technical guide demonstrating how to use the Python library Scapy for crafting network packets, performing security attacks, and developing detection tools.
Смысл: The main idea is to provide programmers with a bridge between high-level socket programming and low-level network theory by explaining how the TCP/IP stack actually functions and how to manipulate individual packets using tools like Scapy and Wireshark.
A technical guide for programmers explaining TCP/IP protocols from theory (OSI/TCP models, IP, TCP, UDP, DNS, DHCP) to practical packet manipulation using Python's Scapy library.
Смысл: The text serves as a practical tutorial on using the tcpdump utility to monitor network traffic, aiming to help system administrators and security professionals troubleshoot network issues and enhance security through packet analysis.
A technical guide explaining how to install, configure, and use tcpdump to capture, filter, and analyze network packets for troubleshooting and security.
Смысл: The main idea is to teach beginners how to create a basic network sniffer on Windows using raw sockets and WinSock without needing external drivers like WinPcap, focusing on the practical implementation of promiscuous mode and IP header parsing.
A technical guide on building a basic Windows network sniffer using C++ and raw sockets to capture and analyze IP traffic without external drivers.
Смысл: The main idea is to explain the conceptual and technical nature of sockets in Linux—from kernel-level structures to user-space management—and to demonstrate how tools like netcat and socat can be used to manipulate these network abstractions for data routing and system administration.
An overview of Linux sockets, explaining their kernel structures and demonstrating how to manage network traffic using netcat and socat.