File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ def FilterURLForOnline(self):
152
152
def ExploreSQL (self ):
153
153
""" EXPLORANDO AS FALHAS SQLinjection """
154
154
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" )))
156
156
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 )))
157
157
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" )))
158
158
sleep (2 )
You can’t perform that action at this time.
0 commit comments