Skip to content
GitHub Universe 2025
Explore 100+ talks, demos, and workshops at Universe 2025. Choose your favorites.
#

codealpha

Here are 22 public repositories matching this topic...

TASK 1: Basic Network Sniffer ● Build a Python program to capture network traffic packets. ● Analyze captured packets to understand their structure and content. ● Learn how data flows through the network and the basics of protocols. ● Use libraries like `scapy` or `socket` for packet capturing. ● Display useful information such as src/dest.

  • Updated Sep 4, 2025

TASK 3: Secure Coding Review ● Select a programming language and application to audit. ● Perform a code review to identify security vulnerabilities. ● Use tools like static analyzers or manual inspection methods. ● Provide recommendations and best practices for secure coding. ● Document findings and suggest remediation steps for safer code.

  • Updated Sep 15, 2025
  • Python

Improve this page

Add a description, image, and links to the codealpha topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the codealpha topic, visit your repo's landing page and select "manage topics."

Learn more