Skip to content
View qvipin's full-sized avatar
πŸŒ™
stuck on the moon
πŸŒ™
stuck on the moon

Organizations

@cyberstudentsacademy @0xf1shCTF

Block or report qvipin

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
qvipin/README.md

Hiya πŸ‘‹πŸΎ, I'm Vipin B

CTF Competitor & Cybersecurity/Programming student

qvipin

qvipinb

  • πŸ”­ I’m currently working on CyberStudents, AutoEnum, OpenMingle, and CSD CTF 2024.

  • 🌱 I’m currently learning C, Reverse Engineering

  • πŸŽ–οΈ My Certifications: GFACT | Google Cybersecurity Certification

  • πŸ‘¨β€πŸ’» My website!? https://vipin.xyz

  • πŸ“ I regularly write Articles/Writeups on https://vipin.xyz/blog

  • πŸ’­ My Hobbies/Interests CTFs, Lockpicking, Redteaming, Reverse Engineering

  • πŸ“« How to reach me vipin@vipin.xyz

  • ⚑ Favorite Lyric "Gotta make my haters mad, give 'em somethin' to talk about"

Connect with me:

qvipinb @qvipin qvipin 693224764587770038

Languages and Tools:

css3 git html5 linux photoshop postman python

TryHackMe

qvipin

Β qvipin

Pinned Loading

  1. cyberstudentsacademy/csd-ctf cyberstudentsacademy/csd-ctf Public

    CyberStudents CTF Archive - challenges & write-ups from previous rounds

    C 5

  2. ctf ctf Public

    🏴 All my CTF Assets and Writeup's in a single location (Some files excluded cus #gatekeep)

    Python 1

  3. This is my AP CSP assignment, showca... This is my AP CSP assignment, showcasing my skills in string manipulation and Python programming. While it’s not as complex as I initially intended, it effectively meets the criteria for a good grade.
    1
    # Password Gen Assignment for AP CSP by Vipin B @ Vipin.xyz
    2
    # Run code here: https://www.programiz.com/python-programming/online-compiler/
    3
    # You can run the program like this `python3 main.py` or use link above and copy and paste the code here
    4
    # -----Overview-----
    5
    # Program follows a simple yet complex password generation method. A basic outline can be seen below.