Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fooying committed Aug 25, 2015
1 parent a43a52f commit 972d6ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pocsuite/lib/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from lib.core.revision import getRevisionNumber

VERSION = "0.1"
VERSION = "0.3"
REVISION = getRevisionNumber()
SITE = "http://sebug.net"
VERSION_STRING = "pocsuite/%s%s" % (VERSION, "-%s" % REVISION if REVISION else "-nongit-%s" % time.strftime("%Y%m%d", time.gmtime(os.path.getctime(__file__))))
Expand All @@ -30,12 +30,12 @@
LEGAL_DISCLAIMER = "Usage of pocsuite for attacking targets without prior mutual consent is illegal."


BANNER = """\033[01;33m
,--. ,--.
BANNER = """\033[01;33m
,--. ,--.
,---. ,---. ,---.,---.,--.,--`--,-' '-.,---. \033[01;37m{\033[01;%dm%s\033[01;37m}\033[01;33m
| .-. | .-. | .--( .-'| || ,--'-. .-| .-. :
| '-' ' '-' \ `--.-' `' '' | | | | \ --.
| |-' `---' `---`----' `----'`--' `--' `----'
| .-. | .-. | .--( .-'| || ,--'-. .-| .-. :
| '-' ' '-' \ `--.-' `' '' | | | | \ --.
| |-' `---' `---`----' `----'`--' `--' `----'
`--' \033[0m\033[4;37m%s\033[0m
""" % ((31 + hash(REVISION) % 6) if REVISION else 30, VERSION_STRING.split('/')[-1], SITE)
Expand Down

0 comments on commit 972d6ca

Please sign in to comment.