Git Product home page Git Product logo

btcrack's Introduction

BTCrack OSS 1.1

License : GPL3 see LICENSE Authors : Eric Sesterhen & Thierry Zoller Contact : http://www.cobra-basket.de & http://blog.zoller.lu GitHub: : https://github.com/mikeryan/btcrack

Updates to Updates to 1.1 (by Mike Ryan)

  • Moved to GitHub
  • Added Makefile
  • Compile with -Wall -Werror
  • Minor bugfix

Updates to 1.1

  • Format String bug (Michael Ossmann)
  • Master ACO was overwritten by the the slave ACO thus impairing decryption ([email protected])

Updates left to the reader (Courtesy of Carl Dunhamm) :

line 446: It is not correct to always use bp->bdaddr_s for the in_bdaddr parameter of KeyInit. It is wrong to assume that INRAND always comes from the Master, sometimes it comes from the slave. Indeed it depends whether the slave or the master actually sent the IN_RAND. If its the master then bdaddr_s has to be used, but if it's the slave then bdaddr_m has to be used.

Suggested patch : Detect whether inrand comes from Master or Slave and adjust the KeyInit call, alternatively take appropriate parameter from the command-line to decide.

Details on the Patch of Carl Dunhamm

"GetSRES(bp->kab, bp->au_rand_s, bp->bdaddr_m, bp->calc_sres_m, bp->calc_aco_m);" It shall be "bp->calc_aco_s" instead of "bp->calc_aco_m". With the orinigal version the master ACO is overwritten by the one of the slave. This is not imparing the finding of the PIN or link key, but if master ACO has to be reused for some reason, one will get the wrong one when refering to calc_aco_m.

About

This is a straight forward linux port of Thierry Zollers' BTCrack. Should work with most other unixes too, code is nearly ansi clean, except for strdup(), but I guess every OS should have this by now.

Compiling was tested so far with

  • gcc version 4.1.1 (Gentoo 4.1.1-r3) on i686-pc-linux-gnu
  • gcc version 4.3.0-alpha20061216 on i586-pc-linux-gnu
  • gcc version 3.3.6 on i586-pc-linux-gnu
  • gcc version 3.4.6 on i586-pc-linux-gnu
  • gcc version 2.95.4 20011002 (Debian prerelease) on i686-pc-linux-gnu
  • gcc version 4.0.3 on sparc-sun-solaris2.8
  • icc Version 9.1 Build 20060706Z on i686-pc-linux-gnu
  • Sun WorkShop 6 update 2 C 5.3 Patch 111679-11 2003/04/02

Test it with the provided csv file: ./btcrack 1 00:11:9F:C4:F3:AE 00:60:57:1A:6B:F1 ./Pin_654321.csv

Contact

You can contact Eric Sesterhen at http://www.cobra-basket.de or [email protected] You can contact Thierry Zoller at http://blog.zoller.lu

Comments

Interestingly there is nearly no difference between icc and gcc on my 2400+ Sempron box, the gcc seems slightly (~5%) faster. And only ~10% between -O3 and -Os. On my K6 the code compiled with an mid-december gcc 4.3 snapshot is twice as fast as the 3.3.6 version :-) On the solaris box, the sun compiler generated better code than the gcc (~15-20%) The dual P3 box, gave me a 1 1/2 speedup of gcc 4.1 to gcc 2.95, 3.4 was only marginally faster (~10%) than 2.95.

btcrack's People

Contributors

mikeryan avatar ifoundthetao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.