[SEEDLAB] NETWORK SECURITY WRITEUP (Packet Sniffing, ICMP Spoof, Traceroute) #4
What the task wants is to compare the results of packet sniffing runned in normal user and root. First, I wrote sniff.py which prints icmp packets. When running in root: When ping is sent to 1.1.1.1, ICMP packet is successfully captured. When running in normal user: Operation not permitted error is being printed. Through the.