Skip to content

Commit 3ca4d38

Browse files
authoredJul 11, 2024
Update scan.py
1 parent c186506 commit 3ca4d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def FilterURLForOnline(self):
152152
def ExploreSQL(self):
153153
""" EXPLORANDO AS FALHAS SQLinjection """
154154
BanerScan()
155-
print("\n\033[1;32m[{}]\033[m\033[1;32m [*]\033[m \033[1;33mRealizando testes...\033[m:\n\033[m".fornat(datetime.datetime.now().strftime("%H:%M:%S")))
155+
print("\n\033[1;32m[{}]\033[m\033[1;32m [*]\033[m \033[1;33mRealizando testes...\033[m:\n\033[m".format(datetime.datetime.now().strftime("%H:%M:%S")))
156156
print("\033[1;32m[{}]\033[m\033[1;36m [*]\033[m \033[1mSites filtrados:\033[m \033[1;33m[{}]\033[m".format(datetime.datetime.now().strftime("%H:%M:%S"),len(self.LinksFiltrados2)))
157157
print("\033[1;32m[{}]\033[m\033[1;36m [*]\033[m \033[1mEscaneando código da página...\033[m\n".format(datetime.datetime.now().strftime("%H:%M:%S")))
158158
sleep(2)

0 commit comments

Comments
 (0)
Please sign in to comment.