Recent Posts

Welcome to Jekyll!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Threat Hunting with sysmon 101

less than 1 minute read

Introduction I will begin a new series of blog posts where I engage in threat hunting using sysmon logs. Throughout the process, I will utilize free tools a...

EG-CTF 2019 ‘DGA’ challenge writeup

7 minute read

Introduction EG-CTF 2019 was held on 15-Nov-2019, most of the challenges were written by people working at EG-CERT, this challenge is not one of those chal...

Things that i forget

less than 1 minute read

Introduction This is post will host things that i usually write from scratch every time i need them. POWERSHELL Read sysmon logs Get-winevent...

Welcome to Jekyll!

less than 1 minute read

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different wa...

Frida hooking android part 4

1 minute read

Introduction In this post we will not use console.log to print data, we will send the data from the JS code to the python code for more processing, and then...

Frida hooking android part 3

2 minute read

Introduction In the previous post, We were able to call function secret as soon as we attach our JS script into the target application process,in this tutor...

Frida hooking android part 2

3 minute read

Introduction In the previous post, i showed you how to intercept function calls ,log and modify the arguments, we will repeat this again in this post but wi...

Frida hooking android part 1

3 minute read

Introduction In this post and the next few posts we will talk about Frida the Dynamic Binary Instrumentation tool, I will show you some examples that highli...