|
1 | 1 | # FakeLogonScreen |
2 | | -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. |
| 2 | +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 displayed to the console or saved to disk. |
3 | 3 |
|
4 | | -It can either be executed by simply running the .exe file, or for example using Cobalt Strike's `execute-assembly` command. |
| 4 | +It can either be executed by simply running the .exe file, or using for example Cobalt Strike's `execute-assembly` command. |
5 | 5 |
|
6 | 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 |
| 7 | +- FakeLogonScreen.exe: Writes output to console which for example is compatible with Cobalt Strike |
| 8 | +- FakeLogonScreenToFile.exe: Writes output to console and `%LOCALAPPDATA%\Microsoft\user.db` |
| 9 | + |
| 10 | +Folders: |
| 11 | +- / (root): Built against .NET Framework 4.5 which is installed by default in Windows 8, 8.1 and 10 |
| 12 | +- DOTNET35: Built against .NET Framework 3.5 which is installed by default in Windows 7 |
9 | 13 |
|
10 | 14 | # Features |
11 | 15 | - Primary display shows a Windows 10 login screen while additional screens turn black |
| 16 | +- If custom background is configured by the user, shows that background instead of the default one |
12 | 17 | - Validates entered password before closing the screen |
13 | | -- Username and passwords entered are outputted to console stored in `%LOCALAPPDATA%\Microsoft\user.db` |
| 18 | +- Username and passwords entered are outputted to console or stored in a file |
14 | 19 | - Blocks many shortkeys to prevent circumventing the screen |
15 | 20 | - Minimizes all existing windows to avoid other windows staying on top |
16 | 21 |
|
17 | 22 | # Screenshot |
18 | 23 |  |
19 | 24 |
|
20 | 25 |
|
21 | | -**Authored by Arris Huijgen ([@bitsadmin](https://twitter.com/bitsadmin/) - https://github.com/bitsadmin/)** |
| 26 | +**Authored by Arris Huijgen ([@bitsadmin](https://twitter.com/bitsadmin/) - https://github.com/bitsadmin/)** |
0 commit comments