@@ -65,13 +65,13 @@ def header():
65
65
/ __/ / / / /_/ / __ \/ __ \/ /
66
66
/ /_/ /_/ / _, _/ /_/ / /_/ / /
67
67
\__/\____/_/ |_/_____/\____/_/ V{VERSION}
68
- {FAIL} + {On_Black}
68
+ {FAIL} {On_Black}
69
69
#######################################################
70
- # TorBot - A python Tor Crawler #
70
+ # TorBot - An OSINT Tool for Deep Web #
71
71
# GitHub : https://github.com/DedsecInside/TorBot #
72
72
# Help : use -h for help text #
73
73
#######################################################
74
- {FAIL} + " LICENSE: GNU Public License" + {END}""" .format (
74
+ {FAIL} LICENSE: GNU Public License {END}""" .format (
75
75
D3DSEC = D3DSEC , INS1DE = INS1DE , FAIL = b_color .FAIL ,
76
76
BOLD = b_color .BOLD , VERSION = __VERSION , END = b_color .ENDC ,
77
77
On_Black = b_color .On_Black , WHITE = b_color .WHITE
@@ -91,9 +91,9 @@ def get_args():
91
91
action = "store_true" )
92
92
parser .add_argument ("-u" , "--url" ,
93
93
help = "Specifiy a website link to crawl" )
94
- parser .add_argument ("--ip" , help = "Change ip address for tor" )
94
+ parser .add_argument ("--ip" , help = "Change default ip of tor" )
95
95
parser .add_argument ("-p" , "--port" ,
96
- help = "Change port number for tor" )
96
+ help = "Change default port of tor" )
97
97
parser .add_argument ("-s" , "--save" ,
98
98
action = "store_true" ,
99
99
help = "Save results in a file" )
0 commit comments