To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Scapy
Original author(s)Philippe Biondi[1]
Developer(s)Philippe Biondi, Guillaume Valadon, Pierre Lalet, Gabriel Potter, Dr. Nils Weiss[1]
Stable release
2.5.0 / 25 December 2022; 16 months ago (2022-12-25)[2]
Preview release
2.6.0rc1 / 29 April 2024; 0 days' time (2024-04-29)[3]
Repository
Written inPython
Operating systemCross-platform.
See Scapy packaging
TypePacket generator
Packet analyzer
LicenseGPLv2
Websitescapy.net Edit this on Wikidata

Scapy is a packet manipulation tool for computer networks,[4][5] 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.

Scapy provides a Python interface into libpcap or native raw sockets, in a similar way to that in which Wireshark provides a view and capture GUI. It differs by supporting packet injection, custom packet formats and scripting. While it is a command-line only tool, it can still interface with a number of other programs to provide visualisation including Wireshark, GnuPlot for providing graphs, graphviz or VPython for interactive displaying, etc.

Starting with 2.4.0, Scapy supports Python 2.7 and 3.4+. It must not be confused with "scapy3k" (now renamed Kamene), which is an outdated independent and unmaintained fork.

YouTube Encyclopedic

  • 1/3
    Views:
    3 034
    6 402
    19 069
  • Introduction to Crafting Network Packets with Scapy
  • Introduction to Scapy
  • Kali Linux Tutorial - Security by Penetration Testing : Network Discovery with Scapy | packtpub.com

Transcription

References

  1. ^ a b "Credits". Scapy Project. Retrieved 11 January 2019 – via Read the Docs.
  2. ^ "Releases - secdev/scapy". Retrieved 2 April 2021 – via GitHub.
  3. ^ "Release v2.6.0rc1 - secdev/scapy". Retrieved 29 April 2024 – via GitHub.
  4. ^ Gift, Noah; Jones, Jeremy M. (2008). Python for Unix and Linux System Administration. O'Reilly Media. pp. 173–176. ISBN 978-0-596-51582-9.
  5. ^ Dwivedi, Himanshu; Clark, Chris; Thiel, David (2010). Mobile Application Security. McGraw-Hill. p. 384. ISBN 978-0-07-163356-7.

External links


This page was last edited on 28 April 2024, at 19:26
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.