ArticleRunning ComfyUI on AMD GPUs with ROCm (Pop!_OS / Ubuntu)
Documented a clean, ROCm only setup for running ComfyUI on AMD GPUs. Covers installing ROCm, locking PyTorch to ROCm builds, blocking CUDA entirely,…
Practical security research, write-ups, guides, and lessons learned.
ArticleDocumented a clean, ROCm only setup for running ComfyUI on AMD GPUs. Covers installing ROCm, locking PyTorch to ROCm builds, blocking CUDA entirely,…
ArticleUsed UNION based SQL injection to bypass a WAF, extract usernames and passwords from the users table, and retrieve the administrator’s credentials. S…
ArticleIdentified a DOM based XSS vulnerability in the feedback page caused by unsafe jQuery handling of the returnPath URL parameter. By injecting a javasc…
ArticleExploiting an asynchronous, blind SQL injection vulnerability via Out of Band (OAST) techniques, where the application's TrackingId cookie triggers a…
Articleexploiting an asynchronous, blind SQL injection vulnerability in a tracking cookie via Out of Band (OOB) techniques. It uses Oracle's EXTRACTVALUE an…
ArticleI think I already made this one time but I re done the lesson in order to keep the memory fresh
ArticleDOM XSS: untrusted location.search is written to innerHTML, enabling script execution. I tested <script alert("hello")</script and <img src=x onerror…
ArticleReflected XSS discovered in a search field where user input is rendered unencoded in the HTML response. Injecting a simple <script alert("hello")</sc…
ArticleStored XSS in blog comments: user input is persisted and rendered into HTML with no sanitization or encoding. Submitting a payload like <svg/onload=a…
ArticleA deep dive into TCP/IP internals, CIDR math, packet reverse engineering, and Active Directory architecture. Focused on core networking concepts and…
ArticleStandalone company project: a React + Tailwind Microsoft 365 Email Viewer using MSAL (OAuth2/PKCE) to sign in and fetch mail via Microsoft Graph. Cli…
ArticleXsiSec Framework 2k improvements adds reachability checks, Katana based JavaScript harvesting, and high/low hanging fruit ranking to turn noisy subdo…