https://github.com/mordavid/2kspray
2KSpray is a tool that uses "asktgt" to verify Windows 2000 systems by confirming if the password aligns with the host's name.
https://github.com/mordavid/2kspray
Last synced: about 1 year ago
JSON representation
2KSpray is a tool that uses "asktgt" to verify Windows 2000 systems by confirming if the password aligns with the host's name.
- Host: GitHub
- URL: https://github.com/mordavid/2kspray
- Owner: MorDavid
- Created: 2024-03-08T17:19:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T17:19:52.000Z (over 2 years ago)
- Last Synced: 2025-05-18T22:13:21.906Z (about 1 year ago)
- Language: C#
- Homepage: https://www.mordavid.com
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2KSpray
When configuring a computer account as a "pre-Windows 2000 computer," the password is derived from its name, specifically the lowercase computer name without the trailing $. Conversely, if configured differently, the password is randomly generated.\
**2KSpray is a tool that uses "asktgt," to verify Windows 2000 systems by confirming if the password aligns with the host's name.**
According to insights from a TrustedSec blog post, password changes are typically recommended after authenticating a pre-Windows 2000 computer to bolster security measures.
## Usage
```
2KSpray.exe -d/--domain -t/--timesleep [-o/--output ]
```

## Reference
* https://trustedsec.com/blog/diving-into-pre-created-computer-accounts