UID Changeable ISO15693 Thin-film TAG – 64 Blocks

1 review|1 answered question

Original price was: $14.99.Current price is: $7.99.

SKU: MT-15-iCode-NTAG Categories: ,
Brand: MTools Tec

Experience the best in RFID technology with our UID Changeable ISO15693 Thin-film TAG. With 64 blocks of storage, it offers ample space for data. Ideal for tracking and identification purposes.

Compatible with the standard ISo15693 reader and Proxmark3 reader to change the UID.

Magic Cards 10% OFF 🏷️

Specifications

UID Changeable

Yes

Protocol

UID Length

Device Support

, ,

Block

0 – 63 Block

UID Changeable

Yes

Protocol

UID Length

Device Support

, ,

Block

0 – 63 Block

Environmental Performance

Working Temperature

-20°C-70°C

Working Temperature

-20°C-70°C

Weight 0.1 kg
UID Changeable

Yes

Working Temperature

-20°C-70°C

Protocol

UID Length

Device Support

, ,

Block

0 – 63 Block

This is the UID changeable ISO15693 iCode SLI Thin Film.

What does the Official ISO15693 Reader can do with this ISO15693 iCode Tag

  • Change the UID
  • Lock the UID
  • Read and write single block
  • Write and lock Dsfid
  • Write and lock Afi
  • Read and write all blocks

The UID can be modified with the official device (ISO15693 Reader).

The UID cannot be changed with NFC hardware on Android or iOS devices.

Read Info or ISO15693 Card

[usb] pm3 --> hf 15 reader

[+] UID: E0 11 22 33 66 66 66 66
[+] TYPE: Emosyn-EM Microelectronics USA
[usb] pm3 --> hf 15 info

[+] UID: E0 11 22 33 66 66 66 66
[+] TYPE: Emosyn-EM Microelectronics USA
[+] Using UID... E0 11 22 33 66 66 66 66

[=] --- Tag Information ---------------------------
[=] -------------------------------------------------------------
[+] TYPE: Emosyn-EM Microelectronics USA
[+] UID: E0 11 22 33 66 66 66 66
[+] SYSINFO: 00 0F 66 66 66 66 33 22 11 E0 00 00 3F 03 8B
[+] - DSFID supported [0x00]
[+] - AFI supported [0x00]
[+] - IC reference supported [0x8B]
[+] - Tag provides info on memory layout (vendor dependent)
[+] 4 (or 3) bytes/blocks x 64 blocks

 

Does the Proxmark3 X or Proxmark3 Easy support changing the UID of this tag?

Yes, we’ve add the support on the lua script to change the tag UID by Proxmark3 X. The script is listed below.

local cmds = require('commands')
local lib15 = require('read15')
local getopt = require('getopt')
local utils =  require('utils')
local ansicolors  = require('ansicolors')

copyright = 'Copyright (c) 2018 IceSQL AB. All rights reserved.'
author = 'Wilson - MTools Tec'
version = 'v1.0.0'
desc = [[
This script tries to set UID on a IS15693 Thin Film on MTools Tec
Remember the UID  ->MUST<- start with 0xE0
 ]]
example = [[
        script run hf_15_mg -u E011223344556677
]]
usage = [[
script run hf_15_mg -h -u 
]]
arguments = [[
    -h             : this help
    -u        : UID (16 hexsymbols)
]]

local DEBUG = true

-- This is only meant to be used when errors occur
local function oops(err)
    print('ERROR:', err)
    core.clearCommandBuffer()
    return nil, err
end
---
-- Usage help
local function help()
    print(copyright)
    print(author)
    print(version)
    print(desc)
    print(ansicolors.cyan..'Usage'..ansicolors.reset)
    print(usage)
    print(ansicolors.cyan..'Arguments'..ansicolors.reset)
    print(arguments)
    print(ansicolors.cyan..'Example usage'..ansicolors.reset)
    print(example)
