An open API service providing repository metadata for many open source software ecosystems.

GitHub / Priyabug 1 Repository

Priyabug/Design-and-Implementation-of-a-Secure-Company-Network-System

Size: 22.5 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

Priyabug/Cisco-ASA-Firewall-Basic-Configuration

Cisco ASA Firewall Configuration

Size: 18.6 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

Priyabug/Small-Office-Home-Office-Network-Design-Implementation

Small Office Home Office Network Design Implementation

Size: 538 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

Priyabug/Design-and-Implementation-of-a-Simple-Network

Design a network in Cisco Packet Tracer to connect the ACCOUNTS and DELIVERY departments, implementing best practices in cabling, IP addressing, and testing.

Size: 697 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

Priyabug/Long-Haul-DWDM-Fiber-Network-Design-Using-Cisco-Optical-Network-Planner

Size: 0 Bytes - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

Priyabug/Building-the-Internet-Emulator-BGP-

BGP exploration and the process of setting up a BGP network within an Autonomous System (AS), including BGP configuration, route advertisement, and path selection mechanisms. It covers real-world BGP implementations, security best practices, and network optimizations to enhance routing efficiency and prevent common vulnerabilities.

Language: C - Size: 16.3 MB - Last synced at: 9 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

Priyabug/Priyabug

Config files for my GitHub profile.

Size: 50.8 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

Priyabug/Setting-Up-a-Traffic-Control-Device-in-a-Network-Environment

Firewalls serve as the first line of defense in network security, regulating traffic flow based on predefined rules and policies. This repository focuses on firewall setup, configuration, and security enhancements to safeguard networks from potential threats.

Language: C - Size: 31.1 MB - Last synced at: 18 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

Priyabug/Exploring-DNS-Behavior-in-Local-Environments

This project provides hands-on simulations of DNS security threats, demonstrating how attackers exploit weaknesses in DNS resolution and how to mitigate these risks. By analyzing real-world attack scenarios and defensive measures, this project helps in understanding the significance of secure DNS configurations and encryption (DNSSEC),

Language: C - Size: 3.95 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Priyabug/Structured-Query-Interaction-Lab

This repository contains a hands-on lab for understanding SQL query manipulation and its mitigations. SQL query manipulation is a method that allows altering database queries and accessing sensitive data.

Language: PHP - Size: 9.97 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Priyabug/ICMP-Route-Manipulation-Lab

The Internet Control Message Protocol (ICMP) is an integral part of the IP suite used for sending error messages and operational information. Commonly used by tools like ping and traceroute, ICMP helps diagnose network issues by reporting unreachable hosts, time exceeded errors, and route changes.

Language: Python - Size: 2.39 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Priyabug/Control-Flow-Redirection-Using-Libc-Lab

The goal of this lab is to provide hands-on experience with a unique variant of the **buffer-overflow attack** that can bypass existing protection mechanisms in major Linux operating systems.

Language: Python - Size: 880 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Priyabug/TCP-IP-Protocol-Analysis-Implementation

Here we examine various weaknesses in the TCP/IP stack, illustrating how flaws in the protocol can be identified and addressed. This includes simulations, analysis of common techniques used to take advantage of these flaws, and recommended practices to improve system reliability.

Language: C - Size: 5.75 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Priyabug/Network-Traffic-Analysis-and-Manipulation

Network Traffic analysis is a crucial aspect of network security and network management, enabling the monitoring, inspection, and interpretation of data packets flowing across a network.

Language: Python - Size: 4.39 MB - Last synced at: 12 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Priyabug/Implementation-of-remote-DNS-cache-poisoning-

DNS Cache Poisoning, also known as DNS Spoofing, is a critical security vulnerability where an attacker injects false DNS records into a resolver’s cache, redirecting users to malicious sites. This attack exploits weaknesses in the DNS resolution process, allowing attackers to manipulate how domain names are resolved into IP addresses remotely.

Language: Python - Size: 4.18 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Priyabug/Virtual-Private-Network---IP-Tunneling-and-Routing

Virtual Private Network (VPN) enables secure communication over public or untrusted networks by encrypting traffic and routing it through a secure tunnel exploring VPN implementations, IP tunneling techniques, and routing mechanisms, demonstrating how VPNs establish secure connections and how traffic is managed across different network environments

Language: Python - Size: 5.41 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Priyabug/Server-Side-Buffer-Overflow-Exploitation

Buffer overflow is a critical security vulnerability that occurs when a program writes more data into a buffer than it can handle, leading to memory corruption. Attackers can exploit this flaw to execute arbitrary code, modify program behavior, or escalate privileges, making it a severe risk in server

Language: Python - Size: 9.9 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Priyabug/Deployment-and-Prevention-of-Threats-with-Google-Cloud-NGFW-Enterprise

Explored the deployment and usage of Google Cloud Firewall Plus, a native Google Cloud service integrated with Palo Alto Networks' Threat Prevention technologies.

Language: HCL - Size: 222 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Priyabug/Crypto-Infrastructure-Simulation-Lab

Language: Python - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Priyabug/Cross-Site-Request-Forgery-Vulnerability-Exploration

Cross-Site Request Forgery (CSRF) is a web security vulnerability that explores CSRF attack techniques, vulnerability analysis, and mitigation strategies. It includes hands-on demonstrations of how CSRF attacks work, how to identify weak implementations, and how to secure web applications against such threats.

Language: JavaScript - Size: 3.83 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Priyabug/Implemented-ARP-cache-manipulation-to-identify-and-analyze-network-vulnerabilities.

This analysis focuses on ARP cache manipulation techniques to assess network security risks and analyze vulnerabilities. By modifying ARP tables, we can simulate real-world attack scenarios, study their impact, and implement countermeasures.

Language: Python - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Priyabug/Building-AI-powered-applications-with-the-Podman-AI-Lab

Podman AI Lab is an open-source extension for Podman Desktop that allows you to work with LLMs ( Large Language Models ) in a local environment. From getting started with AI and experimenting with models and prompts to model serving and playgrounds for common generative AI use cases, Podman AI Lab enables you integration AI into your application

Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Priyabug/Cisco-ASA-High-Availability-HA-Failover-Configuration

This project contains configurations and guides for setting up Cisco ASA firewalls in various network environments. It includes detailed steps for implementing High Availability (HA) failover, stateless and stateful failover, access control lists (ACLs), ICMP inspection, routing, and interface settings.It includes troubleshooting and verification

Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Priyabug/Efficient-Data-Transfer-with-RDMA-Memory-Registration-and-Request-Handling

This project explores efficient data transfer mechanisms using RDMA, focusing on memory registration, request handling, and performance optimizations.Here we can see the demonstration of how RDMA improves network efficiency by bypassing the operating system kernel and offloading data movement to the network interface card.

Language: C - Size: 15.6 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Priyabug/Race-Condition-Detection-and-Mitigation

It explores race condition vulnerabilities, detection techniques, and mitigation strategies, providing insights into how they are exploited and how to prevent them.

Language: C - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Priyabug/Cross-Site-Scripting-Simulation-Elgg

To protect web applications from XSS attacks simulations, detection techniques, and prevention strategies helping developers and security professionals understand and defend against XSS vulnerabilities.

Language: JavaScript - Size: 13 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0