-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
937339c
commit a19251a
Showing
3 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<pre> | ||
This is the proxbrute mod by Brad Antoniewicz of Foundstone(https://github.com/brad-anton/proxbrute) ported to the latest Firmware with the CDC bootloader(port by www.legacysecuritygroup.com) | ||
|
||
Firmware Dated 9-23-2016 | ||
|
||
Proxbrute records a valid LF tag(maybe a guest badge) to Bank1(what I used to call Bank2) and then decrements the hex until you find another valid card(maybe with higher privileges for a different door). | ||
|
||
Flash the bootloader and fullimage elf files. | ||
|
||
A patch is also included in case you want to compile the source yourself. | ||
|
||
Instructions for using LF standalone proxbrute mode on the elechouse RDV2 and standard version of the proxmark3 can be found at: | ||
https://legacysecuritygroup.com/index.php/categories/9-rfid/7-proxmark-3-emulating-hid-tags-in-standalone-mode | ||
</pre> | ||
This is the proxbrute mod by Brad Antoniewicz of Foundstone(https://github.com/brad-anton/proxbrute)<br> | ||
ported to the latest Firmware with the CDC bootloader by Corey Harding of www.legacysecuritygroup.com<br> | ||
<br> | ||
Firmware Dated 9-23-2016<br> | ||
proxmark3 source from Commit: https://github.com/Proxmark/proxmark3/tree/99911e5c7b8f4a2ca870046031e3f362324c0d88<br> | ||
<br> | ||
Proxbrute records a valid LF tag(maybe a guest badge) to Bank1(what I used to call Bank2) and then decrements the hex until you find another valid card(maybe with higher privileges for a different door).<br> | ||
<br> | ||
Flash the bootloader and fullimage elf files.<br> | ||
<br> | ||
A patch is also included in case you want to compile the source yourself.<br> | ||
<br> | ||
Instructions for using this port of the proxbrute mode on the elechouse RDV2 and standard version of the proxmark3 can be found at:<br> | ||
https://legacysecuritygroup.com/index.php/categories/9-rfid/7-proxmark-3-emulating-hid-tags-in-standalone-mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<pre> | ||
This is the proxbrute mod by Brad Antoniewicz of Foundstone(https://github.com/brad-anton/proxbrute) ported to the latest Firmware with the CDC bootloader(port by www.legacysecuritygroup.com) | ||
|
||
Firmware Dated 9-23-2016 | ||
|
||
Instructions for patching the files so you can the compile firmware yourself: | ||
|
||
Get the proxmark3 source from Commit: 99911e5c7b8f4a2ca870046031e3f362324c0d88 | ||
copy brute.patch to proxmark3 directory | ||
cd into proxmark3 directory | ||
patch -p2 < ./brute.patch | ||
|
||
Then follow general compiling instructions listed in ../../COMPILING-INSTRUCTIONS-KALI-2016.MD | ||
|
||
Instructions for using LF standalone proxbrute mode on the elechouse RDV2 and standard version of the proxmark3 can be found at: | ||
https://legacysecuritygroup.com/index.php/categories/9-rfid/7-proxmark-3-emulating-hid-tags-in-standalone-mode | ||
</pre> | ||
This is the proxbrute mod by Brad Antoniewicz of Foundstone(https://github.com/brad-anton/proxbrute)<br> | ||
ported to the latest Firmware with the CDC bootloader by Corey Harding of www.legacysecuritygroup.com<br> | ||
<br> | ||
Firmware Dated 9-23-2016<br> | ||
proxmark3 source from Commit: https://github.com/Proxmark/proxmark3/tree/99911e5c7b8f4a2ca870046031e3f362324c0d88<br> | ||
<br> | ||
Instructions for patching the files so you can the compile firmware yourself:<br> | ||
<br> | ||
Get the proxmark3 source from Commit: 99911e5c7b8f4a2ca870046031e3f362324c0d88<br> | ||
copy brute.patch to proxmark3 directory<br> | ||
cd into proxmark3 directory<br> | ||
patch -p2 < ./brute.patch<br> | ||
<br> | ||
Then follow general compiling instructions from ../../COMPILING-INSTRUCTIONS-KALI-2016.MD<br> | ||
<br> | ||
Instructions for using this port of the proxbrute mode on the elechouse RDV2 and standard version of the proxmark3 can be found at:<br> | ||
https://legacysecuritygroup.com/index.php/categories/9-rfid/7-proxmark-3-emulating-hid-tags-in-standalone-mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters