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...")
 
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/
 
'''Documentation:''' https://scapy.readthedocs.io/en/latest/
 +
 +
 +
[[Category:Security]]

Revision as of 12:51, 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.

Documentation: https://scapy.readthedocs.io/en/latest/

Advertising: