pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>crackle</Name>
  6. <Homepage>https://lacklustre.net/projects/crackle/</Homepage>
  7. <Packager>
  8. <Name>İbrahim KARAGÜZEL</Name>
  9. <Email>karaguzelibrahim@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <PartOf>network</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>crackle cracks Bluetooth Smart (BLE) encryption.</Summary>
  15. <Description>It exploits a flaw in the pairing mechanism that leaves all communications vulnerable to decryption by passive eavesdroppers. crackle can guess or very quickly brute force the TK (temporary key) used in the pairing modes supported by most devices. With this TK, crackle can derive all further keys used during the encrypted session that immediately follows pairing. The LTK (long-term key) is typically exchanged in this encrypted session, and it is the key used to encrypt all future communications between the master and slave.</Description>
  16. <Archive type="targz" sha1sum="9e07df94b8f9858d3128ce553179e31672d6d1fc">https://lacklustre.net/projects/crackle/crackle-0.1.tgz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libpcap-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>crackle</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libpcap</Dependency>
  25. </RuntimeDependencies>
  26. <Summary>crackle cracks Bluetooth Smart (BLE) encryption.</Summary>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="1">
  34. <Date>2016-02-19</Date>
  35. <Version>0.1</Version>
  36. <Comment>First Pisi Release, built with docker</Comment>
  37. <Name>İbrahim KARAGÜZEL</Name>
  38. <Email>karaguzelibrahim@gmail.com</Email>
  39. </Update>
  40. </History>
  41. </PISI>