ShellShock CVE-2014-6271

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.