diff --git a/payloads/library/execution/Kill-Explorer/README.md b/payloads/library/execution/Kill-Explorer/README.md index b1cd044..a15ece0 100644 --- a/payloads/library/execution/Kill-Explorer/README.md +++ b/payloads/library/execution/Kill-Explorer/README.md @@ -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} ```