From baa9b42f17ada333a71b2ae3a24b5086ebc1a1d2 Mon Sep 17 00:00:00 2001 From: lanjelot Date: Mon, 25 Aug 2014 10:30:43 +1000 Subject: [PATCH] released v0.6 --- patator.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/patator.py b/patator.py index 0ca24ac..1c37993 100755 --- a/patator.py +++ b/patator.py @@ -16,7 +16,7 @@ __email__ = 'patator@hsc.fr' __url__ = 'http://www.hsc.fr/ressources/outils/patator/' __git__ = 'http://code.google.com/p/patator/' __twitter__ = 'http://twitter.com/lanjelot' -__version__ = '0.6-beta' +__version__ = '0.6' __license__ = 'GPLv2' __banner__ = 'Patator v%s (%s)' % (__version__, __git__) @@ -568,6 +568,14 @@ unzip_pass zipfile=path/to/file.zip password=FILE0 0=passwords.txt -x ignore:cod CHANGELOG --------- +* v0.6 2014/08/25 + - added CSV and XML output formats + - added module execution time column + - improved RANGE keyword + - new modules: rlogin_login, umbrack_crack + - minor bug fixes/improvements in http_fuzz and smb_login + - added more TLDs to dns_forward + * v0.5 2013/07/05 - new modules: mysql_query, tcp_fuzz - new RANGE and PROG keywords (supersedes the reading from stdin feature)