From bf8444ae39ffba629fc5faafe6d3770c44b12a77 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 24 Dec 2018 13:18:17 +0100 Subject: [PATCH] rdp disabled --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 2a95b7f..5b69ff2 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ Changelog for hydra Release 8.7-dev * New web page: https://github.com/vanhauser-thc/thc-hydra +* rdp: disabled the module as it does not support the current protocol. If you want to add it contact me * ldap: fixed a dumb strlen on a potential null pointer * http-get/http-post: - now supports H=/h= parameters same as http-form (thanks to mathewmarcus@github for the patch)