You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__ ____ ____ __ ______
/ /_/ __ \/ __ \/ /_ ____/_ __/
/ __/ / / / /_/ / __ \/ __ \/ /
/ /_/ /_/ / _, _/ /_/ / /_/ / /
\__/\____/_/ |_/_____/\____/_/ V1.4.0
#######################################################
# TorBot - An OSINT Tool for Dark Web #
# GitHub : https://github.com/DedsecInside/TorBot #
# Help : use -h for help text #
#######################################################
LICENSE: GNU Public License v3
Attempting to connect to https://check.torproject.org/
Tor IP Address: 185.220.101.135
Adding node for: "Woooooooooooo!" -Roger"
Traceback (most recent call last):
File "torBot.py", line 250, in
main()
File "torBot.py", line 169, in main
tree = LinkTree(node)
File "/home/lukesh/TorBot/src/modules/analyzer.py", line 33, in init
self._tree = build_tree(root_node, stop=stop_depth)
File "/home/lukesh/TorBot/src/modules/analyzer.py", line 90, in build_tree
if child.get_children():
File "/home/lukesh/TorBot/src/modules/link.py", line 122, in get_children
return self._children
AttributeError: 'LinkNode' object has no attribute '_children'
Can anyone help me fix this??
The text was updated successfully, but these errors were encountered:
Hey luke, I just merged a fix for this issue so you should be able to use the tree features again. I'm going to be taking a look at some potential issues so let me know if you need help with anything else.
When I run python3 torBot.py -u http://duskgytldkxiuqc6.onion/ -d or python3 torBot.py -u http://duskgytldkxiuqc6.onion/ -v I get the below error
Can anyone help me fix this??
The text was updated successfully, but these errors were encountered: