Difference between revisions of "Scapy"

From wikieduonline
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:
'''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.
+
[[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.
  
'''Documentation:''' https://scapy.readthedocs.io/en/latest/
+
* 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: