Skip to content

Commit f63bb25

Browse files
authored
Update README.md
- Includes new features in the description - Includes new release structure
1 parent 4c9827c commit f63bb25

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,26 @@
11
# 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.
33

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.
55

66
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
913

1014
# Features
1115
- 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
1217
- 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
1419
- Blocks many shortkeys to prevent circumventing the screen
1520
- Minimizes all existing windows to avoid other windows staying on top
1621

1722
# Screenshot
1823
![FakeLogonScreen demo in Cobalt Strike](https://raw.githubusercontent.com/bitsadmin/fakelogonscreen/master/demo.gif "FakeLogonScreen demo in Cobalt Strike")
1924

2025

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

Comments
 (0)