Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute error when using -d or -v #212

Closed
luke2103 opened this issue Jun 5, 2021 · 1 comment
Closed

Attribute error when using -d or -v #212

luke2103 opened this issue Jun 5, 2021 · 1 comment

Comments

@luke2103
Copy link

luke2103 commented Jun 5, 2021

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

(venv) lukesh@pop-os:~/TorBot/src$ python3 torBot.py -u http://duskgytldkxiuqc6.onion/ -d

                       __  ____  ____  __        ______
                      / /_/ __ \/ __ \/ /_  ____/_  __/
                     / __/ / / / /_/ / __ \/ __ \/ /
                    / /_/ /_/ / _, _/ /_/ / /_/ / /
                    \__/\____/_/ |_/_____/\____/_/  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??

@KingAkeem
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants