google / nogotofail

An on-path blackbox network traffic security testing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed: Connection refused

nagedoer opened this issue · comments

Hi nogotofail,
Can you please help me to fix this problem.

nogotofail

Did you run the MiTM? what were the arguments you passed to it?

Sorry i am not able to understand. Can you please brief me more.

See docs/getting_started.md

You need to run the mitm, the command is at the top of the Example Walkthrough. If you're running on the dev branch omit the -a and -v flags as they're default now.

Hi chadbrubaker,
Thanks for your response.
I am getting the below mentioned error after Run the MITM.

"ImportError: No module named cryptography.hazmat.bindings.openssl.binding"
mitm

I got the below url as a fix for that https://cryptography.io/en/latest/installation/
But there no support for Ubuntu 14.04

You should be able to use the version of pyOpenSSL that Ubuntu ships instead of the newer and more dependency heavy version in pip. use apt-get install python-openssl

Hey thanks i was able to install that successfully but i am getting the below error.
It is not starting.

not starting

That is what you should see when it starts correctly, you should be able to
use proxychains now.

On Wed, Nov 26, 2014, 03:33 nagedoer notifications@github.com wrote:

Hey thanks i was able to install that successfully but i am getting the
below error.
It is not starting.

[image: not starting]
https://cloud.githubusercontent.com/assets/9193287/5200611/90d82600-758d-11e4-86ca-20b84bfe8e6b.png


Reply to this email directly or view it on GitHub
#31 (comment).

how long i should wait to see some progress. Bcoz i spent more than half an hour but no progress in that.

Is there any commands, tasks, works i have to do after this?

You don't have to do anything else, the mitm is running and waiting for
connections.

On Wed, Nov 26, 2014, 11:03 nagedoer notifications@github.com wrote:

how long i should wait to see some progress. Bcoz i spent more than half
an hour but no progress in that.

Is there any commands, tasks, works i have to do after this?


Reply to this email directly or view it on GitHub
#31 (comment).

Hey Chadbrubaker,
Will have a glance again if not will revert you.
Thanks for your time.