CYBI-4365-CompNetSec_Lecture-04_Scapy_2024 (copy)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

Scapy

A Python program that enables users to send, sniff, dissect, and forge network packets, allowing the construction of tools for network probing, scanning, and attacking.

2
New cards

Packet forging tool

A tool that forges packets and sends them.

3
New cards

Sniffing tool

A tool that captures packets and possibly dissects them.

4
New cards

Testing tool

A tool that performs unitary tests, usually answering yes/no questions like ping.

5
New cards

Scanning tool

A tool that conducts multiple unitary tests with varying parameters.

6
New cards

Fingerprinting tool

A tool that performs predefined eclectic unitary tests to distinguish a peer.

7
New cards

Attacking tool

A tool that utilizes unexpected values in a protocol.

8
New cards

Basic Commands

Fundamental commands in Scapy for packet crafting and manipulation.

9
New cards

Layer stacking

Building packets in Scapy layer by layer, allowing manipulation of each layer or packet.

10
New cards

Interactive Scapy shell

An interactive shell in Scapy that allows users to craft packets and explore network protocols.

11
New cards

Visualization tools

Tools that enable interfacing with visualization tools like PCAP and Wireshark.

12
New cards

Documentation

Detailed information about Scapy available at http://www.secdev.org/projects/scapy/doc/.

13
New cards

Packet Crafting

The art of manually generating packets to test network devices.

14
New cards

Scapy

A powerful interactive packet manipulation tool for packet crafting, sniffing, scanning, and more.

15
New cards

IP Packet

A unit of data that is transmitted over an IP network, containing source and destination IP addresses.

16
New cards

Ethernet

A widely used networking technology for connecting devices in a local area network (LAN).

17
New cards

TCP

Transmission Control Protocol, a core protocol of the Internet protocol suite that facilitates reliable communication.

18
New cards

UDP

User Datagram Protocol, a connectionless protocol that offers minimal overhead for data transmission.

19
New cards

ICMP

Internet Control Message Protocol, used for diagnostic and control purposes in IP networks.

20
New cards

Packet Assembly

The process of constructing packets by adding necessary headers and data.

21
New cards

Packet Editing

Modifying the content or headers of packets to suit specific requirements.

22
New cards

Packet Re-Play

Sending previously captured packets back onto the network for various purposes.

23
New cards

Packet Decoding

Analyzing the contents of packets to understand their structure and data.

24
New cards

Packet Sniffing

Capturing and analyzing network traffic to inspect packets for various purposes.

25
New cards

Packet Exporting

Saving captured packets in different formats for future analysis or sharing.

26
New cards

Packet Importing

Loading packets from external sources like PCAP files for further examination.

27
New cards