@@ -58,25 +58,25 @@ def header():
5858 print ( "MMMMMMMMMMMMMWNklccclldk0OxOdcc;. .......;oKWWMMMMMMMM" )
5959 print ( "MMMMMMMMMMMMMMMMWXOdl:::;cc;'... ..',:lx0NMMMMMMMMMMMM" )
6060 print ( "MMMMMMMMMMMMMMMMMMMMMNKOkxddolloodk0XWMMMMMMMMMMMMMMMM" )
61- print (bcolors .FAIL )
61+ print (bcolors .FAIL + bcolors . BOLD )
6262 print ( " __ ____ ____ __ ______ " )
6363 print ( " / /_/ __ \/ __ \/ /_ ____/_ __/ " )
6464 print ( " / __/ / / / /_/ / __ \/ __ \/ / " )
6565 print ( " / /_/ /_/ / _, _/ /_/ / /_/ / / " )
6666 print ( " \__/\____/_/ |_/_.___/\____/_/ V 0.0.3" )
67- print (bcolors .On_Black )
67+ print (bcolors .FAIL + bcolors . On_Black )
6868 print ("#######################################################" )
6969 print ("# TorBot - A python Tor Crawler #" )
7070 print ("# GitHub : https://github.com/DedsecInside/TorBot #" )
71- print ("######################################################" )
71+ print ("####################################################### " )
7272 print (bcolors .FAIL + "LICENSE: GNU Public License" + bcolors .ENDC )
7373 print ()
7474
7575
7676def main ():
7777 header ()
7878 print ("Tor Ip Address :" )
79- a = readPage ("https://check.torproject.org/" )
79+ a = readPage ("https://check.torproject.org/" , 1 )
8080 b = readPage ("http://torlinkbgs6aabns.onion/" )
8181 getMails (b )
8282 getLinks (b )
@@ -88,6 +88,4 @@ def main():
8888 try :
8989 main ()
9090 except KeyboardInterrupt :
91- print ("Interrupt received! Exiting cleanly..." )
92-
93-
91+ print ("Interrupt received! Exiting cleanly..." )
0 commit comments