Published inInfoSec Write-upsMy Journey into eLearnSecurity Certified eXploit Developer — eCXDI first want to thank eLearnSecurity for creating such a course on this topic of exploit development. I have always been a big fan of the…Jun 25, 2020Jun 25, 2020
Published inInfoSec Write-upsExploiting Format Strings in WindowsI thought of making a small challenge in exploiting format strings in Windows. This is how it looks, it asks for a filename to open. At…Feb 3, 2020Feb 3, 2020
Published inInfoSec Write-upsA Basic RSA EncrypterThis is a small post about implementing a basic RSA encrypter to encrypt sections in an exe. We can use this to exchange exes with people…Jan 30, 2020Jan 30, 2020
Published inInfoSec Write-upsAlternatives to Extract Tables and Columns from MySQL and MariaDBI’ve previously published a post on extracting table names when /or/i was filtered which leads to filtering of the word information_schema…Jan 28, 2020Jan 28, 2020
Published inInfoSec Write-upsMiniDumpWriteDump via Faultrep!CreateMinidumpI found out this old undocumented API “CreateMinidumpW” inside the faultrep.dll on Windows XP and Windows Server 2003. This API ends up…Jan 27, 2020Jan 27, 2020
Published inInfoSec Write-upsUnloading the Sysmon Minifilter DriverThe binary fltMC.exe is used to manage minifilter drivers. You can easily load and unload minifilters using this binary. To unload the…Jan 27, 2020Jan 27, 2020
Published inInfoSec Write-upsLinux Reverse Engineering CTFs for BeginnersAfter a while, I decided a write a short blog post about Linux binary reversing CTFs in general. How to approach a binary and solving for…Mar 14, 20191Mar 14, 20191
Published inInfoSec Write-upsHaxing MinesweeperRecently I tweeted a screenshot where I won the Minesweeper game by looking at the minefield from the memory. I posted this for no reason…Apr 7, 2018Apr 7, 2018
Published inInfoSec Write-upsPlaces of Interest in Stealing NetNTLM HashesOne day I and @m3g9tr0n were discussing different places where we can use responder in stealing NetNTLM hashes. After experimenting I…Mar 24, 2017Mar 24, 2017