Skip to content

Commit

Permalink
Merge pull request #2 from OWASP/refatoring
Browse files Browse the repository at this point in the history
Fix leet cript
  • Loading branch information
Julio Lira authored Jun 20, 2019
2 parents 7a16df1 + ca0cbd4 commit b4c989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/permutations/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b4c989d

Please sign in to comment.