Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
Hi Guys, Been away from the Proxmark for a while, and im starting to forget things.. (Old Age maybe?? haha)
How are you guys cloning the Awids without the fc info?? Just manually write the 4 blocks to a t55?
heres the tag info.
*** Im using icemans newest fork.
THANKS GUYS!!
AWID Found - BitLength: 40 -unknown BitLength- (23638) - Wiegand: a667f0b8ad, Raw: 012424728ee82784bb111111
Valid AWID ID Found!
pm3 --> lf t55 det
Chip Type : T55x7
Modulation : FSK2a
Bit Rate : 4 - RF/50
Inverted : Yes
Offset : 33
Seq. Term. : No
Block0 : 0x80107060
pm3 --> lf t55 inf
Offset+32 ==65
DemodLen == 152
-- T55x7 Configuration & Tag Information --------------------
-------------------------------------------------------------
Safer key : 8
reserved : 0
Data bit rate : 4 - RF/50
eXtended mode : No
Modulation : 7 - FSK 2a RF/10 RF/8
PSK clock frequency : 0
AOR - Answer on Request : No
OTP - One Time Pad : No
Max block : 3
Password mode : No
Sequence Start Terminator : No
Fast Write : No
Inverse data : No
POR-Delay : No
-------------------------------------------------------------
Raw Data - Page 0
Block 0 : 0x80107060 10000000000100000111000001100000
-------------------------------------------------------------
pm3 --> lf t55 dump
Reading Page 0:
blk | hex data | binary | ascii
----+----------+----------------------------------+-------
00 | 80107060 | 10000000000100000111000001100000 | ..p`
01 | 01242472 | 00000001001001000010010001110010 | .$$r
02 | 8EE82784 | 10001110111010000010011110000100 | ..'.
03 | BB111111 | 10111011000100010001000100010001 | ....
04 | 00000000 | 00000000000000000000000000000000 | ....
05 | 00000000 | 00000000000000000000000000000000 | ....
06 | 00000000 | 00000000000000000000000000000000 | ....
07 | 00000000 | 00000000000000000000000000000000 | ....
Reading Page 1:
blk | hex data | binary | ascii
----+----------+----------------------------------+-------
00 | 80107060 | 10000000000100000111000001100000 | ..p`
01 | E0150A5C | 11100000000101010000101001011100 | ...\
02 | 41DA29D7 | 01000001110110100010100111010111 | A.).
03 | 00000000 | 00000000000000000000000000000000 | ....
Offline
yup, basically what you do. divided the raw hex on blocks.
Config block is 0x00107060 not the 8 as you have.
Offline
yup, basically what you do. divided the raw hex on blocks.
Config block is 0x00107060 not the 8 as you have.
Thanks Pal, Once again you helped me out!
So like this I assume?
00107060
E0150A5C
41DA29D7
00000000
Or these blocks.. Im forgetting.
00 | 00107060
01 | 01242472
02 | 8EE82784
03 | BB111111
Last edited by Apt-Get (2017-03-22 19:33:44)
Offline
I suggest you use the raw hex output from lf search when positive identification of AWID tag is done.
Offline
Thanks Ice.. PS Your fork compiles fine on OSX Sierra, but the main Release is full of errors. Homebrew or Macports. wont compile.
Cheers,
A
Offline
brew install proxmark3 fetches the latest release. Iceman creates releases every two weeks or so. The latest release on the official repository is from April 2016. (Yeah, it would be time for a new release after the ongoing changes have settled).
use brew install --HEAD proxmark3 if you want to install the latest commit from the official repository.
If there are compile errors, open an issue on github (or create a separate thread here). None of the maintainers uses OS X, so we need your help! Please post the specific output.
Offline
Guys, I know its hard but can we keep the threads neat and clean to the subject? As piwi mentions, open an issue on Github if you have a problem since it is the proper way to make maintainers aware of any problems.
Offline
Pages: 1