Skip to content

Commit

Permalink
Update dga.py
Browse files Browse the repository at this point in the history
fixed argparse description
  • Loading branch information
baderj authored Jul 25, 2022
1 parent 362cea3 commit a3b0fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tufik/dga.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def dga(date: datetime = None, magic: int = 0x997722ED):


if __name__ == "__main__":
parser = argparse.ArgumentParser(description="DGA of MyDoom")
parser = argparse.ArgumentParser(description="DGA of Tufik")
parser.add_argument(
"-d", "--date", help="date for which to generate domains, e.g., 2022-05-09"
)
Expand Down

0 comments on commit a3b0fa7

Please sign in to comment.