From e3e66cd0eb062e534a10fd3c17de48765eab8981 Mon Sep 17 00:00:00 2001 From: Ming Chow Date: Thu, 26 Sep 2024 15:54:36 -0400 Subject: [PATCH] Grammar issue on lab 4 --- labs/lab04-scapy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/lab04-scapy.md b/labs/lab04-scapy.md index 2655450..6231322 100644 --- a/labs/lab04-scapy.md +++ b/labs/lab04-scapy.md @@ -72,7 +72,7 @@ Step 9. When you want to exit your virtual environment, run `deactivate` before 2. You are not allowed to use additional _third party_ Python packages aside from Scapy. ### Running and Using the Tool -Run: `python3 alarm.py`. By default with no arguments, the tool shall sniff on network interface `eth0`. The result should result in a error as you need to be superuser / administrator to sniff network traffic. Also note, this will not work on macOS because macOS uses `en` for network interfaces. The tool must handle three command line arguments: +Run: `python3 alarm.py`. By default with no arguments, the tool shall sniff on network interface `eth0`. This will result in a error as you need to be superuser / administrator to sniff network traffic. Also note, this will not work on macOS because macOS uses `en` for network interfaces. The tool must handle three command line arguments: `-i INTERFACE: Sniff on a specified network interface` `-r PCAPFILE: Read in a PCAP file`