A(Anton (therceman)inblog.therceman.dev·Dec 28, 2022 · 3 min read$350 XSS in 15 minutesHello 👋 This is my first and last Bug Bounty Writeup this year 😀 I am sharing with you my latest XSS finding, which I’ve found 2 weeks ago. This was the fastest and a bit unusual flow that I normally do when I search for XSS. So let’s dive in… Com...00
A(Anton (therceman)inblog.therceman.dev·Aug 21, 2021 · 2 min readHow To Start Bug Bounty HuntingI recommend registering on @BugCrowd, @Hacker0x01, @intigriti Searching for bugs in the wild (not on a bug bounty platform) is great, but not for the start. Bug bounty platforms can give you very interesting private invites over time. Try focusing o...00
A(Anton (therceman)inblog.therceman.dev·Aug 16, 2021 · 4 min readWhat is a Website URL? 🔗URL (Uniform Resource Locator) is the so-called address of the desired resource on the internet that consists of multiple components/parts. Let's take a look at the following URL https://admin:pass@a.beta.example.com:888/users/index.php?q=bob&role=2...00
A(Anton (therceman)inblog.therceman.dev·Aug 13, 2021 · 4 min readWhat Is Javascript Recursion? 🔁Recursion is a mathematical concept that has many applications in daily life. As website developers, we encounter recursive functions every day. This tutorial will explore the pattern of problems, which can be solved using recursion. Basic Concept ...00
A(Anton (therceman)inblog.therceman.dev·Aug 11, 2021 · 2 min readThe New Competitive Image Format For Web 👉 WebPWebP can reduce the file size from 20% to 80% (or even more) compared to JPEG, PNG, and GIF Key Features 🔷 Developer by Google in 2010 🔷 Open Source 🔷 Extension -> .webp 🔷 MIME type -> image/webp 🔷 Lossless Compression 🔷 Supports Animation 🔷...00