summarylogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 853d0a7667cc5a2f40e0ffb40e4305775c1d956c (plain)
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
# Changelog of CUPP

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 3.2.0-alpha

 - ran 2to3 on cupp.py to make it Python3 compatible

## 3.1.0-alpha
 - added Python3 port
 - Bugfixes

## 3.0.0
 - added word length shaping function
 - added wordlists downloader function
 - added alectodb parser
 - fixed thresholds for word concatenations
 - fixed sorting in final parsing
 - fixed some user input validations
 - ascii cow now looks nicer :)

## 2.0.0
 - added l33t mode
 - added char mode
 - ability to make pwnsauce with other wordlists or wyd.pl outputs
 - cupp.cfg makes cupp.py easier to configure 


## 1.0.0
- Initial release