@0xpr4bin
Nothing here yet.
Nothing here yet.
Jul 17, 2025 · 2 min read · Sometimes, the best vulnerabilities aren’t found with brute-force, fuzzing or fancy payloads they’re hiding in plain sight, right inside the documentation. While testing a private program on HackerOne — let’s call it target.dev . I came across a pla...
Join discussion
Jun 14, 2025 · 7 min read · Pwn101 This is about binary exploitation and reverse engineering on a tryhackme machine pwn101. There are 10 labs for 10 different kinds of binary vulnerabilities. Buffer overflow Modify the variable's value Return to win Return to shellcode Int...
Join discussion
Jun 14, 2025 · 3 min read · GraphQL GraphQL is an open-source data query and manipulation language for APIs and a query runtime engine. GraphQL enables declarative data fetching where a client can specify exactly what data it needs from an API. Difference between Rest API and...
Join discussion
Jun 14, 2025 · 3 min read · Enumeration This room on tryhackme is all about active directory and domain controller. So let's begin our machine with Nmap scanning. Every domain controller services are up and running which is part of AD DC. But Kerberos is not running so we can ...
Join discussion