-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error with the Timeout #1
Comments
I can update the code and do a pull request, but I need some information about how are you able to sniff both client to entry node and exit to webserver packets. In particular, I understand that you are creating a docker container, and you start to sniff and to visit site from that (and this is the part from client to entry node). For the second part you are using an ssh proxy server, but from my experience even if I first start the ssh connection and next tor, or I first start tor and next ssh, the proxy server still receives the packets before the tor circuit and even in this case I'm only able to sniff traffic as a client to entry node sniffer. How can you sniff from exit node to webserver? |
(Just for clarity's sake) the general intended connection structure looks like this...
The critical command to build this is...
to break it down further...
The sequence of connections should look something like
Debugging any breakdown in this chain of connections is a mass headache, so try to get as many of these processes as possible writing correctly to a log file somewhere. |
Hi, I'm trying to use the crawler, but it failed with an error. In particular, the error comes out on this line of code:
It gives me:
From what I read it could be related to the Firefox profile, and I tried to set the profile manually with the path, but it did not solve the situation
The text was updated successfully, but these errors were encountered: