Skip to content

Commit

Permalink
v10.8.1 installer update
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt committed May 3, 2023
1 parent d8e177f commit 7e15d03
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Name "Vistumbler"

; The file to write
OutFile "Vistumbler_v10.8.exe"
OutFile "Vistumbler_v10-8-1.exe"

; The default installation directory
InstallDir $PROGRAMFILES\Vistumbler
Expand Down Expand Up @@ -51,7 +51,7 @@ Section "Vistumbler (required)"

; Write the uninstall keys for Windows
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Vistumbler" "DisplayName" "Vistumbler"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Vistumbler" "DisplayVersion" "10.8"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Vistumbler" "DisplayVersion" "10.8.1"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Vistumbler" "Publisher" "Vistumbler.net"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Vistumbler" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Vistumbler" "DisplayIcon" '"$INSTDIR\uninstall.exe"'
Expand Down
15 changes: 12 additions & 3 deletions Installer/vi_files/UDFs/NativeWifi.au3
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#CS
Native Wifi Functions - Version 4.1.4 - 2023-05-03
Native Wifi Functions - Version 4.1.5 - 2023-05-03
by MattyD(mattduncan87)
http://sourceforge.net/projects/nativewifi/
Artistic License 2.0
Expand All @@ -8,13 +8,15 @@ Edited 2012-08-26 by acalcutt1 - Added International 2.4Ghz channels and 5Ghz ch
Edited 2012-11-11 by acalcutt1 - Modified _Wlan_EnumToString DOT11_AUTH_ALGORITHM and DOT11_CIPHER_ALGORITHM to match netsh output names.
Edited 2014-07-15 by acalcutt - Merge branch 'patch-1' of https://github.com/EionRobb/Vistumbler into beta. Fix to allow 802.11ac support.
Edited 2023-05-03 by acalcutt - add support for 802.11ad/ax/be
Edited 2023-05-03 by acalcutt - add support for wpa3/owe DOT11_AUTH_ALGORITHM
#CE
;--------------Enumerations-------------

;DOT11_AUTH_ALGORITHM
Global Enum $DOT11_AUTH_ALGO_80211_OPEN = 1, $DOT11_AUTH_ALGO_80211_SHARED_KEY, $DOT11_AUTH_ALGO_WPA, $DOT11_AUTH_ALGO_WPA_PSK, _
$DOT11_AUTH_ALGO_WPA_NONE, $DOT11_AUTH_ALGO_RSNA, $DOT11_AUTH_ALGO_RSNA_PSK, $DOT11_AUTH_ALGO_IHV_START = 2147483648, $DOT11_AUTH_ALGO_IHV_END = 4294967295
$DOT11_AUTH_ALGO_WPA_NONE, $DOT11_AUTH_ALGO_RSNA, $DOT11_AUTH_ALGO_RSNA_PSK, $DOT11_AUTH_ALGO_WPA3, $DOT11_AUTH_ALGO_WPA3_ENT_192 = $DOT11_AUTH_ALGO_WPA3, _
$DOT11_AUTH_ALGO_OWE, $DOT11_AUTH_ALGO_WPA3_ENT, $DOT11_AUTH_ALGO_WPA3_SAE, $DOT11_AUTH_ALGO_IHV_START = 2147483648, $DOT11_AUTH_ALGO_IHV_END = 4294967295

;DOT11_BSS_TYPE
Global Enum $DOT11_BSS_TYPE_INFRASTRUCTURE = 1, $DOT11_BSS_TYPE_INDEPENDENT, $DOT11_BSS_TYPE_ANY
Expand Down Expand Up @@ -206,6 +208,14 @@ Func _Wlan_EnumToString($sCategory, $iEnumeration)
Return "WPA2-Enterprise"
Case $DOT11_AUTH_ALGO_RSNA_PSK
Return "WPA2-Personal"
Case $DOT11_AUTH_ALGO_WPA3_ENT_192
Return "WPA3-Enterprise-192"
Case $DOT11_AUTH_ALGO_WPA3_SAE
Return "WPA3-SAE"
Case $DOT11_AUTH_ALGO_OWE
Return "OWE"
Case $DOT11_AUTH_ALGO_WPA3_ENT
Return "WPA3-Enterprise"
Case $DOT11_AUTH_ALGO_IHV_START To $DOT11_AUTH_ALGO_IHV_END
Return "IHV Auth (0x" & Hex($iEnumeration) & ")"
Case Else
Expand Down Expand Up @@ -5823,4 +5833,3 @@ Func _Wlan_WaitForNotification($iSource, $iNotification, $fInterfaceFilter = Tru
If $iTimeout <> -1 And TimerDiff($iTimer) > $iTimeout * 1000 Then Return SetError(5, 0, False)
WEnd
EndFunc

2 changes: 1 addition & 1 deletion Installer/vi_files/Vistumbler.au3
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $Script_Author = 'Andrew Calcutt'
$Script_Name = 'Vistumbler'
$Script_Website = 'http://www.Vistumbler.net'
$Script_Function = 'A wireless network scanner for Windows 10, Windows 8, Windows 7, and Vista.'
$version = 'v10.8'
$version = 'v10.8.1'
$Script_Start_Date = '2007/07/10'
$last_modified = '2023/05/03'
HttpSetUserAgent($Script_Name & ' ' & $version)
Expand Down
Binary file modified Installer/vi_files/Vistumbler.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions Installer/vi_files/versions.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ update.au3=3ac4107e52c97e695f912eaa1e88d9524c5e2ca0
update.exe=3ac4107e52c97e695f912eaa1e88d9524c5e2ca0
UpdateManufactures.au3=2e09a5cc9a5a266c2c27317d3c0a95650ad48d38
UpdateManufactures.exe=2e09a5cc9a5a266c2c27317d3c0a95650ad48d38
Vistumbler.au3=8c5eee34f62f367de819dfe9290b4d02fcc0f492
Vistumbler.exe=8c5eee34f62f367de819dfe9290b4d02fcc0f492
Vistumbler.au3=e3b6d7788a429dba301319869caea81ff3c548ee
Vistumbler.exe=e3b6d7788a429dba301319869caea81ff3c548ee
vistumbler_updater.au3=3ac4107e52c97e695f912eaa1e88d9524c5e2ca0
vistumbler_updater.exe=3ac4107e52c97e695f912eaa1e88d9524c5e2ca0
Uninstall.exe=3ac4107e52c97e695f912eaa1e88d9524c5e2ca0
Expand Down Expand Up @@ -107,7 +107,7 @@ UDFs\cfxUDF.au3=066b51f13e6cad3bbaa568e5e037aac7a480e630
UDFs\HTTP.au3=aecd2257886b6bc605635ce97b9329c9a8d22c0b
UDFs\JSON.au3=aecd2257886b6bc605635ce97b9329c9a8d22c0b
UDFs\MD5.au3=9b4e523de98f4fb162ffe8d787cd87944744e9d6
UDFs\NativeWifi.au3=9b4e523de98f4fb162ffe8d787cd87944744e9d6
UDFs\NativeWifi.au3=3ade53ba00ab39b9163a57cb622f85e777af60b2
UDFs\ParseCSV.au3=9b4e523de98f4fb162ffe8d787cd87944744e9d6
UDFs\Zip.au3=9b4e523de98f4fb162ffe8d787cd87944744e9d6
UDFs\FileInUse.au3=9b4e523de98f4fb162ffe8d787cd87944744e9d6
Expand Down

0 comments on commit 7e15d03

Please sign in to comment.