From 5c8ced07483ef5234d38c28c99073eb270bcd906 Mon Sep 17 00:00:00 2001 From: SpikeGR <80254796+SpikeGR-YT@users.noreply.github.com> Date: Thu, 20 Oct 2022 20:00:56 +0300 Subject: [PATCH] V2.2 UPDATE --- DO NOT DELETE OR RENAME ANY FILES | 1 + README.txt | 37 ++++++++++++++ Updater/Updater.bat | 83 +++++++++++++++++++++++++++++++ Updater/version.bat | 1 + V2.2 Changelog.txt | 10 ++++ WiFi-Password-Viewer-V2.2.bat | 66 ++++++++++++++++++++++++ 6 files changed, 198 insertions(+) create mode 100644 DO NOT DELETE OR RENAME ANY FILES create mode 100644 README.txt create mode 100644 Updater/Updater.bat create mode 100644 Updater/version.bat create mode 100644 V2.2 Changelog.txt create mode 100644 WiFi-Password-Viewer-V2.2.bat diff --git a/DO NOT DELETE OR RENAME ANY FILES b/DO NOT DELETE OR RENAME ANY FILES new file mode 100644 index 0000000..945c9b4 --- /dev/null +++ b/DO NOT DELETE OR RENAME ANY FILES @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..8928d59 --- /dev/null +++ b/README.txt @@ -0,0 +1,37 @@ +//////////\\\\\\\\\\ +WiFi Password Viewer V2.2 +Created by SpikeGR +//////////\\\\\\\\\\ + +Did you forget your WiFi password? + +No worries, this program can show you the WiFi password +easily as long as you already connected to it at least one time +before, because the way this program works is by looking at the +saved WiFi which you already entered the password in the past. + +WARNING: + +DO NOT DELETE/RENAME OR EDIT ANY OF THE FILES. DOING SO MIGHT COMPLETELY BREAK THE PROGRAM! +YOU HAVE BEEN WARNED! + +//////////\\\\\\\\\\ +WiFi Password Viewer V2.2 +Created by SpikeGR +//////////\\\\\\\\\\ + +----- +If you want to get in touch with me, below are my Social Media! + +►YouTube: +youtube.com/spikegreece + +►Instagram: +instagram.com/spikegr_official + +►TikTok: +tiktok.com/@spikegr_yt + +►Website: +www.spikegr.cf +----- \ No newline at end of file diff --git a/Updater/Updater.bat b/Updater/Updater.bat new file mode 100644 index 0000000..137d495 --- /dev/null +++ b/Updater/Updater.bat @@ -0,0 +1,83 @@ +@echo off +title WiFi Password Viewer V2.2 + +:checkforupdates +echo. +echo WiFi Password Viewer V2.2 +echo -------------------------------- +echo Created by SpikeGR +echo YouTube: https://youtube.com/spikegreece +echo -------------------------------- +echo. + +timeout 2 > nul +echo Checking for Updates... +timeout 2 > nul +set local=2.2 +set localtwo=%local% +set link=https://pastebin.com/raw/rJkzYy7S + +:check +IF EXIST "version.bat" DEL /Q "version.bat" +goto :download +pause + +:download +powershell -Command "Invoke-WebRequest %link%" -OutFile version.bat +CALL "version.bat" +goto check-2 + +:check-2 +IF "%local%"=="%localtwo%" goto :yes +IF NOT "%local%"=="%localtwo%" goto :no + +:yes +cls +echo. +echo WiFi Password Viewer V%localtwo% +echo -------------------------------- +echo Created by SpikeGR +echo YouTube: https://youtube.com/spikegreece +echo -------------------------------- +echo. +powershell -Command "& {Add-Type -AssemblyName System.Windows.Forms; Add-Type -AssemblyName System.Drawing; $notify = New-Object System.Windows.Forms.NotifyIcon; $notify.Icon = [System.Drawing.SystemIcons]::Information; $notify.Visible = $true; $notify.ShowBalloonTip(0, 'WiFi Password Viewer V%localtwo%', 'You are using the latest version!', [System.Windows.Forms.ToolTipIcon]::None)}" +echo No updates found. +echo You're using the latest version! +timeout 4 > nul +echo Starting WiFi Password Viewer... +timeout 2 > nul +goto start + +:no +cls +echo. +echo WiFi Password Viewer V%localtwo% +echo -------------------------------- +echo Created by SpikeGR +echo YouTube: https://youtube.com/spikegreece +echo -------------------------------- +echo. +powershell -Command "& {Add-Type -AssemblyName System.Windows.Forms; Add-Type -AssemblyName System.Drawing; $notify = New-Object System.Windows.Forms.NotifyIcon; $notify.Icon = [System.Drawing.SystemIcons]::Information; $notify.Visible = $true; $notify.ShowBalloonTip(0, 'WiFi Password Viewer V%localtwo%', 'New V%local% Update found!', [System.Windows.Forms.ToolTipIcon]::None)}" +echo New Update found! +echo. +echo Version: %local% is available! +echo You're currently using version %localtwo% +echo. +echo Do you want to download the new Update? +echo 1 - Yes, download the update now. (Recommended) +echo 2 - No, maybe later. +echo. +set /p num="Enter Number: " +if %num%==1 goto downloadupdate +if %num%==2 goto start + +:downloadupdate +echo. +echo The update will be downloaded inside the "Updater" folder! +timeout 3 > nul +powershell -Command "Invoke-WebRequest https://rebrand.ly/WiFiPasswordViewer" -OutFile WiFiPasswordViewerV%local%.zip +timeout 1 > nul +echo. +echo Update Completed, WiFi Password Viewer will now close. +timeout 2 > nul +exit \ No newline at end of file diff --git a/Updater/version.bat b/Updater/version.bat new file mode 100644 index 0000000..b533ce5 --- /dev/null +++ b/Updater/version.bat @@ -0,0 +1 @@ +set local=2.1 \ No newline at end of file diff --git a/V2.2 Changelog.txt b/V2.2 Changelog.txt new file mode 100644 index 0000000..80a9288 --- /dev/null +++ b/V2.2 Changelog.txt @@ -0,0 +1,10 @@ +WiFi Password Viewer +Version: 2.2 +Released on: October 2th, 2022 + +WiFi Password Viewer has been updated to version 2.2 +Below you can see what changed in this update: + +------------------- +1) Updated and improved the Update System. +------------------- \ No newline at end of file diff --git a/WiFi-Password-Viewer-V2.2.bat b/WiFi-Password-Viewer-V2.2.bat new file mode 100644 index 0000000..a3b6650 --- /dev/null +++ b/WiFi-Password-Viewer-V2.2.bat @@ -0,0 +1,66 @@ +@echo off +title WiFi Password Viewer V2.2 + +:checkforupdates +cd Updater +call Updater.bat + +:start +cls +echo. +echo WiFi Password Viewer V%localtwo% +echo -------------------------------- +echo Created by SpikeGR +echo YouTube: https://youtube.com/spikegreece +echo -------------------------------- +goto getpass + +:getpass +cls +echo. +echo WiFi Password Viewer V%localtwo% +echo -------------------------------- +echo Created by SpikeGR +echo YouTube: https://youtube.com/spikegreece +echo -------------------------------- +echo. +echo WARNING: "WiFi Password Viewer" DOES NOT steal/crack the password. +echo This program finds the password from the saved WiFi which you already connected before! +echo. +timeout 5 > nul +echo Below you can see all the saved WiFi. +echo If your WiFi is not listed below, then this program can't show you the password! +echo. +timeout 3 > nul +echo. +echo ----WiFi List---- +echo. +netsh wlan show profiles | findstr /R /C:"[ ]:[ ]" +echo. +echo ----End of List---- +echo. +echo If the list is empty, then this program won't work. +echo. +set /p ssid="Enter SSID Name: " +cls +echo. +echo WiFi Password Viewer V%localtwo% +echo -------------------------------- +echo Created by SpikeGR +echo YouTube: https://youtube.com/spikegreece +echo -------------------------------- +echo. +echo SSID Name: +netsh wlan show profile name="%ssid%" key=clear | findstr /a:4 "name" +echo. +echo Security mode: +netsh wlan show profile name="%ssid%" key=clear | findstr /a:4 "Authentication" +echo. +echo WiFi Password: +netsh wlan show profile name="%ssid%" key=clear | findstr /a:4 "Key" +echo. +echo If results are empty, run this program as Administrator and check if you entered SSID name correctly. +pause>nul +goto start + +:end \ No newline at end of file