░█▀▀░█░█░█▀▄░█▀▀░█▀▀░█░█
░▀▀█░█▀█░█▀▄░█▀▀░█▀▀░█▀▄
░▀▀▀░▀░▀░▀░▀░▀▀▀░▀▀▀░▀░▀
shreekara@sneaky69:~/projects$
$ls-la ~/projects/
drwxr-xr-x shreekara 3 directories
■ PenScan
Passive vuln scanner built as an mitmproxy addon — flags missing security headers, CORS misconfig, cookie flags, secrets in response bodies, and open redirects as traffic passes through. Started as a Chrome extension first; that fell apart under real load, so I rebuilt it as a proxy addon instead.
■ OAuth/OIDC Misconfig Scanner
Modular scanner for the OAuth/OIDC flows that keep showing up broken in the wild — open redirect via redirect_uri, token leakage, PKCE bypass, implicit flow misuse, state parameter / CSRF.
■ JWT / Session Analyzer
In progress — extends the auth-tooling line above into JWT and session security specifically: alg confusion, weak signing secrets, missing claim validation, session fixation.