Skip to content

Commit

Permalink
Update text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
0xB9 committed Feb 15, 2023
1 parent 255698b commit 23d2e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ def credits():
time.sleep(2)

print ("-"*60)
print (lightgreen("Example: ") + white("MyBBforum.com or subdomain.MyBBforum.com"))
print (lightgreen("Examples:\n") + white("https://MyBBforum.com/ \nhttps://MyBBforum.com/forum/ \nhttps://subdomain.MyBBforum.com/ \nhttps://127.0.0.1/"))
print ("-"*60)

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

print (run(lightgreen(f"Scanning ") + bold(red(site + "...\n"))))
print (run(lightgreen(f"Scanning-> ") + bold(red(site))))
print ("-"*60)

def connection_status(site, index_file):
Expand Down

0 comments on commit 23d2e21

Please sign in to comment.