Handy Dandy Tips and Tricks EVERYTHING ELSE

I thought it might be Handy Dandy to have a place for those little tips and tricks that may not be common knowledge.

Things that make our implanted life just a little easier

I would ask that people don’t ask questions in this thread

Just read or post your Tips and Tricks and move on…

I’ll let it fill up a bit and then probably seperate it up into a “Proxmark Tips and tricks” Thread and “Other Tips and tricks”

6 Likes

6 posts were merged into an existing topic: Handy Dandy Tips and Tricks Proxmark3 :pm3:

2-to-3-different-em41xx-on-a-single-t5577

@anon3825968

2 Likes

Write NDEF to Mifare Classic

Smallified so you dont have to scroll as far when browsing this thread
clause

This may not work on all phones, but from testing Samsung Androids I have had success.

I am unsure if it works on iPhones

Open NXP TagWriter
:logo_nxp_tagwriter:

you can skip the first two steps if you want

Try to read your Magic Mifare 1k

It will prompt to format

Do this

Then This

If you get this…

you can then write something like this

Now you can Rick Roll people with your Mifare Classic implants also

:x_ray_hand:

Boring data sheet reference

AN1305.pdf

:logo_nxp:

2 Likes

Google authentication with Spark2

@pips

2 Likes

DT Forum App

If you want a cleaner and better forum browsing experience but you dismissed the option when you first visited the forum, simply clear your cookies, log back in and follow the prompts

5 Likes

Use the KBR1 with Windows a bit more seamlessly

2 Likes

.pdf Repository

Kinda speaks for itself…Just a link to the thread

3 Likes

2 posts were merged into an existing topic: Handy Dandy Tips and Tricks Proxmark3 :pm3:

If you find yourself with multiple discourse apps, there is an alternative to the above “DT App” option


5 Likes

SAK Swapping by @Equipter

SAK Swapping Gist

4 Likes

Resetting the KBR1 automatically on wake-up in Windows

Some USB chipsets don’t play well with RFID readers and won’t wake them up when the computer wakes up using Windows. This makes it impossible to use it for logging in unless you unplug and replug it back in. Here is a way to force Windows to reset it on wake-up.

  1. Open Task Scheduler
  2. Create a new task:
  • Name: “Restart RFID Reader After Sleep”
  • Run with highest privileges: Yes
  • Configure for: Windows 10 (or your OS version)
  1. Triggers:
  • New Trigger
  • Begin the task: On an event
  • Log: System
  • Source: Kernel-Power
  • Event ID: 42
  1. Actions:
  • New Action
  • Action: Start a program
  • Program/script: pnputil
  • Add arguments: /restart-device “YOUR_DEVICE_INSTANCE_ID”Replace YOUR_DEVICE_INSTANCE_ID with the actual ID. To find it:
  • Open Device Manager
  • Locate your RFID reader, called USB Input Device under the HID section
  • Right-click > Properties > Details
  • Property: Device instance path
  • Copy the value
  1. Settings:
  • Allow task to be run on demand: Yes
5 Likes