Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 29 additions & 28 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,43 +45,26 @@ The same code base now runs natively on both Python 2 and Python 3.
{: .box-note}
## [Get started with Scapy](https://scapy.readthedocs.io/en/latest/introduction.html)

### Related projects

* [UTscapy](http://www.secdev.org/projects/UTscapy/): Unit Testing with scapy (shipped with Scapy 2.X+)
* [Scapytain](http://www.secdev.org/projects/scapytain/): a web application to store, organize and run test campaigns on top of Scapy (low project activity)
## Help, documentation

### Other

An independent fork of Scapy was created from v2.2.0 in 2015, aimed at
supporting only Python3 (<a rel="nofollow"
href="https://github.com/phaethon/scapy">scapy3k</a>). The fork
diverged, did not follow evolutions and fixes, and has had its own
life without contributions back to Scapy. Unfortunately, it has been
packaged as python3-scapy in some distributions, and as scapy-python3
on PyPI leading to confusion amongst users. It should not be the case
anymore soon. Scapy supports Python3 in addition to Python2 since
2.4.0. Scapy v2.4.0 should be favored as the official Scapy code
base. The fork has been renamed as kamene.

### Help, documentation


### Development

Scapy development uses [Git](https://git-scm.com/) version control system. Scapy reference repository is at [https://github.com/secdev/scapy/](https://github.com/secdev/scapy/).
It provides the ticket management service used for submitting patches or bugs.
You can [report a bug](https://github.com/secdev/scapy/issues) or [create a PR](https://github.com/secdev/scapy/pulls)

Head over to [Scapy's GitHub Projects](https://github.com/secdev/scapy/projects) to see what is being worked on.

#### Documents

* [**Official Online HTML documentation**](http://scapy.readthedocs.io/)
* [Scapy's installation page](http://scapy.readthedocs.io/en/latest/installation.html)
* [ThePacketGeek's Building Network Tools with Scapy tutorial](https://thepacketgeek.com/series/building-network-tools-with-scapy/)
* [Security Power Tools](http://www.oreilly.com/catalog/9780596009632/) where Philippe Biondi wrote a complete chapter about Scapy.
* [Report bugs/wishes/patches here](https://github.com/secdev/scapy/issues/new)

#### Development

Scapy development uses [Git](https://git-scm.com/) version control system. Scapy reference repository is hosted on [GitHub secdev/scapy](https://github.com/secdev/scapy/).

It provides the ticket management service used for submitting patches or bugs.

* [Submit patches](https://github.com/secdev/scapy/pulls/new)
* [Report bugs/wishes here](https://github.com/secdev/scapy/issues/new)
* [Active tickets here](https://github.com/secdev/scapy/issues)
* Head over to [Scapy's GitHub Projects](https://github.com/secdev/scapy/projects) to see what is being worked on.

#### Slides

Expand Down Expand Up @@ -110,6 +93,24 @@ Send questions, bug reports, suggestions, ideas, cool usages of Scapy, etc. To a
* May miss packets under heavy load
* BPF filters do not work on PPP interfaces

### Related projects

* [UTscapy](http://www.secdev.org/projects/UTscapy/): Unit Testing with scapy (shipped with Scapy 2.X+)
* [Scapytain](http://www.secdev.org/projects/scapytain/): a web application to store, organize and run test campaigns on top of Scapy (low project activity)

### Other

An independent fork of Scapy was created from v2.2.0 in 2015, aimed at
supporting only Python3 (<a rel="nofollow"
href="https://github.com/phaethon/scapy">scapy3k</a>). The fork
diverged, did not follow evolutions and fixes, and has had its own
life without contributions back to Scapy. Unfortunately, it has been
packaged as python3-scapy in some distributions, and as scapy-python3
on PyPI leading to confusion amongst users. It should not be the case
anymore soon. Scapy supports Python3 in addition to Python2 since
2.4.0. Scapy v2.4.0 should be favored as the official Scapy code
base. The fork has been renamed as kamene.

---

{% raw %}
Expand Down