I’ve been trying to crack a Mifare Classic 1K fob with the Flipper Zero but hit the wall after trying everything suggested by the community here at DT (another thread). I’m still a newb so I am going to try to lay out my question and the thought process behind it.
I decided to step up my game and invest and get either a Proxmark3 Easy or RDV4 I don’t mind spending more money for the RDV4 (I can hear the adage “buy cheap buy twice” ringing in my ear) but I am now realizing that since I am Mac based I will also need to buy a Laptop (now the investment is really snowballing) running Windows to even operate the PM3. So my question is should I get a Windows 10 or Windows 11 laptop? (have seen some discussions about Windows 11 being glitchy ((if you recommend Windows 11 – does it matter if it is Home or Pro?)))
Unless someone chimes in and says dude its so easy to run this on Mac OS 14+ which of the below combos do you all recommend for a newb to get the job done cracking this darn Mifare Classic 1K fob (pictured below):
I do want to be able to write the cracked card info to a card that I can use as a backup to the fob I have-- so can both the Easy and RDV4 do that function the effectively?
Thanks again in advance and if anyone has any recommendations on a cheap windows laption on Amazon that is good enough to get the job done that would be greatly appreciated.
Mac OS is supported, at a minimum get a PM3 and try it on Mac before purchasing an entire new laptop for it, worst case is you have to wait a little longer
Also, do you have an android phone? If you do, and you haven’t already tried Mifare Classic Tool (MCT), that could be worth a try too
Awesome! @Hamspiced Just ordered the PM3 Easy from DT. Thanks for letting me know it’s possible—will definitely reach out if I get stuck. Thanks again!
@Hamspiced I think I just missed the M1 – I have the following:
MacBook Pro - 13 inch 2020
Processor - 1.4 GHz Quad-Core Intel Core i5
Mac OS Sonoma 14.5
Let me know if this is a deal breaker (it could be time for me to upgrade anyway) and if you have some resources for me to start preparing the environment–I checked if I had homebrew installed as I remember doing a Ruby on Rails application tutorial during Covid. I entered: brew help and got the below back (so I think I have it installed already):
% brew help
Example usage:
brew search TEXT|/REGEX/
brew info [FORMULA|CASK…]
brew install FORMULA|CASK…
brew update
brew upgrade [FORMULA|CASK…]
brew uninstall FORMULA|CASK…
brew list [FORMULA|CASK…]
Troubleshooting:
brew config
brew doctor
brew install --verbose --debug FORMULA|CASK
No no no, you’re good! M1 macs seem to have more “problems” getting the environment setup.
For you, since you already have Homebrew installed the setup should be simple simple.
There are two ways to do it. one Via brew and two via github. Brew may be the easier option for you. Be warned i never had a PM3 when i had my Intel mac so i never was able to get brew functioning to use it but i can walk through the steps with brew with you.
Open up terminal or Iterm and run Brew Update
and then Brew Upgrade
Grab a coffee, eat some lucky charms and let it churn
After its finished install Xquartz by running brew install xquartz
tap the Iceman Repo by running brew tap RfidResearchGroup/proxmark3
Next install Proxmark3 brew install --with-generic proxmark3
edit: you may get yelled at by brew for this because there is the official outdated proxmark repo. if so run
From here you should (SHOULD) be all set. @amal flashes these beforehand so all you need to do is plug it in to your mac and run pm3 and you should be good. HOWEVER… OSX loves to call me a liar (sassy little bitch it is, i swear…) so youll probably run into a snag, issue, or problems with the port. if that happens dont worry… its all part of the plan (repeat endlessly).
@Hamspiced@Aoxhwjfoavdlhsvfpzha I had an old version of Homebrew and did the brew update and brew upgrade (I think one of these didn’t work and I downloaded the Homebrew-4.4.5.pkg file and upgraded that way) and then ran brew cleanup but when I run “brew doctor” here is what I get now:
% brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don’t worry or file an issue; just ignore this. Thanks!
Warning: No Cask quarantine support available: unknown reason.
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
openssl@1.1
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn’t put them there on purpose they could cause problems when
building Homebrew formulae and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libavcodec.55.52.102.dylib
/usr/local/lib/libavformat.55.33.100.dylib
/usr/local/lib/libavutil.52.66.100.dylib
/usr/local/lib/libswscale.2.5.102.dylib
/usr/local/lib/libx264.129.dylib
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on
those kegs to fail to run properly once built. Run brew link on these:
openssl@3
Do I try to fix all this or would you suggest that I do an uninstall and do a fresh install to start over with a clean homebrew without all the fixes?
With all the help I received on this forum (Aox rocks!) I wouldn’t have any concerns recommending the use of a PM3 on Mac. Mine is also a DT Easy. Worked for me.