Skip to content

Commit

Permalink
removes unused list of dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Mar 23, 2021
1 parent 749e256 commit d3d17a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gozi/dga.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import argparse


wordlists = {'luther': (4, '.com'), 'rfc4343': (3, '.com'), 'nasa': (5, '.com')}

seeds = {
'luther': {'div': 4, 'tld': '.com', 'nr': 12},
'rfc4343': {'div': 3, 'tld': '.com', 'nr': 10},
Expand Down

0 comments on commit d3d17a2

Please sign in to comment.