Jump to content
Fi8sVrs

Scapy Documentation

Recommended Posts

  • Active Members
Posted

Scapy Documentation

[+]Introduction

* About Scapy

Scapy is a Python program that enables the user to send, sniff and dissect and forge network packets.This capability allows construction of tools that can probe, scan or attack networks.Inotherwords, Scapyisapowerfulinteractivepacketmanipulationprogram. Itisabletoforgeordecodepackets of a wide number of protocols, send them on the wire, capture them, match requests and replies,and much more. Scapy can easily handle most classical tasks like scanning, tracerouting, probing, unittests, attacks or network discovery. It can replace hping, arpspoof, arp-sk, arping, p0f and even someparts of Nmap, tcpdump, and tshark).

3v8q.jpg

Scapy also performs very well on a lot of other speci?c tasks that most other tools can’t handle, likesending invalid frames, injecting your own 802.11 frames, combining techniques (VLAN hopping+ARPcache poisoning, VOIP decoding on WEP encrypted channel, ...), etc.The idea is simple. Scapy mainly does two things: sending packets and receiving answers. You de?nea set of packets, it sends them, receives answers, matches requests with answers and returns a list of packet couples (request, answer) and a list of unmatched packets. This has the big advantage over toolslike Nmap or hping that an answer is not reduced to (open/closed/?ltered), but is the whole packet.On top of this can be build more high level functions, for example one that does traceroutes and give as aresult only the start TTL of the request and the source IP of the answer. One that pings a whole network and gives the list of machines answering. One that does a portscan and returns a LaTeX report

* What makes Scapy so special

* Quick dem

* Learning Pytho

[+] Download and Installation

* Overvie

* Installing Scapy

* Installing Scapy

* Optional software for special features

* Platform-specific instruction

[+] Usage

*Starting Scap

* Interactive tutoria

* Simple one-liner

* Recipe

[+] Advanced usage

* ASN.1 and SNM

* Automat

[+] Build your own tools

* Using Scapy in your tool

* Extending Scapy with add-on

[+] Adding new protocols

* Simple exampl

*Layer

* Dissecti

* Buildin

* Field

[+] Troubleshooting

* FA.

* Getting hel

[+] Scapy development

* Project organizatio

* How to contribut

* Testing with UTScapy

Ebook 2:

* Basic Commands

* Constructing Packets

* Specifying Addresses and Values

* Displaying Packets

* Sending Packets

* fuzzing

* sniffing packets

Ebooks 3:

PacketCraftingUsingScapy

Download File : Size 1.6Mb

Mirror: Scapy Documentation

Scapy Documentation - Turk Black Hat | TBH | Home | Hacking Forum

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...