SETLOCAL ENABLEDELAYEDEXPANSION
@echo off
cls
REM Windows ShellShock Vulnerability CVE-2014-6271 Scanner
REM Version 1u0 <Initial release>
REM 2014-09-25
REM By Taylor Swift (taylorswift -at- swiftonsecurity.com)
title Windows ShellShock Vulnerability Scanner
echo.
echo ===============
echo Windows ShellShock Vulnerability CVE-2014-6271 Scanner
echo by Taylor Swift
echo ===============
echo.
echo.
echo PLEASE WAIT, SCANNING.
ping localhost -n 5 >nul
dir /s “%WINDIR%system32” | find “shell”
cls
echo.
echo.
echo SCAN COMPLETE!
echo LOADING RESULTS…
ping localhost -n 5 >nul
echo.
echo.
echo Your machine is not vulnerable to ShellShock CVE-2014-6271!
echo.
echo.
pause
exit
Want more stuff like this?
Subscribe to our mailing list and get interesting stuff and updates to your email inbox.
Thank you for subscribing