diff --git a/bolt.py b/bolt.py index 6cede1c..d057f8a 100644 --- a/bolt.py +++ b/bolt.py @@ -4,8 +4,8 @@ def banner(): print (''' - %s⚡ %sBOLT%s ⚡%s v0.2.1-beta%s - ''' % (yellow, white, yellow, white, end)) + %s⚡ %sBOLT%s ⚡%s + ''' % (yellow, white, yellow, end)) banner() @@ -111,6 +111,10 @@ def banner(): with open('./db/hashes.json') as f: hashPatterns = json.load(f) +if not allTokens: + print ('%s No CSRF protection to test' % bad) + quit() + aToken = allTokens[0] matches = [] for element in hashPatterns: