mirror of
https://github.com/thewhiteh4t/pwnedOrNot.git
synced 2026-09-12 12:47:45 +02:00
+10
-11
@@ -72,17 +72,16 @@ def banner():
|
||||
else:
|
||||
os.system('clear') # UNIX
|
||||
|
||||
banner = """
|
||||
______ _ __ __
|
||||
____ _ ______ ___ ____/ / __ \_____/ | / /___ / /_
|
||||
/ __ \ | /| / / __ \/ _ \/ __ / / / / ___/ |/ / __ \/ __/
|
||||
/ /_/ / |/ |/ / / / / __/ /_/ / /_/ / / / /| / /_/ / /_
|
||||
/ .___/|__/|__/_/ /_/\___/\__,_/\____/_/ /_/ |_/\____/\__/
|
||||
/_/
|
||||
"""
|
||||
print (C + banner + W)
|
||||
print (C + ' Developed by : ' + W + 'thewhiteh4t')
|
||||
print (C + ' Version : ' + W + version + '\n')
|
||||
banner = r"""
|
||||
______ _ __ __
|
||||
___ _ _____ ___ ___/ / __ \____/ |/ /__ / /_
|
||||
/ _ \ |/|/ / _ \/ -_) _ / /_/ / __/ / _ \/ __/
|
||||
/ .__/__,__/_//_/\__/\_,_/\____/_/ /_/|_/\___/\__/
|
||||
/_/
|
||||
"""
|
||||
print (G + banner + W)
|
||||
print (G + '[>]' + C + ' Created by : ' + W + 'thewhiteh4t')
|
||||
print (G + '[>]' + C + ' Version : ' + W + version + '\n')
|
||||
|
||||
def main():
|
||||
global addr
|
||||
|
||||
Reference in New Issue
Block a user