Skip to content

Commit

Permalink
BugFix Wordlist with non listed chars
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed May 3, 2024
1 parent bc6a77a commit 4611851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knowsmore/cmd/wordlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ def load_from_arguments(self, args: Namespace) -> bool:
# Database not yet needed
#self.db = self.open_db(args)

self.setup()

return True

def setup(self):
Expand Down Expand Up @@ -155,6 +153,8 @@ def setup(self):

def run(self):

self.setup()

estimated_size = self.calculate()
Logger.pl(
'{+} {W}KnowsMore will generate +- the following amount of data: {O}%s{W}.' % Tools.sizeof_fmt(
Expand Down

0 comments on commit 4611851

Please sign in to comment.