Git Product home page Git Product logo

Comments (10)

SubaruSama avatar SubaruSama commented on May 21, 2024

That's odd. In the code of torBot.py, in line 10, it is referencing the right module, and in the module is all good. Have you tried again?
My suggestion is: create a python virtual env, clone the repo and install the dependencies.

from torbot.

JeffBarron avatar JeffBarron commented on May 21, 2024

I have the same issue.

from torbot.

KingAkeem avatar KingAkeem commented on May 21, 2024

How are you executing torBot.py and what version of Python are you using?

from torbot.

samitbrc avatar samitbrc commented on May 21, 2024

oh I have created another issue like this
my python is 3.8.2
os is kali

from torbot.

samitbrc avatar samitbrc commented on May 21, 2024

File "torBot.py", line 10, in
from modules.analyzer import LinkTree
File "/usr/local/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
exec(bytecode, module.dict)
File "modules/analyzer.py", line 6, in
from ete3 import Tree, TreeStyle, TextFace, add_face_to_node
File "/usr/local/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
exec(bytecode, module.dict)
File "site-packages/ete3/init.py", line 51, in
File "/usr/local/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
exec(bytecode, module.dict)
File "site-packages/ete3/ncbi_taxonomy/init.py", line 40, in
File "/usr/local/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
exec(bytecode, module.dict)
File "site-packages/ete3/ncbi_taxonomy/ncbiquery.py", line 56, in
File "/usr/local/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
exec(bytecode, module.dict)
File "sqlite3/init.py", line 23, in
File "/usr/local/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
exec(bytecode, module.dict)
File "sqlite3/dbapi2.py", line 27, in
ModuleNotFoundError: No module named '_sqlite3'
[7377] Failed to execute script torBot

from torbot.

PSNAppz avatar PSNAppz commented on May 21, 2024

Try this: StackOverFlow

from torbot.

samitbrc avatar samitbrc commented on May 21, 2024

Thanks PSN....it worked.....
now I'm able to see the result of python3 torBot.py -h
now can you help me with steps to proceed further....?
I've used the command python3 torbot.py -u http://weevil.info/

  1. It is showing multiple entries.........now I want to understand what is the actual use of crwaling this and get the output?
  2. Is that possible to find darkweb footprints for a website using this tool???

please help

from torbot.

PSNAppz avatar PSNAppz commented on May 21, 2024

@samitbrc Great!

  1. You will get a list of URLs crawled from the page and you can see the tree output. Along with this, you can get the contents of the page, emails etc. So basically, it's an OSINT tool.
  2. We are working on that. Currently, this tool can be used for crawling both dark web and surface web pages.
    @KingAkeem can give some more details.

from torbot.

yekutielyehuda avatar yekutielyehuda commented on May 21, 2024

I got the next errors:

/home/kali/TorBot/torbot/modules/linktree.py:64: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup.
  soup = BeautifulSoup(resp.text, "html.parser")
/home/kali/TorBot/torbot/modules/nlp/main.py:17: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup.
  soup = BeautifulSoup(data, features="html.parser")
/home/kali/TorBot/torbot/modules/linktree.py:175: MarkupResemblesLocatorWarning: The input looks more like a filename than markup. You may want to open this file and pass the filehandle into Beautiful Soup.
  soup = BeautifulSoup(html, "html.parser")
^CInterrupt received! Exiting cleanly...

how can i fix this?

from torbot.

KingAkeem avatar KingAkeem commented on May 21, 2024

These are warnings that are set by BeautifulSoup, the program should still run to completion. I could possibly set the log level to a lower setting so they aren't displayed but it's not a breaking change currently. You can create a new ticket for this warning and I'll take a look at it.

from torbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.