Python script to parse directory and file names from a .DS_Store file.
Just another hacking blog...
Posts in this category are about the tools and techniques that I develop and release to the community.
Python script to parse directory and file names from a .DS_Store file.
TLDR: There is a simple username enumeration issue in Office365’s ActiveSync, Microsoft do not consider this a vulnerability so I don’t expect they will fix…
Group Policy preferences were introduced by Microsoft in Windows 2008 allowing administrators to configure unmanaged settings (settings which the user can change) from a centrally…
On a recent Web application test I encountered a new challenge. The Web application presented a Web API intended to be used by a mobile…
TLDR: Python script to automate the extraction of hashes from ntds.dit and system files. Available here : https://bitbucket.org/grimhacker/esedbxtract. During an internal Penetration Test, once I’ve…
I recently had need to interpret bitfields with Python. I’m quite happy with the 3 lines of code that I came up with so I thought…
TL;DR: I’ve written a Windows Domain Enumeration Tool, you can get it from here: https://bitbucket.org/grimhacker/nettynum. Enumerating information from the Windows Domain is nothing new and has…