An open API service indexing awesome lists of open source software.

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.

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 ]
```
![Screenshot](./screenshot.png)
## Reference
* https://trustedsec.com/blog/diving-into-pre-created-computer-accounts