Installation Guide
Requirements
- Python 3.8+
- pip package manager
Setup
- Clone the repository:
git clone https://github.com/zeefxd/ARP-Spoofer.git cd ARP-Spoofer
- Install dependencies:
pip install -r requirements.txt
Development Setup
For development, install additional dependencies:
pip install -r requirements-dev.txt