google / nogotofail

An on-path blackbox network traffic security testing tool
Apache License 2.0
2.94k stars 418 forks source link

failed: Connection refused #31

Open nagedoer opened 9 years ago

nagedoer commented 9 years ago

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

nogotofail

chadbrubaker commented 9 years ago

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

nagedoer commented 9 years ago

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

chadbrubaker commented 9 years ago

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.

nagedoer commented 9 years ago

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

chadbrubaker commented 9 years ago

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

nagedoer commented 9 years ago

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

not starting

chadbrubaker commented 9 years ago

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 https://github.com/google/nogotofail/issues/31#issuecomment-64573872.

nagedoer commented 9 years ago

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?

chadbrubaker commented 9 years ago

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 https://github.com/google/nogotofail/issues/31#issuecomment-64695082.

nagedoer commented 9 years ago

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