From d07233cf34c1afdc6715fbafea00c6f21a033118 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Tue, 24 Aug 2021 12:04:38 +0700 Subject: [PATCH] Add: IlanKalendarov/PyHook to Credential Access section --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index e5abc19..e3e2d1b 100644 --- a/Offensive.md +++ b/Offensive.md @@ -1418,6 +1418,10 @@ Some tools can be categorized in more than one category. But because the current HunnicCyber/SharpDomainSpray Basic password spraying tool for internal tests and red teaming + + IlanKalendarov/PyHook + PyHook is an offensive API hooking tool written in python designed to catch various credentials within the API call. + IlanKalendarov/SharpHook SharpHook is inspired by the SharpRDPThief project, It uses various API hooks in order to give us the desired credentials.