Skip to content

Commit

Permalink
Grammar issue on lab 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ming Chow committed Sep 26, 2024
1 parent 1c2353f commit e3e66cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab04-scapy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e3e66cd

Please sign in to comment.