Skip to content
/ scapof Public

Scapof is a network packet crafting and spoofing tool built using Scapy.

License

Notifications You must be signed in to change notification settings

C4PIT4L/scapof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scapof

image

Scapof is a network packet crafting and spoofing tool built using Scapy. It provides users with a simple CLI to create and manipulate ARP packets for network testing and spoofing purposes. The tool is designed to be versatile and user-friendly, allowing you to test network security and troubleshoot network issues effectively.

Installation

To install Scapof and its dependencies, follow these steps:

  1. Clone the repository:

    git clone https://github.com/C4PIT4L/scapof.git
    cd scapof
  2. Install the required Python packages:

    pip install -r requirements.txt

Usage

To use Scapof, you can run the scapof.py script with the appropriate command-line arguments. Below are some examples of how to use the tool:

Build and Send an ARP Packet

python scapof.py -sm 00:11:22:33:44:55 -dm ff:ff:ff:ff:ff:ff -si 192.168.1.100 -di 192.168.1.1 --op 2

About

Scapof is a network packet crafting and spoofing tool built using Scapy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages