Difference between revisions of "Scapy"
Jump to navigation
Jump to search
(Created page with "'''Scapy''' is a packet manipulation tool for computer networks, originally written in Python by Philippe Biondi. It can forge or decode packets, send them on the wire, captur...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:Scapy]] is a packet manipulation tool for computer networks, originally written in Python by Philippe Biondi. It can forge or decode packets, send them on the wire, capture them, and match requests and replies. It can also handle tasks like scanning, tracerouting, probing, unit tests, attacks, and network discovery. | |
− | + | * Repo: https://github.com/secdev/scapy | |
+ | * https://scapy.readthedocs.io/en/latest/ | ||
+ | |||
+ | |||
+ | [[Category:Security]] |
Latest revision as of 12:52, 3 March 2024
wikipedia:Scapy is a packet manipulation tool for computer networks, originally written in Python by Philippe Biondi. It can forge or decode packets, send them on the wire, capture them, and match requests and replies. It can also handle tasks like scanning, tracerouting, probing, unit tests, attacks, and network discovery.
Advertising: