Skip to content
View m2hcz's full-sized avatar

Block or report m2hcz

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.

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

> About

I work on offensive security with a focus on vulnerability research, exploitability validation, and practical remediation.

My work is centered on one question:

As an attacker, what can I actually do — and how do we prove it safely?

I care about impact, not noise. A good finding is reproducible, scoped, clearly explained, and useful to the engineers who need to fix it.

> Current Focus 2026

> Web application vulnerability research
> OAuth / callback / session binding flaws
> CSRF and local-app request forgery
> Cloud IAM and workload identity abuse
> CI/CD, GitHub Actions, and supply-chain attack paths
> AI developer tooling security and agent-assisted review workflows
> Bug bounty triage discipline: impact, exploitability, reproducibility

> Research Areas

🌐 Web & AppSec

Auth bypass, IDOR, access-control failures, XSS with real impact, CSRF, request smuggling, SSRF, file upload abuse, and business-logic flaws.

🔐 Identity & Cloud

OAuth/OIDC edge cases, token exchange, metadata pivots, IAM misconfiguration chains, workload identity boundaries, and secret exposure paths.

📦 Supply Chain

Dependency confusion, package trust, CI runner isolation, artifact poisoning, build cache leaks, and GitHub Actions hardening.

🧪 Exploit Validation

Safe PoCs, controlled test environments, fake backends, local reproduction, scanner triage, and evidence that survives security review.

> Toolbelt

Languages

languages

Infra & Platforms

infra

Security Workflow

burp suite mitmproxy frida ghidra semgrep gosec nuclei playwright

> How I Work

1. Scope first
   I keep testing inside explicit authorization and defined boundaries.

2. Reproduce before reporting
   I separate scanner output from exploitable behavior.

3. Prove impact safely
   I prefer controlled PoCs, local fake services, and non-destructive payloads.

4. Write for engineers
   Reports include affected paths, attack preconditions, reproduction steps,
   impact, and practical remediation.

5. Reduce noise
   If it cannot answer "as an attacker I could...", it is not ready.

> Selected Workflows

🎯 Bug bounty / disclosure workflow
Recon -> scope check -> candidate finding -> exploitability validation
      -> impact calibration -> report drafting -> triage response
      -> remediation notes -> retest if requested
🔍 Repository security review workflow
Threat model -> source/sink mapping -> auth boundary review
             -> local dynamic validation -> scanner triage
             -> minimal PoC -> report-ready evidence
🧠 Current research notes
Local developer tooling:
  - localhost service trust boundaries
  - CSRF against local management UIs
  - token forwarding from local apps to cloud APIs

Identity flows:
  - missing state/nonce binding
  - account/session fixation
  - callback trust and redirect handling

AI security:
  - AI connector trust boundaries
  - review payload exposure
  - agent workflow abuse

> GitHub Activity

github stats top languages
github streak
github trophies
activity graph
contribution snake

> Contact

The best way to reach me is email:

m2hczs@proton.me

For security reports, include scope, affected asset, reproduction steps, impact, and remediation context.


responsible disclosure authorized testing only evidence over noise

footer

Pinned Loading

  1. reconmapper-v2.0 reconmapper-v2.0 Public

    > 🛰️ Async web recon tool that crawls and maps directories, parameters, inputs, and APIs — powered by Playwright & Python.

    Python 6 1

  2. ParamHunter-Pro ParamHunter-Pro Public

    ParamHunter Pro v6.9 - Advanced web application parameter discovery & security scanner with built-in crawler, SQLi/XSS fuzzer, and external tool integration (subfinder, nuclei, sqlmap). Async Pytho…

    Python 1

  3. PoC-for-Next.js-Middleware PoC-for-Next.js-Middleware Public

    > 🔓 Proof-of-Concept for a fictional Next.js middleware bypass (CVE-2025-29927) — craft sub-requests to test protected routes.

    Python 1

  4. Sqli-Automaticly-Scanner Sqli-Automaticly-Scanner Public

    Discovers same-origin links/forms and probes common web vulnerabilities with fast, lightweight heuristics — easy to audit and CI-friendly

    JavaScript

  5. CVE-2025-6440-Poc-Exploit CVE-2025-6440-Poc-Exploit Public

    Python 1 2

  6. pathward pathward Public

    Defensive Python library against path traversal, symlink escape, Zip Slip, and TOCTOU

    Python