0xepitome

@0xepitome

Cyber Security Enthuthiast Reverse Enginnering Computer Security and Forensics student. https://twitter.com/0xEpitome

Joined on Nov 11, 2022

  • A blog on my Random thoughts Here is a thread of my most interesting ideas: Is there a way of creating an AI robot that can do malware analysis, right from the beginning to the end? Well AI is not my speciality, then perhaps you will help me But anyway, moving on swiftly: By now you already know I like poems, so here you go
     Like  Bookmark
  • Hello, this is my approach for solving cyberdefenders challenge for maldoc101 which can be found here Solving the challenge We'll follow the questions for us to solve it. Disclaimer: Please it's better to first solve the challenge first before solving it since it will have some spoliers. Challenge details
     Like 1 Bookmark
  • I recently stumbled across some challenges that were done sometime back this year organized by Mandiant. The challenges were in sort of CTF in which you had to find the flags. I got the challenges in my github page if you want to explore them. Challenge 1 - flaredle For the first challenge flaredle we are given some files that look they are a webpage. So we were given a link for which to access the challenge which can be found here When we get into the webpage we see some sort of word puzzle. The puzzle requires 21 characters, so we can try to input some random alphabets to see what it does.
     Like  Bookmark
  • Hello. This is a writeup for the bof challenge(binary exploitation) in pwnable site and can be found here Let's go :wink: Solving The Challenge The challenge has 2 files which we can download. We first run strings to see if anything is there. And we find nothing. Since we are given the source code, we investigate it, to see what we can find. We see it uses a dangerous function gets which does not check for the buffer overflow. For more info, you can use man gets to see how it works.
     Like  Bookmark
  • Hello, This is a writeup for TryHackMe room Dear QA Let's dive into it. Task 1 Binary download Download the task binary so that we can analyze it locally. Task 2 Challenge Flag On downloading it, we can run file to see what we are dealing with. we run strings to see if we can find anyhting there.
     Like 1 Bookmark
  • This is a complete writeup for Reversing Elf room which is rated easy. The room can be found here Let's get into it. crackme1 After downloading the file, start by basic analysis. Running file crackme1 After that make the file executable by running
     Like  Bookmark