The first ten minutes on a new JavaScript bundle
Opening a stranger's bundled JavaScript for the first time. What I grep for, in what order and why. A practical follow-up to why you should not skip JS files at all.
Read more →6 posts tagged with web security.
Opening a stranger's bundled JavaScript for the first time. What I grep for, in what order and why. A practical follow-up to why you should not skip JS files at all.
Read more →Running automated scans while ignoring JavaScript files means missing the real gold. Here's how reading JS files led to full admin access on a HackerOne target.
Read more →Both lines were written for security. One added protection, the other removed it. How $wpdb->prepare() and stripslashes() combined into a critical SQL injection.
Read more →How a well-timed DNS change can bypass SSRF filters and turn a blocked vulnerability into full internal network access.
Read more →Sometimes a single case change in a URL path is enough to bypass 401/403 errors. Here's why this edge case works and when to test for it.
Read more →One character in a URL parameter exposed full database credentials and turned into a $2,000 double critical finding. Here's what happened.
Read more →