Skip to content
View varshan-4068's full-sized avatar

Block or report varshan-4068

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
varshan-4068/README.md

$ whoami

Web application pentester who finds what scanners miss. I dig into authentication flows, business logic, and API trust boundaries β€” the places where real vulnerabilities hide.

I don't stop at the CVE. I trace the full impact, build the PoCs, and document what it takes to fix it right.

$ echo "Authorized targets only. No exceptions." >> /etc/rules.conf

$ cat tryhackme.php

<?php

$tryhackme = [
    'πŸ† rank'    => 'Top 1%',
    'πŸ—“οΈ streak'  => '180+ Days',
    'πŸŽ–οΈ rooms'   => '230+ Completed',
];

$ cat interests.asm

section .skills
    ; === Web Application Pentesting ===
    recon      equ "Subdomain enum & attack surface mapping"
    authn      db  "OAuth / JWT bypass", 0
    inject     db  "SQLi, XXE, SSTI, Command Injection", 0
    logic      db  "Business logic & access control flaws", 0
    client     db  "XSS, CSRF, Clickjacking, CORS", 0
    api        db  "REST, GraphQL, WebSockets", 0

    ; === API Security Testing ===
    bola       db  "Broken Object Level Auth (BOLA/IDOR)", 0
    jwt        db  "JWT attacks: weak secrets, alg confusion", 0
    exposure   db  "API key & token exposure in client-side code", 0

    mov eax, learning         ; Rate limiting bypass, GraphQL attacks, WAF Bypass, Code Review

section .text
    global _start

_start:
    mov eax, 1              ; sys_exit
    mov ebx, 0              ; status: skills loaded
    int 0x80

$ ls -la tools/ && ls -la langs/

Programming Languages

Web Tech Stack

Web Application Pentesting

Environment

$ ping -c 2 contact


// The best defense is built on a complete understanding of the offense.

Pinned Loading

  1. HackBG HackBG Public

    Ethical Hacker's Beginner Friendly TUI Based Hyprland Setup With Bunch of Customisation's

    Shell 2

  2. arcsec-tool arcsec-tool Public

    A tool made to check the security levels such as firewalls,updates and ssh critical issues

    Shell 1