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..d1ea1d6 --- /dev/null +++ b/README.txt @@ -0,0 +1,37 @@ +//////////\\\\\\\\\\ +WiFi Password Viewer V2.3 +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.3 +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: +spikegr.cf +----- \ No newline at end of file diff --git a/Updater/Updater.bat b/Updater/Updater.bat new file mode 100644 index 0000000..5db5ab8 --- /dev/null +++ b/Updater/Updater.bat @@ -0,0 +1,94 @@ +@echo off +title WiFi Password Viewer V2.3 + +:checkforupdates +echo. +echo //------------------ +echo WiFi Password Viewer +echo Version: 2.3 +echo Released on: 9/4/2023 +echo Created by SpikeGR +echo ------------------ +echo Follow us on Social Media: https://linktr.ee/spikegr +echo ------------------\\ +echo. + +timeout 2 > nul +echo Checking for Updates... +timeout 2 > nul +set releasedate=9/4/2023 +set local=2.3 +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 //------------------ +echo WiFi Password Viewer +echo Version: %localtwo% +echo Released on: %releasedate% +echo Created by SpikeGR +echo ------------------ +echo Follow us on Social Media: https://linktr.ee/spikegr +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 +echo. +echo Invalid number. +timeout 2 > nul +goto no + +: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/WiFiPasswordViewerV2.2.zip b/Updater/WiFiPasswordViewerV2.2.zip new file mode 100644 index 0000000..48d8465 Binary files /dev/null and b/Updater/WiFiPasswordViewerV2.2.zip differ diff --git a/Updater/version.bat b/Updater/version.bat new file mode 100644 index 0000000..22c0fb5 --- /dev/null +++ b/Updater/version.bat @@ -0,0 +1 @@ +set local=2.2 \ No newline at end of file diff --git a/V2.3 Changelog.txt b/V2.3 Changelog.txt new file mode 100644 index 0000000..b95f2e4 --- /dev/null +++ b/V2.3 Changelog.txt @@ -0,0 +1,13 @@ +WiFi Password Viewer +Version: 2.3 +Released on: April 9, 2023 + +WiFi Password Viewer has been updated to version 2.3 +Below you can see what changed in this update: + +------------------- +1) Fixed an issue where in the update prompt if you entered an invalid option + it would download the update and completely ignore your response. + +2) Background changes. +------------------- \ No newline at end of file diff --git a/WiFi-Password-Viewer-V2.3.bat b/WiFi-Password-Viewer-V2.3.bat new file mode 100644 index 0000000..fbcb4ef --- /dev/null +++ b/WiFi-Password-Viewer-V2.3.bat @@ -0,0 +1,75 @@ +@echo off +title WiFi Password Viewer V2.2 + +:checkforupdates +cd Updater +call Updater.bat + +:start +cls +echo. +echo //------------------ +echo WiFi Password Viewer +echo Version: %localtwo% +echo Released on: %releasedate% +echo Created by SpikeGR +echo ------------------ +echo Follow us on Social Media: https://linktr.ee/spikegr +echo ------------------\\ +goto getpass + +:getpass +cls +echo. +echo //------------------ +echo WiFi Password Viewer +echo Version: %localtwo% +echo Released on: %releasedate% +echo Created by SpikeGR +echo ------------------ +echo Follow us on Social Media: https://linktr.ee/spikegr +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 //------------------ +echo WiFi Password Viewer +echo Version: %localtwo% +echo Released on: %releasedate% +echo Created by SpikeGR +echo ------------------ +echo Follow us on Social Media: https://linktr.ee/spikegr +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