/BOF-CredUI

Cobalt Strike Beacon Object File (BOF) that uses CredUIPromptForWindowsCredentials API to invoke credential prompt

Primary LanguageC

BOF - Credentials Collection via CredUIPromptForWindowsCredentials

Invokes Windows credential prompt using Windows API CredUIPromptForWindowsCredentials and verify the credential with LogonUser subsequently.

Usage

credui "Caption" "Message"

Compile

cl.exe /c /GS- credui.c /Focredui.x86.o

References