Skip to content

Commit

Permalink
update to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HackingDave committed Apr 22, 2020
1 parent 1eabe0c commit ee8678b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def count_modules():
return counter

# version information
grab_version = "2.3.8"
grab_version = "2.4"

# banner
banner = bcolors.RED + r"""
Expand Down Expand Up @@ -154,7 +154,7 @@ def count_modules():
"""Version: %s""" % (grab_version) + bcolors.ENDC + "\n"

banner += bcolors.YELLOW + bcolors.BOLD + """ Codename: """ + \
bcolors.BLUE + """All the Tools""" + "\n"
bcolors.BLUE + """Toolsmith""" + "\n"

banner += """ """ + bcolors.ENDC + bcolors.backRed + \
"""Red Team Approved""" + bcolors.ENDC + "\n"
Expand Down

0 comments on commit ee8678b

Please sign in to comment.