Monthly Archive: October 2024

SharpDPAPI: C# port of some Mimikatz DPAPI functionality

SharpDPAPI SharpDPAPI is a C# port of some DPAPI functionality from @gentilkiwi‘s Mimikatz project. The SharpChrome subproject is an adaptation of work from @gentilkiwi and @djhohnstein, specifically his SharpChrome project. However, this version of SharpChrome uses a different version of the C# SQL library that...

SlackEnum: A user enumeration tool for Slack

SlackEnum A user enumeration tool for Slack. Setup Clone this repository and install the necessary dependencies with the commands below. [pastacode lang=”markup” manual=”git%20clone%20https%3A%2F%2Fgithub.com%2FWh1t3Rh1n0%2FSlackEnum%0A%0Acd%20SlackEnum%0A%0Apython3%20-m%20pip%20install%20-r%20requirements.txt” message=”” highlight=”” provider=”manual”/] Create the cookies_dir and http_requests_dir folders defined in the settings at the...

lnav: an enhanced log file viewer

LNAV — The Logfile Navigator The log file navigator, lnav, is an enhanced log file viewer that takes advantage of any semantic information that can be gleaned from the files being viewed, such as...