From ca0cbd41d267aaaced6a65c6b41ffbcd5804aa6a Mon Sep 17 00:00:00 2001 From: jul10l14 Date: Thu, 20 Jun 2019 04:51:09 -0300 Subject: [PATCH] Fix leet cript --- modules/permutations/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/permutations/main.py b/modules/permutations/main.py index d6bd4eb..18b0a6a 100755 --- a/modules/permutations/main.py +++ b/modules/permutations/main.py @@ -4,7 +4,7 @@ global_list = [] # Texts to numbers def textnumber(x): - return x.translate(str.maketrans('aeioAEIOBTbt', '431043108787')) + return x.translate(str.maketrans('aeioAEIOBTbtsS', '43104310878755')) # make the number def counting1(x): return x+"1"