Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.
Go to file
Guillaume Valadon d73b7fafdf Merge pull request #623 from gpotter2/random-coverage-2
[coverage] New tests to avoid randomness of coverage
2017-04-24 14:58:05 +02:00
.appveyor Added download checksum check 2017-03-20 21:03:41 +01:00
.travis [coverage] More unit tests for scapy/*.py & bug fixes (#522) 2017-04-10 17:33:08 +02:00
bin Fix quotes under windows 2017-01-17 22:38:22 +01:00
dev/scripts Auto parser on tests 2017-03-21 22:38:45 +01:00
doc Merge pull request #553 from Leereen/sctp-enhance 2017-04-19 16:11:27 +02:00
scapy New tests to avoid randomness of coverage 2017-04-22 19:48:24 +02:00
test New tests to avoid randomness of coverage 2017-04-22 19:48:24 +02:00
.appveyor.yml Exclude directories from coverage reports 2017-04-12 13:16:50 +02:00
.codecov.yml Add a codecov configuration file 2017-01-02 18:21:29 +01:00
.coveragerc Exclude directories from coverage reports 2017-04-12 13:16:50 +02:00
.gitattributes fix version when installing from git archive 2016-12-06 17:42:10 +01:00
.gitignore Modified windows links/doc 2017-01-15 02:46:09 +01:00
.travis.yml Exclude directories from coverage reports 2017-04-12 13:16:50 +02: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 Create a secdev team in AppVeyor 2017-03-15 17:11:30 +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 Codecov 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.

Installation

Scapy works without any external Python modules on Linux and BSD like operating systems. On Windows, you need to install some mandatory dependencies as described in the documentation.

To benefit from all Scapy features, you might want to install Python modules, such as matplotlib or cryptography.

See the tutorial and follow the instructions to install scapy.

Tutorial

To begin with scapy, see the 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.