bitsadmin/fakelogonscreen: Fake Windows logon screen to steal passwords
2020-02-02 21:36:12 Author: github.com(查看原文) 阅读量:1254 收藏

FakeLogonScreen is a utility to fake the Windows logon screen in order to obtain the user's password. The password entered is validated against the Active Directory or local machine to make sure it is correct and is then saved to disk.

It can either be executed by simply running the .exe file, or for example using Cobalt Strike's execute-assembly command.

Binaries available from the Releases page.

  • FakeLogonScreen.exe: Built against .NET Framework 4.5 which is installed by default in Windows 8, 8.1 and 10
  • FakeLogonScreen35.exe: Built against .NET Framework 3.5 which is installed by default in Windows 7
  • Primary display shows a Windows 10 login screen while additional screens turn black
  • Validates entered password before closing the screen
  • Username and passwords entered are stored in %LOCALAPPDATA%\Microsoft\user.db
  • Blocks many shortkeys to prevent circumventing the screen

FakeLogonScreen demo in Cobalt Strike

Authored by Arris Huijgen (@bitsadmin - https://github.com/bitsadmin/)


文章来源: https://github.com/bitsadmin/fakelogonscreen
如有侵权请联系:admin#unsafe.sh