Search Articles — Sudonull

Search Results

In this project

Double argsort for ranks of NumPy arrays

https://sudonull.com/double-argsort-for-ranks-of-numpy-arrays

Figure out why argsort(argsort(x)) gives element ranks. Full mathematical proof, code examples, and comparison with rankdata. For data scientists and ML engineers.

From other projects

Salah Scapegoat Claims Resurface as Liverpool Exit Nears

https://lrivo.com/salah-scapegoat-claims-resurface-as-liverpool-exit-nears

Egyptian journalist criticizes Arne Slot's handling of Mohamed Salah amid Champions League benching. Get the latest on his Liverpool exit and future plans.

From the web

Scapy

https://scapy.net/

Scapy is a powerful interactive packet manipulation library written in Python. Scapy is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests …

Welcome to Scapy’s documentation! — Scapy 2.7.1 documentation

https://scapy.readthedocs.io/en/latest/index.html

2 days ago · Welcome to Scapy’s documentation! Version: 2.7.1rc1.post71 Release: 2.7.1 Date: Jul 24, 2026 Scapy’s documentation is under a Creative Commons Attribution - Non-Commercial - Share …

GitHub - secdev/scapy: Scapy: the Python-based interactive packet ...

https://github.com/secdev/scapy

Scapy is a powerful Python-based interactive packet manipulation program and library. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, store or read …

scapy · PyPI

https://pypi.org/project/scapy/

Dec 26, 2025 · Scapy is a powerful Python-based interactive packet manipulation program and library. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture …

Introduction — Scapy 2.7.1 documentation - Read the Docs

https://scapy.readthedocs.io/en/latest/introduction.html

Scapy is a Python program that enables the user to send, sniff, dissect and forge network packets. This capability allows construction of tools that can probe, scan or attack networks.

Scapy - Wikipedia

https://en.wikipedia.org/wiki/Scapy

Scapy is a packet manipulation tool for computer networks, [3][4] originally written in Python by Philippe Biondi. It can forge or decode packets, send them on the wire, capture them, and match requests and …

Exploring the World of Packets with Scapy: A Beginner’s Hands-on ...

https://dev.to/yo-shi/exploring-the-world-of-packets-with-scapy-a-beginners-hands-on-journey-to-understanding-1d0g

Sep 24, 2025 · That’s when I came across a tool called Scapy. With Scapy, you can create packets, observe them, and trace their routes... or so I heard. But I wasn’t sure what I could really learn by …

Releases · secdev/scapy - GitHub

https://github.com/secdev/scapy/releases

Dec 26, 2025 · [new] ForwardMachine: a new Scapy feature allowing to create a scriptable multi-clients, multi-destination TCP forwarder. It can edit packets on the fly, redirect them to another server, …

【Scapy】Scapy详细安装教程、功能介绍、快速上手-CSDN博客

https://blog.csdn.net/Himan21/article/details/149858432

Aug 19, 2025 · 一、Scapy相关介绍 Scapy 是一个基于 Python 的交互式数据包操纵工具,能够发送、嗅探、解析和伪造网络数据包,其核心能力包括网络探测、扫描和协议分析。

How to Use Scapy – Python Networking Tool Explained

https://www.freecodecamp.org/news/how-to-use-scapy-python-networking/

Dec 21, 2022 · Scapy is a Python library that enables us to send, sniff, and dissect network frames. It is useful in a variety of use cases, one of which is to actually get some hands-on experience when you …

Trending Now