Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Go to file
Thomas Faivre 8390dc2f06 Fix IPsec spelling
Signed-off-by: Thomas Faivre <thomas.faivre@6wind.com>
2017-01-06 13:55:27 +01:00
.travis switch from PyCrypto to cryptography lib 2017-01-06 13:55:27 +01:00
bin Fix Windows bat files to work with spaces in paths (@gpotter2) 2016-12-26 23:36:25 +01:00
doc switch from PyCrypto to cryptography lib 2017-01-06 13:55:27 +01:00
scapy Fix IPsec spelling 2017-01-06 13:55:27 +01:00
test switch from PyCrypto to cryptography lib 2017-01-06 13:55:27 +01:00
.codecov.yml Add a codecov configuration file 2017-01-02 18:21:29 +01:00
.gitattributes fix version when installing from git archive 2016-12-06 17:42:10 +01:00
.gitignore enhance version management 2016-09-05 13:38:41 +02:00
.hgsigs Added signature for changeset 8e04919bddd5 2014-12-23 12:30:00 +01:00
.hgtags Added tag v2.3.1 for changeset 13cb4ed640f3 2014-12-23 12:28:59 +01:00
.travis.yml codecov support 2016-12-27 20:34:16 +01:00
CONTRIBUTING.md Added roadmap link 2016-12-19 19:38:46 +01:00
LICENSE Add license file 2015-05-13 18:31:50 -07:00
MANIFEST.in enhance version management 2016-09-05 13:38:41 +02:00
README enhance version management 2016-09-05 13:38:41 +02:00
README.md Add AppVeyor badge 2016-12-15 10:04:51 +01:00
appveyor.yml codecov appveyor support 2017-01-05 10:57:58 +01:00
run_scapy python --version may output to stderr (fixes #101) 2016-03-26 12:39:20 +01:00
run_scapy.bat Modified start script (windows) (#345) 2016-11-11 13:28:36 +00:00
setup.cfg enhance version management 2016-09-05 13:38:41 +02:00
setup.py setup: add scapy.arch.bpf module 2016-12-03 17:25:59 +01:00

README.md

Scapy

Travis Build Status AppVeyor Build Status

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, match requests and replies, and much more.

It can easily handle most classical tasks like scanning, tracerouting, probing, unit tests, attacks or network discovery (it can replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump, tethereal, p0f, etc.). It also performs very well at a lot of other specific tasks that most other tools can't handle, like sending invalid frames, injecting your own 802.11 frames, combining technics (VLAN hopping+ARP cache poisoning, VOIP decoding on WEP encrypted channel, ...), etc.

See interactive tutorial and the quick demo: an interactive session (some examples may be outdated).

Contributing

Want to contribute? Great! Please take a few minutes to read this!

License

Scapy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.

Scapy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Scapy. If not, see the gnu.org web site.