Skip to content

Commit

Permalink
add color to scan
Browse files Browse the repository at this point in the history
  • Loading branch information
0xB9 committed Jan 28, 2021
1 parent a0801ec commit 2c76149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def credits():

site = input(lightgreen("Enter MyBB forum URL-> "))

print (run(lightgreen("Scanning ") + ("{}...\n".format(site))))
print (run(lightgreen("Scanning ") + bold(red("{}".format(site)))))
print ("-"*60)

def connection_status(site, plugin_file):
Expand Down

0 comments on commit 2c76149

Please sign in to comment.