Difference between revisions of "Scapy"

From wikieduonline
Jump to navigation Jump to search
 
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.
 
[[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]]
 
[[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: