NogotoFail Android

Nogotofail was recently released by Google, and I want to use it to test an Android application that I created that connects to a C # server.

I read the documentation and I am confused about how to use it. I have ubuntu running as a virtual machine on my laptop. I have two Android apps that come with Nogotofail installed on my device. I believe that I followed these steps, but I am not getting any results. Has anyone used this for testing and Android app ???

This is what the git documentation says for testing Android:

For testing Android devices we have included our Android client ready to be imported into Eclipse. You will have to build the app and install it on your test device. For testing you can use the access point nogotofail setups or on devices >=JB you can use the OpenVPN setup and a third party VPN application to route your traffic 

My application connects to my server on my localhost: 443 and sends a message and receives a response from the server. Where can I specify nogotofail.mitm that runs on ubuntu? Where can I specify the nogotofail android application where the host address is indicated?

Nogotofail just came out in November 2014, so there aren't many textbooks there ... even on the stack. Any help would be appreciated

+6
source share

Source: https://habr.com/ru/post/981231/


All Articles