SSShaikh Shafeeninkurtnettle.hashnode.dev·May 8 · 7 min readBlissOSx86 Kernel: Manual Build & Install GuideI wanted to run a more recent version of LSPosed, but I hit a wall: ZygiskNext (a mandatory dependency) refused to install. The culprit was the outdated version of KernelSU included in the build. So I10
SSShaikh Shafeeninkurtnettle.hashnode.dev·Aug 9, 2025 · 1 min readCross Site Scripting (XSS) | Task 4Problem Statement Prerequisites XSS (I can’t say the level, you need to learn different types of it. you can follow this tutorial series for an initial understanding) Solution By the description, we can understand the query field which is taking i...10
SSShaikh Shafeeninkurtnettle.hashnode.dev·Aug 9, 2025 · 2 min readShell Upload | Task 6Problem Statement Prerequisites Network fundamentals (IP addresses, ports) netcat (basics like creating simple server) Familiarity in using a reverse shell Solution Our goal is to execute/run the shell on the server somehow, so how can we do it...10
SSShaikh Shafeeninkurtnettle.hashnode.dev·Aug 9, 2025 · 1 min readParameter Tampering | Task 5Problem Statement Prerequisites Basic Web Knowledge (Http Requests like GET,POST) Understanding the URL structure (ex. query params, form data, body) Solution Honestly, I was baffled by the simplicity of this challenge. If you have seen my write...00
SSShaikh Shafeeninkurtnettle.hashnode.dev·Aug 9, 2025 · 2 min readSQL Injection | Task 2Problem Statement Prerequisites sqlmap (automated sql injection) (basic usage enough) Solution Upon opening the website, we will be presented with two user account options. After poking around a bit, sign up and sign in options were not really in...00