Skip to content
View PrajwalNa's full-sized avatar
👽
Being Human
👽
Being Human

Highlights

  • Pro

Block or report PrajwalNa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PrajwalNa/README.md
  • 👋 Hi, I’m Prajwal
  • 👀 I’m interested in Cybersecurity and creating interesting programs, bonus if they are a bit challenging. My hobbies include reading (and sometimes writing), gaming, watching anime reading manga/manhwa
  • 🌱 I’m currently pursuing Bachelor's in Cybersecurity at Sheridan College, Oakville ON, Canada
  • 📫 How to reach me, email: [email protected]
  • Link to my Portfolio Website

Pinned Loading

  1. ASM ASM Public

    Here is where I dump my escapades into the lawless lands of assembly language (only x86 for now, will look into RISC later)

    Assembly

  2. PaintASM PaintASM Public

    Basic Paint Program in Assembly

    Assembly

  3. Sniffer Sniffer Public

    A basic network packet sniffer made in C with raw sockets.

    C

  4. NetScanner NetScanner Public

    Network Scanner that uses ARP to show all active IP addresses in the subnet. Port Scanning is also a functional feature with options of 4 types of TCP scans and 1 UDP scan.

    Python

  5. Spoofer Spoofer Public

    A small and simplistic project of an IP spoofing script using ARP

    Python 1

  6. LinearModel LinearModel Public

    A basic model for linear regression using ADAM optimiser

    Python