Skip to content

Commit

Permalink
PadCrypt v2.2.97.0, thx to Lawrence Abrams (@BleepinComputer) and Ma…
Browse files Browse the repository at this point in the history
…lwareHunterTeam @malwrhunterteam
  • Loading branch information
baderj committed Mar 6, 2016
1 parent eb6ee99 commit 2153587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padcrypt/dga.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def dga(date, config_nr):
parser = argparse.ArgumentParser()
parser.add_argument("-d", "--date", help="date for which to generate domains")
parser.add_argument("-v", "--version", help="dga version",
choices=["2.2.86.1", "2.2.96.1"], default="2.2.86.1")
choices=["2.2.86.1", "2.2.97.0"], default="2.2.86.1")
args = parser.parse_args()
if args.date:
d = datetime.strptime(args.date, "%Y-%m-%d")
Expand Down

0 comments on commit 2153587

Please sign in to comment.