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
Able to install using poetry. While running, I see connection refused error as below. Also can someone please guide how to run and what output is expected? How to analyze the output for threat detection?
poetry run python torbot -u www.yahoo.com --depth 2 --visualize tree --save json
Traceback (most recent call last):
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpcore_exceptions.py", line 10, in map_exceptions
yield
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpcore_backends\sync.py", line 212, in connect_tcp
sock = socket.create_connection(
File "socket.py", line 845, in create_connection
File "socket.py", line 833, in create_connection ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_transports\default.py", line 66, in map_httpcore_exceptions
yield
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_transports\default.py", line 228, in handle_request
resp = self._pool.handle_request(req)
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpcore_sync\connection_pool.py", line 262, in handle_request
Traceback (most recent call last):
File "runpy.py", line 196, in run_module_as_main
File "runpy.py", line 86, in run_code
File "C:\Tools\TorBot-dev\TorBot-dev\torbot_main.py", line 179, in
run(arg_parser, version)
File "C:\Tools\TorBot-dev\TorBot-dev\torbot_main.py", line 92, in run
print_tor_ip_address(client)
File "C:\Tools\TorBot-dev\TorBot-dev\torbot_main_.py", line 24, in print_tor_ip_address
resp = get_ip(client)
File "C:\Tools\TorBot-dev\TorBot-dev\torbot\modules\api.py", line 19, in get_ip
resp = client.get("https://check.torproject.org/")
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 1041, in get
return self.request(
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 901, in send
response = self._send_handling_auth(
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 966, in _send_handling_redirects
response = self._send_single_request(request)
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 1002, in _send_single_request
response = transport.handle_request(request)
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_transports\default.py", line 227, in handle_request
with map_httpcore_exceptions():
File "contextlib.py", line 153, in exit
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_transports\default.py", line 83, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectError: [WinError 10061] No connection could be made because the target machine actively refused it
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Able to install using poetry. While running, I see connection refused error as below. Also can someone please guide how to run and what output is expected? How to analyze the output for threat detection?
poetry run python torbot -u www.yahoo.com --depth 2 --visualize tree --save json
Traceback (most recent call last):
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpcore_exceptions.py", line 10, in map_exceptions
yield
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpcore_backends\sync.py", line 212, in connect_tcp
sock = socket.create_connection(
File "socket.py", line 845, in create_connection
File "socket.py", line 833, in create_connection
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_transports\default.py", line 66, in map_httpcore_exceptions
yield
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_transports\default.py", line 228, in handle_request
resp = self._pool.handle_request(req)
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpcore_sync\connection_pool.py", line 262, in handle_request
Traceback (most recent call last):
File "runpy.py", line 196, in run_module_as_main
File "runpy.py", line 86, in run_code
File "C:\Tools\TorBot-dev\TorBot-dev\torbot_main.py", line 179, in
run(arg_parser, version)
File "C:\Tools\TorBot-dev\TorBot-dev\torbot_main.py", line 92, in run
print_tor_ip_address(client)
File "C:\Tools\TorBot-dev\TorBot-dev\torbot_main_.py", line 24, in print_tor_ip_address
resp = get_ip(client)
File "C:\Tools\TorBot-dev\TorBot-dev\torbot\modules\api.py", line 19, in get_ip
resp = client.get("https://check.torproject.org/")
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 1041, in get
return self.request(
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 814, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 901, in send
response = self._send_handling_auth(
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 929, in _send_handling_auth
response = self._send_handling_redirects(
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 966, in _send_handling_redirects
response = self._send_single_request(request)
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_client.py", line 1002, in _send_single_request
response = transport.handle_request(request)
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_transports\default.py", line 227, in handle_request
with map_httpcore_exceptions():
File "contextlib.py", line 153, in exit
File "C:\Users\test\AppData\Local\pypoetry\Cache\virtualenvs\torbot-GFC4mzGE-py3.10\lib\site-packages\httpx_transports\default.py", line 83, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ConnectError: [WinError 10061] No connection could be made because the target machine actively refused it
Beta Was this translation helpful? Give feedback.
All reactions