changes.txt 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551
  1. * changes v2.00 -> v2.01:
  2. type.: Feature
  3. file.: Host
  4. desc.: Added native compilation support for FreeBSD
  5. PR...: 23, 25
  6. type.: Feature
  7. file.: Host
  8. desc.: Fixed a possible memory problem for hash type -m 11400 = SIP digest authentication (MD5)
  9. issue: 10
  10. type.: Bug
  11. file.: Host
  12. desc.: Fixed a problem with the -s / -l parameters in attack modes -a 0 (straight) and -a 3 (mask attack)
  13. issue: 2
  14. type.: Bug
  15. file.: Host
  16. desc.: Fixed the output of attack mode -a 4 (permutation attack)
  17. issue: 36
  18. type.: bug
  19. file.: Host
  20. desc.: Implemented a fix for the final output for attack mode -a 5 (table lookup attack)
  21. issue: 37
  22. type.: bug
  23. file.: Host
  24. desc.: Fixed the use of -s / -l parameters together with the attack mode -a 8 (Prince)
  25. issue: 40
  26. * changes v0.50 -> v2.00:
  27. type: Project
  28. file: All
  29. desc: Made the project Open-Source
  30. type: Project
  31. file: All
  32. desc: Switched the license to MIT
  33. type: Feature
  34. file: Host
  35. desc: Removed Timebomb, Beta- and Keyfile- checks
  36. type: feature
  37. file: hashcat-cli
  38. desc: added support for -m 1431 = base64(sha256(unicode($pass)))
  39. type: change
  40. file: hashcat-cli
  41. desc: renamed -m 1100 = Domain Cached Credentials, mscash to -m 1100 = Domain Cached Credentials (DCC), MS Cache
  42. type: change
  43. file: hashcat-cli
  44. desc: renamed rule 'x' to 'O', omit X chars of word at pos N
  45. type: change
  46. file: hashcat-cli
  47. desc: added rule 'x', extract X chars of word at pos N, to keep compatibility to JtR/crack
  48. type: Change
  49. file: Host
  50. desc: switched to newer glibc (testphase; please contact us if you have problems)
  51. type: bug
  52. file: hashcat-cli
  53. desc: fixed --increment-max to allow all values up to the length of the mask
  54. trac: #651
  55. type: bug
  56. file: hashcat-cli
  57. desc: fixed bug in table-lookup attack mode that occurred whenever the replacement possibilities for a single character was very high
  58. trac: #646
  59. type: bug
  60. file: hashcat-cli
  61. desc: fixed --stdout in -a 1 mode in combination with -r, number of outputs were incorrect
  62. trac: #654
  63. type: bug
  64. file: hashcat-cli
  65. desc: --remove did not always remove all hashes when it was closed/quitted too fast
  66. * changes v0.49 -> v0.50:
  67. type: feature
  68. file: hashcat-cli
  69. desc: added support for -m 11000 = PrestaShop
  70. trac: #589
  71. type: feature
  72. file: hashcat-cli
  73. desc: added support for -m 11100 = PostgreSQL Challenge-Response Authentication (MD5)
  74. trac: #490
  75. type: feature
  76. file: hashcat-cli
  77. desc: added support for -m 11200 = MySQL Secure Password Authentication
  78. trac: #541
  79. type: feature
  80. file: hashcat-cli
  81. desc: added support for -m 11400 = SIP digest authentication (MD5)
  82. trac: #539
  83. type: feature
  84. file: hashcat-cli
  85. desc: added interactive mode with prompt
  86. trac: #569
  87. type: feature
  88. file: hashcat-cli
  89. desc: implemented bypass mode for straight, combination, toggle-case, permuatation and table-lookup attack modes
  90. trac: #570
  91. type: feature
  92. file: hashcat-cli
  93. desc: added support for --status-automat i.e. making the status output machine-readable
  94. trac: #534
  95. type: feature
  96. file: hashcat-cli
  97. desc: implemented --status and --status-timer which allows to configure the time in seconds for periodic status updates
  98. trac: #571
  99. type: feature
  100. file: hashcat-cli
  101. desc: added support for --username when using --show
  102. trac: #567
  103. type: feature
  104. file: hashcat-cli
  105. desc: added support for --username when using --remove
  106. trac: #568
  107. type: feature
  108. file: hashcat-cli
  109. desc: backported latest prince-attack code from github version
  110. type: feature
  111. file: hashcat-cli
  112. desc: added missing -s and -l support for prince-attack
  113. trac: #584
  114. type: feature
  115. file: hashcat-cli
  116. desc: added support for hashcat mask files (.hcmask)
  117. trac: #586
  118. type: feature
  119. file: hashcat-cli
  120. desc: new workaround for -m 2500 = WPA/WPA2 key versions which are not valid (should always be < 256)
  121. type: change
  122. file: hashcat-cli
  123. desc: dropped avx/avx2 binaries as they do not really contain avx/avx2 code
  124. type: change
  125. file: hashcat-cli
  126. desc: increment mode disabled by default, --increment switch must be used now for increment mode
  127. trac: #572
  128. type: change
  129. file: hashcat-cli
  130. desc: renamed -a 6 prince-attack to -a 8 prince-attack
  131. type: change
  132. file: hashcat-cli
  133. desc: renamed -m 112 Oracle 11g/12c to -m 112 Oracle S: Type (Oracle 11+)
  134. type: change
  135. file: hashcat-cli
  136. desc: renamed -m 3810 = md5($salt.$pass.$salt) to -m 3800 = md5($salt.$pass.$salt)
  137. type: change
  138. file: hashcat-cli
  139. desc: renamed -m 4710 = sha1($salt.$pass.$salt) to -m 4900 = sha1($salt.$pass.$salt)
  140. type: change
  141. file: hashcat-cli
  142. desc: renamed -m 7100 = OS X v10.8 / v10.9 to OS X v10.8+
  143. type: change
  144. file: hashcat-cli
  145. desc: synchronized default value for PRINCE attack-mode parameters with princeprocessor
  146. type: bug
  147. file: hashcat-cli
  148. desc: fixed --runtime under windows in PRINCE attack mode
  149. trac: #555
  150. type: bug
  151. file: hashcat-cli
  152. desc: in PRINCE attack-mode removed unwanted dupes in --stdout mode
  153. type: bug
  154. file: hashcat-cli
  155. desc: In PRINCE attack-mode fixed a memory leak
  156. type: bug
  157. file: hashcat-cli
  158. desc: added additional checks for hexadecimal values supplied in masks by using the --hex-charset switch
  159. trac: #610
  160. type: bug
  161. file: hashcat-cli
  162. desc: fixed --remove feature in single-hash mode
  163. trac: #553
  164. type: bug
  165. file: hashcat-cli
  166. desc: fixed problem in combinator attack, duplicates were sometimes in the output
  167. trac: #228
  168. * changes v0.48 -> v0.49:
  169. type: improvement
  170. file: hashcat-cli
  171. desc: implemented new attack-mode 6 Prince
  172. type: feature
  173. file: hashcat-cli
  174. desc: added support for -m 12 = PostgreSQL
  175. type: feature
  176. file: hashcat-cli
  177. desc: added support for -m 23 = Skype
  178. type: feature
  179. file: hashcat-cli
  180. desc: added support for -m 133 = PeopleSoft
  181. type: feature
  182. file: hashcat-cli
  183. desc: added support for -m 1421 = hMailServer
  184. type: feature
  185. file: hashcat-cli
  186. desc: added support for -m 2410 = Cisco-ASA MD5
  187. type: feature
  188. file: hashcat-cli
  189. desc: added support for -m 2612 = PHPS
  190. type: feature
  191. file: hashcat-cli
  192. desc: added support for -m 3711 = Mediawiki B type
  193. type: feature
  194. file: hashcat-cli
  195. desc: added support for -m 4710 = sha1($salt.$pass.$salt)
  196. type: feature
  197. file: hashcat-cli
  198. desc: added support for -m 7900 = Drupal7
  199. type: feature
  200. file: hashcat-cli
  201. desc: added support for -m 8400 = WBB3, Woltlab Burning Board 3
  202. type: feature
  203. file: hashcat-cli
  204. desc: added support for -m 9200 = Cisco $8$
  205. type: feature
  206. file: hashcat-cli
  207. desc: added support for -m 9900 = Radmin2
  208. type: feature
  209. file: hashcat-cli
  210. desc: added support for -m 10000 = Django (PBKDF2-SHA256)
  211. type: feature
  212. file: hashcat-cli
  213. desc: added support for -m 10200 = Cram MD5
  214. type: feature
  215. file: hashcat-cli
  216. desc: added support for -m 10300 = SAP CODVN H (PWDSALTEDHASH) iSSHA-1
  217. type: feature
  218. file: hashcat-cli
  219. desc: added new switch --benchmark such that user can benchmark his cpu cracking performance
  220. trac: #253
  221. type: change
  222. file: hashcat-cli
  223. desc: renamed -m 800 = SHA1 (Django) to -m 124 = Django (SHA-1)
  224. type: bug
  225. file: hashcat-cli
  226. desc: Fixed salt length problem with -m 7600 = Redmine Project Management Web App
  227. trac: #543
  228. type: bug
  229. file: hashcat-cli
  230. desc: hash mode -m 5100 failed to match beginning, middle and end of MD5 hash
  231. trac: #544
  232. * changes v0.47 -> v0.48:
  233. type: feature
  234. file: hashcat-cli
  235. desc: added AVX2 target
  236. type: feature
  237. file: hashcat-cli
  238. desc: added support for -m 8900 = scrypt
  239. trac: #295
  240. type: feature
  241. file: hashcat-cli
  242. desc: added support for -m 9300 = Cisco $9$
  243. type: change
  244. file: hashcat-cli
  245. desc: renamed -m 112 = Oracle 11g to -m 112 = Oracle 11g/12c
  246. type: change
  247. file: hashcat-cli
  248. desc: renamed hash type Joomla into 'Joomla < 2.5.18', -m 400 has now also the note about MD5(Joomla)
  249. trac: #402
  250. type: change
  251. file: hashcat-cli
  252. desc: added support for plains lengths up to 64 for -m 1800 = sha512crypt
  253. type: change
  254. file: hashcat-cli
  255. desc: renamed -m 4500 format from sha1(sha1($pass)) to Double SHA1
  256. type: change
  257. file: hashcat-cli
  258. desc: renamed -m 4800 format from MD5(Chap) to MD5(Chap), iSCSI CHAP authentication
  259. type: change
  260. file: hashcat-cli
  261. desc: renamed -m 9999 = Plaintext to -m 99999 = Plaintext
  262. type: feature
  263. file: hashcat-cli
  264. desc: don't modify bcrypt signature ($2a$, $2x$, $2y$) when parsing/printing the hashes
  265. type: feature
  266. file: hashcat-cli
  267. desc: added some new output formats with crack position, aligned output formats with oclHashcat
  268. type: feature
  269. file: hashcat-cli
  270. desc: synchronized rule rejection occurences with rule engine of oclHashcat
  271. type: feature
  272. file: hashcat-cli
  273. desc: added --runtime argument such that user can set the maximum number of seconds hashcat should run
  274. trac: #105
  275. type: feature
  276. file: hashcat-cli
  277. desc: change output plains to $HEX[...] format by default, you can disable it with --outfile-autohex-disable
  278. trac: #148
  279. type: feature
  280. file: hashcat-cli
  281. desc: OS X v10.9 uses same algorithm as 10.8, help/docs updated accordingly
  282. trac: #236
  283. type: feature
  284. file: hashcat-cli
  285. desc: Added support for higher --threads values, auto-detection of available CPU cores
  286. trac: #368
  287. type: feature
  288. file: rules
  289. desc: added InsidePro-HashManager.rule
  290. type: feature
  291. file: rules
  292. desc: added dive.rule
  293. Trac: #519
  294. type: change
  295. file: hashcat-cli
  296. desc: aligned some switches with oclHashcat switches, for instance renamed --disable-potfile to --potfile-disable
  297. type: change
  298. file: rules
  299. desc: renamed passwordspro.rule to InsidePro-PasswordsPro.rule
  300. type: bug
  301. file: hashcat-cli
  302. desc: --hash-mode was invalid, changed to --hash-type
  303. type: bug
  304. file: hashcat-cli
  305. desc: problems with very large ETA fixed, adapted status display to display ETA > 10 years similar to oclHashcat
  306. trac: #407
  307. type: bug
  308. file: hashcat-cli
  309. desc: fixed problem w/ 'delete range' rule (xNM) which did not allow to remove chars if at the very end
  310. trac: #444
  311. type: bug
  312. file: hashcat-cli
  313. desc: fixed memory problem in --debug-mode 3 and 4
  314. trac: #470
  315. type: bug
  316. file: hashcat-cli
  317. desc: fixed problems with special multi-byte plains and -m 200 = MySQL323
  318. type: bug
  319. file: hashcat-cli
  320. desc: fixed hash mode -m 1100 == dcc - hash:salt pairs w/ almost identical salts but of different case failed to crack
  321. type: bug
  322. file: hashcat-cli
  323. desc: fixed issues with 32 bit version - affected hash types are 1750, 1760, 6500 or 7100
  324. type: bug
  325. file: hashcat-cli
  326. desc: fixed -m 5600 parsing + solves crash that could occur when hash file contained wrong hash format
  327. type: feature
  328. file: hashcat-cli
  329. desc: fixed -m 7600 = Redmine Project Management Web App hash type number, -m 7600 gave error with previous version
  330. * changes v0.46 -> v0.47:
  331. type: feature
  332. file: hashcat-cli
  333. desc: added -m 123 = EPi
  334. type: feature
  335. file: hashcat-cli
  336. desc: added -m 1430 = sha256(unicode($pass).$salt)
  337. type: feature
  338. file: hashcat-cli
  339. desc: added -m 1440 = sha256($salt.unicode($pass))
  340. type: feature
  341. file: hashcat-cli
  342. desc: added -m 1441 = EPiServer 6.x >= v4
  343. type: feature
  344. file: hashcat-cli
  345. desc: added -m 1711 = SSHA-512(Base64), LDAP {SSHA512}
  346. type: feature
  347. file: hashcat-cli
  348. desc: added -m 1730 = sha512(unicode($pass).$salt)
  349. type: feature
  350. file: hashcat-cli
  351. desc: added -m 1740 = sha512($salt.unicode($pass))
  352. type: feature
  353. file: hashcat-cli
  354. desc: added -m 7400 = SHA-256(Unix)
  355. trac: #176
  356. type: feature
  357. file: hashcat-cli
  358. desc: added -m 7600 = Redmine SHA1
  359. type: feature
  360. file: hashcat-cli
  361. desc: debug mode can now be used also together with -g, generate rule
  362. type: feature
  363. file: hashcat-cli
  364. desc: support added for using external salts together with mode 160 = HMAC-SHA1 (key = $salt)
  365. type: feature
  366. file: hashcat-cli
  367. desc: allow empty salt/key for HMAC algos
  368. type: feature
  369. file: hashcat-cli
  370. desc: allow variable rounds for hash modes 500, 1600, 1800, 3300, 7400 using rounds= specifier
  371. type: feature
  372. file: hashcat-cli
  373. desc: added --generate-rules-seed, sets seed used for randomization so rulesets can be reproduced
  374. type: feature
  375. file: hashcat-cli
  376. desc: added output-format type 8 (position:hash:plain)
  377. type: feature
  378. file: hashcat-cli
  379. desc: updated/added some hcchr charset files in /charsets, some new files: Bulgarian, Polish, Hungarian
  380. cred: Rub3nCT
  381. type: feature
  382. file: hashcat-cli
  383. desc: format output when using --show according to the --outfile-format option
  384. trac: #117
  385. type: feature
  386. file: hashcat-cli
  387. desc: show mask length in status screen
  388. trac: #180
  389. type: bug
  390. file: hashcat-cli
  391. desc: --disable-potfile in combination with --show or --left resulted in a crash, combination was disallowed
  392. type: bug
  393. file: hashcat-cli
  394. desc: --help had wrong algorithm for hash mode 40
  395. type: bug
  396. file: hashcat-cli
  397. desc: whenever the plain corresponding to the hash (single hash run) was found, avoid printing or storing it more than once
  398. type: bug
  399. file: hashcat-cli
  400. desc: wrong plain in output for sha1-based hashes with AVX/XOP binaries
  401. trac: #173
  402. type: bug
  403. file: hashcat-cli
  404. desc: plaintext (-m 9999) multi-hashes were not successfully recovered
  405. trac: #199
  406. type: bug
  407. file: hashcat-cli
  408. desc: fixed crashes with hash mode -m 400 (phpass) when the plain length was greater 48
  409. trac: #221
  410. type: bug
  411. file: hashcat-cli
  412. desc: not loading all salts when using salted sha1 modes
  413. trac: #227
  414. * changes v0.45 -> v0.46:
  415. type: feature
  416. file: hashcat-cli
  417. desc: added -m 11 = Joomla
  418. type: feature
  419. file: hashcat-cli
  420. desc: added -m 21 = osCommerce, xt:Commerce
  421. type: feature
  422. file: hashcat-cli
  423. desc: added -m 30 = md5(unicode($pass).$salt)
  424. type: feature
  425. file: hashcat-cli
  426. desc: added -m 40 = md5($salt.unicode($pass))
  427. type: feature
  428. file: hashcat-cli
  429. desc: added -m 112 = Oracle 11g
  430. type: feature
  431. file: hashcat-cli
  432. desc: added -m 130 = sha1(unicode($pass).$salt)
  433. type: feature
  434. file: hashcat-cli
  435. desc: added -m 132 = MSSQL(2005)
  436. type: feature
  437. file: hashcat-cli
  438. desc: added -m 140 = sha1($salt.unicode($pass))
  439. type: feature
  440. file: hashcat-cli
  441. desc: added -m 2400 = Cisco-PIX MD5
  442. type: feature
  443. file: hashcat-cli
  444. desc: added -m 3200 = bcrypt, Blowfish(OpenBSD)
  445. type: feature
  446. file: hashcat-cli
  447. desc: added -m 5800 = Samsung Android Password/PIN
  448. type: feature
  449. file: hashcat-cli
  450. desc: added -m 7000 = Fortigate (FortiOS)
  451. type: feature
  452. file: hashcat-cli
  453. desc: added -m 7100 = OS X v10.8
  454. type: feature
  455. file: hashcat-cli
  456. desc: added -m 7200 = GRUB 2
  457. type: feature
  458. file: hashcat-cli
  459. desc: added -m 7300 = IPMI2 RAKP HMAC-SHA1
  460. type: feature
  461. file: hashcat-cli
  462. desc: make all --outfile-formats similar to oclHashcat, adds new outfile-formats
  463. trac: #99
  464. type: feature
  465. file: hashcat-cli
  466. desc: Debug mode: output to stderr instead of stdout
  467. trac: #146
  468. type: feature
  469. file: hashcat-cli
  470. desc: New debug mode 3, output word + separator + finding rule
  471. trac: #156
  472. type: feature
  473. file: hashcat-cli
  474. desc: more flexible salt length for AIX hashes
  475. trac: #157
  476. type: feature
  477. file: hashcat-cli
  478. desc: Allow the usage of external salts (-e) together w/ -m 121 (SMF > 1.1)
  479. trac: #163
  480. type: feature
  481. file: hashcat-cli
  482. desc: New switches: --username (ignore username in hash file), --show (cracked), --left (show un-cracked)
  483. type: feature
  484. file: hashcat-cli
  485. desc: Add outfile format reference in help (not-inline)
  486. type: improvement
  487. file: hashcat-cli
  488. desc: mode -m 111 nsldaps: more flexible salt length (0-20 chars)
  489. type: improvement
  490. file: hashcat-cli
  491. desc: mode -m 1000 NTLM: Performance increased by 22% (60 MH/s -> 73 MH/s)
  492. type: improvement
  493. file: hashcat-cli
  494. desc: mode -m 1800 sha512crypt: Allow up to 55 char passwords
  495. type: improvement
  496. file: hashcat-cli
  497. desc: mode -m 1800 sha512crypt: Performance increased by 82% (2010H/s -> 3670H/s)
  498. type: bug
  499. file: hashcat-cli
  500. desc: include salt for hash mode 1722 OS X v10.7 in output
  501. type: bug
  502. file: hashcat-cli
  503. desc: fixed Half MD5 input/output format
  504. type: bug
  505. file: hashcat-cli
  506. desc: fixed MD5(CHAP) output format
  507. type: bug
  508. file: hashcat-cli
  509. desc: expire time (--expire) not showing valid timestamp fixed
  510. type: bug
  511. file: hashcat-cli
  512. desc: don't output salts when --remove is used, but else always output the salts
  513. type: bug
  514. file: hashcat-cli
  515. desc: --remove and single hash cracking should output empty file on success
  516. * changes v0.44 -> v0.45:
  517. type: feature
  518. file: hashcat-cli
  519. desc: show status screen also when all hashes were recovered AND add start/stop time too
  520. type: feature
  521. file: hashcat-cli
  522. desc: added -m 6300 = AIX {smd5}
  523. cred: philsmd
  524. type: feature
  525. file: hashcat-cli
  526. desc: added -m 6400 = AIX {ssha256}
  527. cred: philsmd
  528. type: feature
  529. file: hashcat-cli
  530. desc: added -m 6500 = AIX {ssha512}
  531. cred: philsmd
  532. type: feature
  533. file: hashcat-cli
  534. desc: added -m 6700 = AIX {ssha1}
  535. cred: philsmd
  536. type: feature
  537. file: hashcat-cli
  538. desc: added -m 6900 = GOST R 34.11-94
  539. cred: Xanadrel
  540. type: feature
  541. file: hashcat-cli
  542. desc: dropped predefined charsets ?h, ?F, ?G and ?R
  543. trac: #55
  544. type: feature
  545. file: hashcat-cli
  546. desc: added a collection of language-specific charset-files for use with masks
  547. trac: #55
  548. type: feature
  549. file: hashcat-cli
  550. desc: changed the E rule to lowercase all input before processing, its more intuitive
  551. trac: #110
  552. type: feature
  553. file: rules
  554. desc: added a more more complex leetspeak rules file from unix-ninja
  555. trac: #112
  556. type: feature
  557. file: hashcat-cli
  558. desc: changed outfile opts to line up with OCL style
  559. trac: #120
  560. type: feature
  561. file: hashcat-cli
  562. desc: --remove in combination w/ external salts should output plain hash files only (no salt)
  563. trac: #153
  564. type: bug
  565. file: hashcat-cli
  566. desc: fix progress line in status screen when all hashes were recovered
  567. type: bug
  568. file: hashcat-cli
  569. desc: fix for some possible memory overflow problems
  570. type: bug
  571. file: hashcat-cli
  572. desc: an external salt sort failure caused some hashes not to be checked against the digests
  573. trac: #74
  574. type: bug
  575. file: hashcat-cli
  576. desc: fixed a null-pointer dereference that can lead to a segmentation fault
  577. trac: #104
  578. type: bug
  579. file: hashcat-cli
  580. desc: fixed a bug if hashlist contains words with ascii character code >= 0x80
  581. trac: #108
  582. type: bug
  583. file: hashcat-cli
  584. desc: fixed a bug in -m 8900 = SCRYPT in extreme high settings
  585. * changes v0.43 -> v0.44:
  586. type: feature
  587. file: hashcat-cli
  588. desc: added mode -m 9999 = Plaintext
  589. trac: #45
  590. type: feature
  591. file: hashcat-cli
  592. desc: added mode -m 5500 = NetNTLMv1 + ESS
  593. trac: #96
  594. type: feature
  595. file: hashcat-cli
  596. desc: added -m 5700 = Cisco-IOS SHA256
  597. cred: philsmd
  598. type: change
  599. file: hashcat-cli
  600. desc: changed the hash-format for NetNTLMv1 and NetNTLMv2 to .lc format
  601. cred: #98
  602. type: bug
  603. file: hashcat-cli
  604. desc: fixed bug in 32 bit version, did not crack -m 1800 sha512crypt
  605. trac: #92
  606. type: bug
  607. file: hashcat-cli
  608. desc: fixed bug in NetNTLMv2 parser
  609. trac: #95
  610. * changes v0.42 -> v0.43:
  611. type: feature
  612. file: hashcat-cli
  613. desc: added mode -m 2500 = WPA/WPA2
  614. trac: #28
  615. type: feature
  616. file: hashcat-cli
  617. desc: added mode -m 3720 = md5($pass.md5($salt))
  618. type: feature
  619. file: hashcat-cli
  620. desc: added mode -m 3721 = WebEdition CMS
  621. type: feature
  622. file: hashcat-cli
  623. desc: added mode -m 5100 = Half MD5
  624. type: feature
  625. file: hashcat-cli
  626. desc: added mode -m 5200 = Password Safe SHA-256
  627. trac: #19
  628. type: feature
  629. file: hashcat-cli
  630. desc: added mode -m 5300 = IKE-PSK MD5
  631. trac: #5
  632. type: feature
  633. file: hashcat-cli
  634. desc: added mode -m 5400 = IKE-PSK SHA1
  635. trac: #5
  636. type: feature
  637. file: hashcat-cli
  638. desc: added mode -m 5500 = NetNTLMv1
  639. trac: #51
  640. type: feature
  641. file: hashcat-cli
  642. desc: added mode -m 5600 = NetNTLMv2
  643. trac: #56
  644. type: feature
  645. file: hashcat-cli
  646. desc: added new line to status output
  647. trac: #14
  648. type: feature
  649. file: hashcat-cli
  650. desc: added --expire option to view timebomb date
  651. type: feature
  652. file: hashcat-cli
  653. desc: added expiration timer 2 months before expiration
  654. type: feature
  655. file: hashcat-cli
  656. desc: check for cpu instruction set on startup or die gracefully
  657. trac: #81
  658. type: bug
  659. file: hashcat-cli
  660. desc: fixed bug in table-attack
  661. trac: #29
  662. type: bug
  663. file: hashcat-cli
  664. desc: fixed bug in rule-engine in Dx function
  665. trac: #52
  666. type: bug
  667. file: hashcat-cli
  668. desc: fixed bug pot file contains incorrect hash
  669. trac: #77
  670. type: bug
  671. file: hashcat-cli
  672. desc: fixed bug in user-defined charset if using to many predefined variables
  673. type: bug
  674. file: hashcat-cli
  675. desc: fixed bug in hex-charset
  676. type: bug
  677. file: hashcat-cli
  678. desc: fixed bug that crashed hashcat on windows xp
  679. * changes v0.41 -> v0.42:
  680. type: feature
  681. file: hashcat-cli
  682. desc: added mode -m 141: EPiServer 6.x
  683. type: feature
  684. file: hashcat-cli
  685. desc: added mode -m 5000: SHA-3(Keccak)
  686. type: feature
  687. file: hashcat-cli
  688. desc: added --hex-salt
  689. type: feature
  690. file: hashcat-cli
  691. desc: added new rule function (JtR compatible): M - memorize the word (for use with "Q", "X", "4" and "6")
  692. type: feature
  693. file: hashcat-cli
  694. desc: added new rule function (JtR compatible): Q - query the memory and reject the word unless it has changed
  695. type: feature
  696. file: hashcat-cli
  697. desc: added new rule function (JtR compatible): X - extract substring NM from memory and insert into current word at I
  698. type: feature
  699. file: hashcat-cli
  700. desc: added new rule function: 4 - appends word from memory to current word
  701. type: feature
  702. file: hashcat-cli
  703. desc: added new rule function: 6 - prepends word from memory to current word
  704. type: bug
  705. file: host programs
  706. desc: fixed -m 1731 bug
  707. cred: Incisive
  708. type: bug
  709. file: host programs
  710. desc: fixed -1 ?a binding
  711. cred: mem5
  712. type: typo
  713. file: host programs
  714. desc: fixed --help screen
  715. cred: blaz
  716. * changes v0.40 -> v0.41:
  717. type: feature
  718. file: host programs
  719. desc: added support for AVX and XOP instruction set
  720. type: feature
  721. file: hashcat-cli
  722. desc: added wide-character support to table-lookup attack engine
  723. cred: epixoip
  724. type: feature
  725. file: host programs
  726. desc: optimized word-generator in -a 3 mode
  727. type: feature
  728. file: host programs
  729. desc: change potfile format to hash:password
  730. cred: m4tr1x
  731. type: feature
  732. file: hashcat-cli
  733. desc: added mode -m 122: OS X v10.4, 10.5, 10.6
  734. cred: radix
  735. type: feature
  736. file: hashcat-cli
  737. desc: added mode -m 1722: OS X v10.7
  738. cred: radix
  739. type: feature
  740. file: hashcat-cli
  741. desc: added mode -m 50: HMAC-MD5 (key = $pass)
  742. type: feature
  743. file: hashcat-cli
  744. desc: added mode -m 60: HMAC-MD5 (key = $salt)
  745. type: feature
  746. file: hashcat-cli
  747. desc: added mode -m 150: HMAC-SHA1 (key = $pass)
  748. type: feature
  749. file: hashcat-cli
  750. desc: added mode -m 160: HMAC-SHA1 (key = $salt)
  751. type: feature
  752. file: hashcat-cli
  753. desc: added mode -m 1450: HMAC-SHA256 (key = $pass)
  754. type: feature
  755. file: hashcat-cli
  756. desc: added mode -m 1460: HMAC-SHA256 (key = $salt)
  757. type: feature
  758. file: hashcat-cli
  759. desc: added mode -m 1750: HMAC-SHA512 (key = $pass)
  760. type: feature
  761. file: hashcat-cli
  762. desc: added mode -m 1760: HMAC-SHA512 (key = $salt)
  763. type: feature
  764. file: hashcat-cli
  765. desc: added mode -m 1731: MSSQL 2012
  766. cred: radix
  767. type: bug
  768. file: hashcat-cli
  769. desc: Fixed a bug when using -e with salted sha256 or sha512
  770. cred: Rub3nCT
  771. * changes v0.39 -> v0.40:
  772. type: feature
  773. file: hashcat-cli
  774. desc: added -m 1410: sha256($pass.$salt)
  775. cred: Xanadrel
  776. type: feature
  777. file: hashcat-cli
  778. desc: added -m 1420: sha256($salt.$pass)
  779. cred: Xanadrel
  780. type: feature
  781. file: hashcat-cli
  782. desc: added -m 1710: sha512($pass.$salt)
  783. cred: Xanadrel
  784. type: feature
  785. file: hashcat-cli
  786. desc: added -m 1720: sha512($salt.$pass)
  787. cred: Xanadrel
  788. type: feature
  789. file: hashcat-cli
  790. desc: added -m 4400: md5(sha1($pass))
  791. cred: Xanadrel
  792. type: feature
  793. file: hashcat-cli
  794. desc: added -m 4700: sha1(md5($pass))
  795. cred: Xanadrel
  796. type: feature
  797. file: hashcat-cli
  798. desc: added OSX compiling support
  799. cred: radix
  800. type: change
  801. file: hashcat-cli
  802. desc: modified hash modes to match oclHashcat-plus
  803. cred: radix
  804. type: change
  805. file: best64.rule
  806. desc: replaced content of best64.rule with the best rules from the best64.rule contest
  807. type: extension
  808. file: A0.M1410, A0.M1420, A0.M1710, A0.M1720, A0.M4400, A0.M4700
  809. desc: added examples files
  810. cred: Xanadrel
  811. type: bug
  812. file: hashcat-cli
  813. desc: Fixed a bug in sha512crypt leading to code not found
  814. type: bug
  815. file: hashcat-cli
  816. desc: Fixed a bug in commandline-parser which occurs if running in --stdout mode
  817. cred: Xanadrel
  818. type: bug
  819. file: hashcat-cli
  820. desc: Fixed a bug in mask processor when using ?h, ?D, ?F or ?R
  821. cred: undeath
  822. type: bug
  823. file: hashcat-cli
  824. desc: Fixed a bug in mask-attack mode when using --stdout mode
  825. type: bug
  826. file: hashcat-cli
  827. desc: fixed a race condition in --remove leading to not removing cracked hashes from hashlist
  828. cred: Boris
  829. type: documentation
  830. file: hashcat-cli
  831. desc: added default masks
  832. cred: Xanadrel
  833. * changes v0.38 -> v0.39:
  834. type: feature
  835. file: hashcat-cli
  836. desc: Replaced Brute-force Attack with backported Mask-Attack from oclHashcat-lite v0.09
  837. cred: radix, Richie
  838. type: feature
  839. file: hashcat-cli
  840. desc: Introduced new rule 'E', upper cases the first letter and every letter after a space
  841. cred: Hash-IT
  842. type: bug
  843. file: hashcat-cli
  844. desc: fixed a bug that caused each 4th rule getting dropped silently
  845. cred: Kgx Pnqvhm, happyKiddy, chort, san
  846. type: change
  847. file: host programs
  848. desc: EULA. Removed sections 2, 6, 8 and 9. Relaxed sections 3 and 7
  849. cred: hdmoore
  850. * changes v0.37 -> v0.38:
  851. type: bug
  852. file: hashcat-cli
  853. desc: 8bit char in table-file in key position caused segmentation fault
  854. cred: Undeath
  855. type: bug
  856. file: hashcat-cli
  857. desc: space char in table-file caused endless loop
  858. cred: Xanadrel
  859. type: bug
  860. file: hashcat-cli
  861. desc: cracking with plains generated by an rejected rule caused weird results
  862. cred: Xanadrel, lanjelot
  863. type: bug
  864. file: hashcat-cli
  865. desc: fixed bug display status at 100% progress even if in --quiet mode
  866. cred: Xanadrel
  867. type: bug
  868. file: tables/leet.table
  869. desc: fixed bug by adding the letter itself to the right side
  870. cred: lanjelot
  871. type: improvement
  872. file: hashcat-cli
  873. desc: added -t shortcut for --table-file
  874. type: improvement
  875. file: rules
  876. desc: added rules/T0XlC.rule
  877. cred: T0XlC
  878. type: improvement
  879. file: rules
  880. desc: backported rules/toggles[12345].rule from oclHashcat-plus v0.06
  881. cred: legion, undeath
  882. type: improvement
  883. file: rules
  884. desc: backported rules/d3ad0ne.rule from oclHashcat-plus v0.06
  885. cred: d3adone
  886. type: improvement
  887. file: rules
  888. desc: backported rules/perfect.rule from oclHashcat-plus v0.06
  889. * changes v0.36 -> v0.37:
  890. type: bug
  891. file: hashcat-cli
  892. desc: rule % was not working correctly
  893. cred: Tommie_c
  894. type: bug
  895. file: hashcat-cli
  896. desc: attack-mode 2 was not working if word from dict was > 9 chars
  897. cred: blandyuk
  898. type: improvement
  899. file: hashcat-cli
  900. desc: added --stdout mode
  901. cred: atom
  902. type: improvement
  903. file: hashcat-cli
  904. desc: removed --debug-mode 3 (use --stdout instead)
  905. cred: atom
  906. type: improvement
  907. file: hashcat-cli
  908. desc: added --quiet mode
  909. cred: atom
  910. type: improvement
  911. file: hashcat-cli
  912. desc: added --disable-potfile
  913. cred: ksp
  914. type: improvement
  915. file: hashcat-cli
  916. desc: added -m 15 = vBulletin > v3.8.5
  917. cred: atom
  918. type: improvement
  919. file: hashcat-cli
  920. desc: added new rule "yN", prepends a block of N chars from and to the start
  921. cred: d3ad0ne
  922. type: improvement
  923. file: hashcat-cli
  924. desc: added new rule "YN", appends a block of N chars from and to the end
  925. cred: d3ad0ne
  926. * changes v0.35 -> v0.36:
  927. type: bug
  928. file: hashcat-cli
  929. desc: crashes if using -a 1 or -a 2 in combination with a single rule
  930. cred: shopeonarope
  931. type: bug
  932. file: hashcat-cli
  933. desc: sse2 inefficiently used if using in -a 1 in combination with rules
  934. cred: shopeonarope
  935. type: bug
  936. file: hashcat-cli
  937. desc: rule K and @ were not working correctly
  938. cred: d3ad0ne
  939. type: bug
  940. file: hashcat-cli
  941. desc: rule i was not working correctly
  942. cred: Tommie_c
  943. type: improvement
  944. file: hashcat-cli
  945. desc: added new rule ".N", replaces char on pos N with char from pos N + 1
  946. cred: d3ad0ne
  947. type: improvement
  948. file: hashcat-cli
  949. desc: added new rule ",N", replaces char on pos N with char from pos N - 1
  950. cred: d3ad0ne
  951. type: improvement
  952. file: hashcat-cli
  953. desc: implemented new attack-mode 5 Table-Lookup Attack.
  954. cred: d3ad0ne
  955. type: improvement
  956. file: hashcat-cli
  957. desc: added -m 1600 = MD5(APR)
  958. cred: atom
  959. type: improvement
  960. file: hashcat-cli
  961. desc: added -m 1700 = SHA512
  962. cred: atom
  963. type: improvement
  964. file: hashcat-cli
  965. desc: added -m 1700 = SHA512(Unix)
  966. cred: atom
  967. type: improvement
  968. file: hashcat-cli
  969. desc: optimized performance of all double iterated attacks
  970. * changes v0.34 -> v0.35:
  971. type: bug
  972. file: hashcat-cli
  973. desc: crashes if using multiple wordlists in -a 4 mode
  974. cred: k9
  975. type: bug
  976. file: hashcat-cli
  977. desc: crashes on windows if wordlist contains no useable words
  978. cred: k9
  979. type: bug
  980. file: oclHashcat
  981. desc: rule ] was not working correctly
  982. cred: mastercracker
  983. type: bug
  984. file: hashcat-cli
  985. desc: crashes in some special constellation if wordlist contains empty lines
  986. cred: atom
  987. type: bug
  988. file: hashcat-cli
  989. desc: removed some optimizations that caused crashes on older cpus
  990. cred: atom
  991. type: improvement
  992. file: hashcat-cli
  993. desc: added 64 bit version
  994. cred: atom
  995. type: improvement
  996. file: hashcat-cli
  997. desc: added -m 1400: SHA256
  998. cred: atom
  999. type: improvement
  1000. file: hashcat-cli
  1001. desc: added --remove to remove hash from hashlist once it is cracked
  1002. cred: atom
  1003. type: improvement
  1004. file: hashcat-cli
  1005. desc: removed feature loading of already cracked hashes from hashlist
  1006. cred: atom
  1007. type: improvement
  1008. file: hashcat-cli
  1009. desc: added debug-mode 3 which can be used an --stdout emulation
  1010. cred: Minga
  1011. type: improvement
  1012. file: hashcat-cli
  1013. desc: increased debug-mode 0 to 1 and debug-mode 1 to 2 for better usability
  1014. cred: atom
  1015. type: improvement
  1016. file: hashcat-cli
  1017. desc: added --ouput-format parameter
  1018. cred: Xanadrel
  1019. type: improvement
  1020. file: hashcat-cli
  1021. desc: added hashcat.pot potfile in which every recovered plaintext is stored
  1022. cred: legion
  1023. type: improvement
  1024. file: rules
  1025. desc: added best64.rule
  1026. cred: atom
  1027. type: documentation
  1028. file: contact.txt
  1029. desc: added homepage, changed email
  1030. cred: atom
  1031. type: documentation
  1032. file: performance.txt
  1033. desc: shows performance progress
  1034. cred: atom
  1035. * changes v0.33 -> v0.34:
  1036. type: bug
  1037. file: hashcat-cli
  1038. desc: show status-screen only once (per second)
  1039. cred: phoenix
  1040. type: improvement
  1041. file: hashcat-cli
  1042. desc: added -m 105: sha1(strtolower($username).$pass)
  1043. cred: atom
  1044. type: improvement
  1045. file: hashcat-cli
  1046. desc: added -m 1200: MD5(Chap)
  1047. cred: atom
  1048. type: improvement
  1049. file: hashcat-cli
  1050. desc: added -m 1300: MSSQL
  1051. cred: atom
  1052. type: improvement
  1053. file: hashcat-cli
  1054. desc: MD5 speed increase on i7 +13%, on core2 +2%
  1055. cred: atom
  1056. type: extension
  1057. file: A0.M105
  1058. desc: added examples files
  1059. cred: BMN4EVER
  1060. type: extension
  1061. file: A0.M1200
  1062. desc: added examples files
  1063. cred: Swenum
  1064. type: extension
  1065. file: A0.M1300
  1066. desc: added examples files
  1067. cred: budden
  1068. type: extension
  1069. file: todos.txt
  1070. desc: removed todos file, instead use hashcat forum
  1071. cred: atom
  1072. type: distribution
  1073. file: hashcat-cli
  1074. desc: no longer using upx, generates some false-positive av alerts
  1075. cred: makaronenma
  1076. * changes v0.32 -> v0.33:
  1077. type: bug
  1078. file: hashcat-cli
  1079. desc: floating point exception if --bf-cs-buf has zero size
  1080. cred: Aritmos
  1081. type: bug
  1082. file: hashcat-cli
  1083. desc: number of segments display overflow on huge wordlist on windows
  1084. cred: the_stranger
  1085. type: bug
  1086. file: hashcat-cli
  1087. desc: segfault in attack-mode 1 when concatinating two oversized words
  1088. cred: atom
  1089. type: improvement
  1090. file: hashcat-cli
  1091. desc: added -m 800: SHA-1(Django)
  1092. cred: atom
  1093. type: improvement
  1094. file: hashcat-cli
  1095. desc: added -m 900: MD4
  1096. cred: atom
  1097. type: improvement
  1098. file: hashcat-cli
  1099. desc: added -m 1000: NTLM
  1100. cred: atom
  1101. type: improvement
  1102. file: hashcat-cli
  1103. desc: added -m 1100: Domain Cached Credentials
  1104. cred: atom
  1105. type: extension
  1106. file: A0.M800, A0.M900, A0.M1000
  1107. desc: added examples files
  1108. cred: K9
  1109. type: extension
  1110. file: A0.M1100
  1111. desc: added examples files
  1112. cred: the_stranger
  1113. * changes v0.31 -> v0.32:
  1114. type: bug
  1115. file: hashcat-cli
  1116. desc: slow loading of big external-salt files on windows
  1117. cred: K9
  1118. type: bug
  1119. file: hashcat-cli
  1120. desc: integer overflow in options -s and -l
  1121. cred: moncojhr, Arkaic
  1122. type: bug
  1123. file: hashcat-cli
  1124. desc: accept md5(Unix) salts of length 0
  1125. cred: the_stranger
  1126. type: bug
  1127. file: hashcat-cli
  1128. desc: crashes if cpu does not support sse2
  1129. cred: atom
  1130. type: improvement
  1131. file: hashcat-cli
  1132. desc: optimized attack-mode 4 and renamed it to permutation attack
  1133. cred: atom
  1134. type: improvement
  1135. file: hashcat-cli
  1136. desc: added debug-mode 2: store every recovered password (build dictionaries)
  1137. cred: K9
  1138. type: documentation
  1139. file: contact.txt
  1140. desc: added email
  1141. cred: atom
  1142. type: documentation
  1143. file: credits.txt
  1144. desc: added credits information file
  1145. cred: atom
  1146. * changes v0.30 -> v0.31:
  1147. type: bug
  1148. file: hashcat-cli
  1149. desc: random seed for -g was not initialized
  1150. cred: D3ad0ne
  1151. type: bug
  1152. file: hashcat-cli
  1153. desc: output does not show recovered hash (only password) when using -m 300
  1154. cred: krypt3r, lemon
  1155. type: bug
  1156. file: hashcat-cli
  1157. desc: CRLF in --eula and --help was \r\r\n, should be \r\n
  1158. cred: hakre
  1159. type: improvement
  1160. file: hashcat-cli
  1161. desc: support loading of already recovered passwords from outfile not MD5
  1162. cred: atom
  1163. type: improvement
  1164. file: hashcat-cli
  1165. desc: implemented idea of new attack-mode. it needs optimization, dont use it
  1166. cred: atom
  1167. type: improvement
  1168. file: hashcat-cli
  1169. desc: load md5(Unix) salts of dynamic length (up to 8 chars)
  1170. cred: Sc00bz
  1171. type: improvement
  1172. file: hashcat-cli
  1173. desc: display notice "NOTE: press enter for status-screen" on startup
  1174. cred: goblinmax
  1175. type: improvement
  1176. file: hashcat-cli
  1177. desc: added --generate-rules-func-min and --generate-rules-func-max
  1178. cred: atom
  1179. type: improvement
  1180. file: generated.rule
  1181. desc: add more rules which recovered a password
  1182. cred: ErrorNeo
  1183. type: improvement
  1184. file: hashcat-cli, bugs.txt, leetspeak.rule
  1185. desc: typos
  1186. cred: D3ad0ne
  1187. type: extension
  1188. file: A0.M101, A0.M102, A0.M200, A0.M300, A0.M400, A0.M500
  1189. desc: added examples files
  1190. cred: atom
  1191. type: documentation
  1192. file: changes.txt
  1193. desc: normalized text format
  1194. cred: atom
  1195. type: documentation
  1196. file: contact.txt
  1197. desc: added contact information file
  1198. cred: atom
  1199. * changes v0.29 -> v0.30:
  1200. first public release