Skip to content

Instantly share code, notes, and snippets.

@thez3r0
Created May 13, 2017 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thez3r0/a0c2079b6e6376a53e1467150165541d to your computer and use it in GitHub Desktop.
Save thez3r0/a0c2079b6e6376a53e1467150165541d to your computer and use it in GitHub Desktop.
Check weter your AV block the Kill Switch URL or not
@Echo off
mode 50,9
title WannaCry SinkHoler
color 02
cls
ECHO.
echo ****************************
echo * WannaCry SinkHoler
echo * Author: .anir0y
echo * Follow: fb.com/anir0y
echo ****************************
ECHO.
@echo off
cd /
:loop
ping iuqerfsodp9ifjaposdfjhgosurijfaewrwergwea.com -n 1 -w 5000 > nul
if errorlevel 1 echo Nope... we are not able to reach SinkHole. \n Check the Firewall rules.
if not errorlevel 1 echo YAY, Sinkhole reachable.
ping -n 30 127.0.0.1 >nul
goto loop
color 0b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment