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 [2014/02/10 21:11] 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: 10.02.2014) auf Version 844 läuft.+= Proxmark3
  
-Auf dem Laborrechner ist die entsprechende Software installiertwelche benötigt wird um mit dem Proxmark zu kommunizieren.+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
  
-====== Downloads ======+== EM410x Cloning 
 +  * Karte auslesen 
 +<code> 
 +proxmark3> lf em4x em410xwatch 
 +#db# buffer samples: d1 cd c5 c0 ba b7 b2 af ...                  
 +Reading 16000 samples 
 +           
 +Done! 
 +           
 +Auto-detected clock rate: 64           
 +EM410x Tag ID: 0101160061           
 +Unique Tag ID: 0808860068           
 +proxmark3>  
 +</code> 
 +  * UID (hier: EM410x Tag ID) auf Blankokarte (T5555 oder T55x7) schreiben 
 +<code> 
 +proxmark3> lf em4x em410xwrite 0101160061 1 
 +Writing T55x7 tag with UID 0x0101160061 (clock rate: 64)           
 +#db# Started writing T55x7 tag ...                  
 +#db# Clock rate: 64                  
 +#db# Tag T55x7 written with 0xff806018d8003060 
 +</code> 
 +  * Fertig 
 + 
 +== EM410x Known Passwords 
 +0x51243648 
 +0x000D8787 
 + 
 +lf t55xx writeblockPWD 00148041 0 51243648 
 +== 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.1392066679.txt.gz
  • Last modified: 2021/04/18 12:32
  • (external edit)