1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Changes since 0.3.0:
* Added CPyrit-CAL++
* Added CLI-function 'check_db'
* Added CLI-option '-h'
* Added option to batch-create ESSIDs by reading them for a file
* Complete rework of packet-parsing and handshake detection
* Make default workunit-size configureable (workunit_size)
* Make maximum number of used CPUs configurable (limit_ncpus)
* Use GPU-native bitwise rotation with OpenCL if possible
* Use libpcap to access capture-devices/files
* CUDA-plugin now compatible with Fermi-GPUs
* OpenCL-plugin now builds on MacOS 10.6
* Link with libcrypto instead of libssl
* Fixed CUDA-plugin on MacOS 10.6
* Fixed SSE2-detection on old CPUs
* Fixed database-indices
* Fixed rare IndexError in EAPOLCracker
* Numerous fixes in storage-relay code
* Fix deprecation-warning with sqlalchemy.Binary
* Various API-changes
Changes since 0.2.4:
* Removed CPyrit-Stream in favor of OpenCL
* Added Network-Core
* Added SQL-Storage
* Added Remote-Storage
* Added CLI-function 'stripLive'
* Added CLI-function 'attack_cowpatty'
* Added CLI-function 'import_unique_passwords'
* Added CLI-function 'relay'
* Added CLI-function 'serve'
* Added SSE2-support for EAPOLCracker
* Added output-option to all attack-modes
* Fixed EAPOLCracker picking the wrong KeyScheme
* Improved lazy-loading of files
* Sourcecode now almost completely PEP8-compliant
Changes since 0.2.3:
* Added module 'pckttools'
* Added CLI-function 'analyze'
* Added CLI-function 'attack_batch'
* Added CLI-function 'attack_db'
* Added CLI-function 'attack_passthrough'
* Added CLI-function 'strip'
* Fixed SSE2 on MacOS
* Fixed SSE2 with SELinux
* Fixed handling of passwords containing NULLs
* Improved 'benchmark'
* Most functions can now handle gzip-compressed files (-f)
Changes since 0.2.2:
* Added docstrings
* Added CLI-function 'delete_essid'
* Added CLI-function 'verify'
* Added CLI-function 'selftest'
* Added Core for OpenCL
* Added SSE2-path to CPU-Core
* Fixed 'CUDA_ERROR_INVALID_IMAGE' when using CUDA 2.2
* Fixed process exit codes
* Improved scheduling between client and hardware
* Improved storage-code
* Improved performance for almost all CLI-functions
* Builds from SVN-directories now carry their revision-number
|