SSShaikh Shafeeninkurtnettle.hashnode.dev·1d ago · 5 min readW3 Ignite SE Internship MCQ Exam: My Experience & Survival GuideI was recently shortlisted for the W3 Ignite and got the opportunity to sit for the MCQ exam. The exam was 20 minutes with 50 MCQs. It was fast-paced, and looking back after reaching home, I realized 02B
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