-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBanerScan.py
More file actions
84 lines (75 loc) · 4.14 KB
/
BanerScan.py
File metadata and controls
84 lines (75 loc) · 4.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
import os
import sys
def BanerScan():
__system__ = sys.platform
__version__ = str(sys.version).replace(".","")[0:4]
if __version__ > "310":
match __system__:
case "win32":
os.system("cls")
print("""\033[1;31m
[ W E B S I T E S C A N N E R ]
##
## ####
#### ####
######## ####
######## ######
################
################## ➤ INFO ABAIXO:
#################### \033[1;36m[+]\033[m\033[1;33m Website SQL Scan\033[m
\033[1;31m #### ###### #### \033[1;36m[+]\033[m\033[1;33m Coded by: \033[m\033[1;4;32mNano\033[m
\033[1;31m ###### ###### ## \033[1;36m[+]\033[m\033[1;33m Telegram: \033[m\033[1;36mhttps://t.me/rdzin9\033[m
\033[1;31m ############################ \033[1;36m[+]\033[m\033[1;33m Armazenamento:\033[m \033[1;4;32mVULNERAVEIS.txt\033[m
\033[1;31m ###### ######## ######## ##
#################### ######
########## ########## ##########
######## ############ ######
########################## ##
############## ####
############## ######
########## ########
########
######
\033[m""")
case "linux":
os.system("clear")
print("""\033[1;31m
[ W E B S I T E S C A N N E R ]
##
## ####
#### ####
######## ####
######## ######
################
################## ➤ INFO ABAIXO:
#################### \033[1;36m[+]\033[m\033[1m Websites SQL Scan\033[m
\033[1;31m #### ###### #### \033[1;36m[+]\033[m\033[1;33m Coded by:\033[m \033[1;4;32mNano\033[m
\033[1;31m ###### ###### ## \033[1;36m[+]\033[m\033[1;33m Telegram: https://t.me/rdzin9\033[m
\033[1;31m ############################ \033[1;36m[+]\033[m\033[1;33m Armazenamento:\033[m \033[1;4;32mVULNERAVEIS.txt\033[m
\033[1;31m ###### ######## ######## ##
#################### ######
########## ########## ##########
######## ############ ######
########################## ##
############## ####
############## ######
########## ########
########
######
\033[m""")
case _:
print("\033[1;31m[!]\033[m\033\033[1m Seu Sistema operacional: {} Não foi configurado no script!\033[m".format(__system__))
sys.exit()
else:
print("\033[1;31m[!]\033[m\033[1m Versão do python muito antiga!\033[m")
print("\033[1;31m[!]\033[m\033[1m Atualize para a versão 3.10 ou superior!\033[m")
sys.exit()
def Searching():
print("""\x1b\033[1;33m
_ _
___ ___ ___ ___ ___| |_|_|___ ___
|_ -| -_| .'| _| _| | | | . |
|___|___|__,|_| |___|_|_|_|_|_|_ |
|___|
\033[m""")
#.