Skip to content
View Utkarsh464's full-sized avatar
:octocat:
:octocat:

Block or report Utkarsh464

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

hi im utkarsh

im learning cyber

GitHub · TryHackMe · Email


what im into

web app security and pentesting — learning through labs, writeups, and building tools.

  • SQLi, IDOR, SSRF, XSS, and path traversal
  • offensive Python and HTTP internals
  • proxies, raw sockets, and web security labs

built (not just documented)

  • http-proxy-lab — wrote a full HTTP proxy from raw sockets with zero frameworks, just to see if I actually understood HTTP. turns out I did — right down to the attack surface I built into it myself.
  • dir-brute — a multithreaded directory brute-forcer and crawler. finds hidden paths from a wordlist, filters by status code, keeps crawling. my most used tool.
  • pentools — port scanner, hash cracker, PDF password auditor, and a blind SQLi extractor that exploits a PortSwigger lab condition-by-condition.

where ive been learning

  • 85+ TryHackMe rooms — Pre-Security, Cyber Security 101, Jr Penetration Tester path
  • 34 PortSwigger labs across Access Control, SQLi, XSS, SSRF, and Path Traversal, with writeups for each
  • 10 documented labs on DVWA, WebGoat, and Metasploitable 2 — 4 CVEs exploited with Metasploit

currently learning

DOM XSS, API security, JWTs, and better pentesting methodology. don't care much for certs without reps behind them.

looking for

web app pentesting / appsec internships — VAPT roles and bug bounty are all welcome. if we talk, ask me to walk through my tools or solve a lab live; that's a better interview than telling you im passionate.


Pinned Loading

  1. portswigger-academy portswigger-academy Public

    Writeups and notes from my PortSwigger Web Security Academy journey.

    1

  2. dir-brute dir-brute Public

    Directory brute-forcer and crawler built with Python — discover hidden paths from a wordlist, save live URLs, and crawl their contents.

    Python

  3. labs labs Public

    Hands-on lab writeups covering web application security, network penetration testing, and cybersecurity assessments — including DVWA, WebGoat, and more

  4. http-proxy-lab http-proxy-lab Public

    A Python HTTP parser and proxy built completely from scratch using only Python's standard library to learn networking, HTTP internals, and web security.

    Python

  5. tryhackme-writeups tryhackme-writeups Public

    Structured cybersecurity documentation from TryHackMe — 85+ rooms across Pre-Security, Cyber Security 101, and Jr Penetration Tester paths with commands, concepts, tools, and lab writeups

    1

  6. chat-server chat-server Public

    Multi-threaded TCP chat server with real-time broadcasting, username authentication, and admin controls — built with Python sockets and threading

    Python 1