end
--
--- Set UID on magic command enabled,  OFFICAL REPO
local function magicUID_mtools(b0, b1)
    print('Using MTools backdoor Magic tag function OFFICAL REPO')
    core.console('hf 15 raw -kcr -d 03e009473f038b00')
    core.console('hf 15 raw -kcr -d 03e0095200000000')
    core.console('hf 15 raw -c -d 03e00940'..b1)
    core.console('hf 15 raw -c -d 03e00941'..b0)
    os.execute("sleep " .. tonumber(1))
    core.console('hf 15 reader')
end
--
---
-- The main entry point
function main(args)

    print( string.rep('--',20) )
    print( string.rep('--',20) )
    print()

    local uid = 'E011223344556677'
    local use_iceman = false

    -- Read the parameters
    for o, a in getopt.getopt(args, 'hu:a') do
        if o == 'h' then return help() end
        if o == 'u' then uid = a end
    end

    -- uid string checks
    if uid == nil then return oops('empty uid string') end
    if #uid == 0 then return oops('empty uid string') end
    if #uid ~= 16 then return oops('uid wrong length. Should be 8 hex bytes') end

    local bytes = utils.ConvertHexToBytes(uid)

    local block0 = string.format('%02X%02X%02X%02X', bytes[4], bytes[3], bytes[2], bytes[1])
    local block1 = string.format('%02X%02X%02X%02X', bytes[8], bytes[7], bytes[6], bytes[5])

    print('new UID | '..uid)
    print('')
    core.clearCommandBuffer()
    magicUID_mtools(block0, block1)
end

main(args)

1 review for UID Changeable ISO15693 Thin-film TAG – 64 Blocks

5.0
Based on 1 review
5 star
100
100%
4 star
0%
3 star
0%
2 star
0%
1 star
0%
1-1 of 1 review
  1. JP

    This product was exactly what I was looking for. The quality was great and it was easy to use. The customer service was also very helpful.

    (0) (0)
Add a review
Currently, we are not accepting new reviews

Q & A

Does it support Proxmark3? I saw someone comment on AliExpress of a similar card type with a higher price but not work with Proxmark3. Mike asked on April 21, 2024

The UID Changeable ISO15693 Tag and Card on MTools Tec are both supported by Proxmark3. The 64 blocks thin film you asked are supported with custom Proxmark3 lua code and we've listed on in the description.

admin answered on April 21, 2024 store manager
(0) (0)

Ask a question

Your question will be answered by a store representative or other customers.

Thank you for the question!

Your question has been received and will be answered soon. Please do not submit the same question again.

Error

Warning

An error occurred when saving your question. Please report it to the website administrator. Additional information:

Add an answer

Thank you for the answer!

Your answer has been received and will be published soon. Please do not submit the same answer again.

Error

Warning

An error occurred when saving your answer. Please report it to the website administrator. Additional information:

How to deliver the virtual products?

The virtual products are delivered by email in time when order with only virtual products.

We offer both standard and expedited shipping options for our customers. The delivery times may vary depending on the shipping address.

Yes, once your order has been dispatched, we will send you a shipping confirmation email with your tracking number. You can use this number to track your shipment’s progress.

The delivery time varies depending on your location and the chosen shipping option. Typically, it takes about 5-10 business days for standard shipping and 2-5 business days for expedited shipping.

Shipping is usually available to all parts of the world. However, restrictions may apply to certain countries or regions due to international laws or shipping carrier limitations.

If you haven’t received your order within the expected delivery timeframe, please contact our customer support team. We will help to track your shipment and provide updates.

If your order arrives damaged, please contact our customer support immediately. We will initiate the return process and take necessary steps to rectify the situation.

Depending on the status of your order, it may be possible to change the shipping address before the package dispatched oversea. Please contact our customer support as soon as possible to request changes.

WhiteWhite
BlackBlack
$219.00$219.99

RFID Reader

Proxmark3 X

Original price was: $99.99.Current price is: $79.99.
UID Changeable ISO15693 Thin-film TAG – 64 Blocks
Magic Cards 10% OFF 🏷️