Skip to content

This Python script ethically logs network traffic metadata using Scapy. It captures IP packets, recording source/destination IPs, protocols (TCP/UDP), ports, and hex-encoded payload snippets (limited to 100 bytes). Logs are saved to network_traffic.log with timestamps.

License

Notifications You must be signed in to change notification settings

BRIGHTEDUFUL/PRODIGY_CS_05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PRODIGY_CS_05

This Python script ethically logs network traffic metadata using Scapy. It captures IP packets, recording source/destination IPs, protocols (TCP/UDP), ports, and hex-encoded payload snippets (limited to 100 bytes). Logs are saved to network_traffic.log with timestamps.

About

This Python script ethically logs network traffic metadata using Scapy. It captures IP packets, recording source/destination IPs, protocols (TCP/UDP), ports, and hex-encoded payload snippets (limited to 100 bytes). Logs are saved to network_traffic.log with timestamps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages