Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
proxmark [2015/10/16 17:12] – [EM410x Cloning] martinproxmark [2021/04/18 12:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Dank Jan haben wir einen wir einen proxmark3, welcher aktuell (Stand: 21.02.2014) auf Version 845 läuft.+= Proxmark3
  
-Auf dem DL0MUC-Rechner ist die dazu passende Software installiert+Dank Jan haben wir einen wir einen proxmark3, ein Proxmark3 easy und auch 2 Chameleons, 
  
-====== Mifare Cloning ======+Der RFID Koffer mit dem Zeugs, auch Karten etc. gibt es auf Anfrage bei mir 
 + 
 +Der Proxmark 3 easy hat momentan Probleme mit Legic Prime, muss noch debugt werden. 
 + 
 + 
 +Auf dem DL0MUC-Rechner ist die dazu passende Software installiert, Mus man mal (tm) updaten. 
 + 
 +Mifare todo bei Jan 
 + 
 +Auf dem 34c3 haben wir damit mal weiter rumgespielt, hier noch ein paar Tips 
 +(Bin selber zu faul das immer wieder raus zu suchen) 
 + 
 +* Welcher Kartentyp 
 + 
 +hf search 
 + 
 +* Check für Standardkeys 
 + 
 +hf mf chk *1 ?  
 + 
 + 
 + 
 + 
 +== Mifare Cloning
   * Einen gültigen Key herausfinden   * Einen gültigen Key herausfinden
 <code> <code>
Line 393: Line 416:
   * Fertig   * Fertig
  
-====== EM410x Cloning ======+== EM410x Cloning
   * Karte auslesen   * Karte auslesen
 <code> <code>
Line 417: Line 440:
   * Fertig   * Fertig
  
-====== EM410x Known Passwords ======+== EM410x Known Passwords
 0x51243648 0x51243648
 0x000D8787 0x000D8787
  
 lf t55xx writeblockPWD 00148041 0 51243648 lf t55xx writeblockPWD 00148041 0 51243648
-====== Downloads ======+== Downloads
   * {{::prox.rar|}} (Quelle: http://www.fuzzysecurity.com/)   * {{::prox.rar|}} (Quelle: http://www.fuzzysecurity.com/)
   * Proxmark-Firmware/Client, etc.: https://code.google.com/p/proxmark3/wiki/Linux   * Proxmark-Firmware/Client, etc.: https://code.google.com/p/proxmark3/wiki/Linux
  
-====== Debugging ====== +== Jans MAC Debugging 
-===== Make-Fehler unter (u.a.) Ubuntu =====+ 
 +* Homebrew Install (Im Terminal Fenster starten) 
 +  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 
 +   
 +* Proxmark Install 
 +  brew tap proxmark/proxmark3 
 +  brew install proxmark3 
 +   
 +  Momentan kaputt (Stand 15.1.2018) dann mit diesem Parameter Installieren. 
 +   
 +  brew install --HEAD proxmark3 
 +   
 +* TTY Port heraus finden (proxmark3 vorher anschließen) 
 +  ls /dev/cu* 
 +   
 +* Starten (usbmodem21 wars bei mir, entsprechend anpassen) 
 +  proxmark3 /dev/cu.usbmodem21   
 +   
 +* Alle proxmark Befehle laufen ab hier ganz normal 
 +   
 +   
 +   
 + 
 + 
 +== Debugging 
 +=== Make-Fehler unter (u.a.) Ubuntu
 Im client/Makefile dashier ändern: Im client/Makefile dashier ändern:
     CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O4     CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O4
     QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)     QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
     MOC = /usr/lib/x86_64-linux-gnu/qt4/bin/moc     MOC = /usr/lib/x86_64-linux-gnu/qt4/bin/moc
  • proxmark.1445015573.txt.gz
  • Last modified: 2021/04/18 12:32
  • (external edit)