Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 15, 2017
1 parent c4f71cb commit e47c5c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SqliDorksChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
def main():

port="0"
print('\n')
print(Fore.GREEN,' $$$$$$\ $$\ $$\ $$$$$$\ $$\ $$\ $$$$$$$\ $$\ ')
print(Fore.GREEN,'$ __$$\ $$ | $$ | $$ __$$\ $$ |\__|$$ __$$\ $$ | ')
print(Fore.GREEN,'$$ / \__|$$$$$$$\ $$$$$$\ $$$$$$$\ $$ | $$\ $$ / \__| $$$$$$\ $$ |$$\ $$ | $$ | $$$$$$\ $$$$$$\ $$ | $$\ $$$$$$$\ ')
Expand All @@ -21,7 +22,7 @@ def main():
print(Fore.GREEN,' $$ | ')
print(Fore.GREEN,' $$ | ')
print(Fore.GREEN," \__| ")
print( "THE MENU: ")
print( "\nTHE MENU: ")
print(Fore.YELLOW, Style.BRIGHT, "1) -search by dorks:")
print(Fore.YELLOW, Style.BRIGHT, "2) -scan a given URL:")
choice = input("# ")
Expand Down

0 comments on commit e47c5c4

Please sign in to comment.