You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
+
4
+
It can either be executed by simply running the .exe file, or for example using Cobalt Strike's `execute-assembly` command.
5
+
6
+
Binaries available from the [Releases](https://github.com/bitsadmin/fakelogonscreen/releases) page.
7
+
- FakeLogonScreen.exe: Built against .NET Framework 4.5 which is installed by default in Windows 8, 8.1 and 10
8
+
- FakeLogonScreen35.exe: Built against .NET Framework 3.5 which is installed by default in Windows 7
9
+
10
+
# Features
11
+
- Primary display shows a Windows 10 login screen while additional screens turn black
12
+
- Validates entered password before closing the screen
13
+
- Username and passwords entered are stored in `%LOCALAPPDATA%\Microsoft\user.db`
14
+
- Blocks many shortkeys to prevent circumventing the screen
15
+
16
+
# Screenshot
17
+

18
+
19
+
20
+
**Authored by Arris Huijgen ([@bitsadmin](https://twitter.com/bitsadmin/) - https://github.com/bitsadmin/)**
0 commit comments