Skip to content

Commit

Permalink
V2.2 UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeGR authored Oct 20, 2022
1 parent cfde70d commit 5c8ced0
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 0 deletions.
1 change: 1 addition & 0 deletions DO NOT DELETE OR RENAME ANY FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.
37 changes: 37 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -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
-----
83 changes: 83 additions & 0 deletions Updater/Updater.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions Updater/version.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set local=2.1
10 changes: 10 additions & 0 deletions V2.2 Changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
-------------------
66 changes: 66 additions & 0 deletions WiFi-Password-Viewer-V2.2.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5c8ced0

Please sign in to comment.