Spoiler Proxy — Network fault simulator

Testing mobile APP with Spoiler Proxy

You can even test your mobile application with Spoiler Proxy.

Because of the bug with the Android emulator, we have to disable DNS in proxychains4 configuration file. Modify the file $HOME/.proxychains/proxychains.conf and comment the second line: #proxy_dns.

strict_chain
#proxy_dns
tcp_read_time_out 150000
tcp_connect_time_out 80000


[ProxyList]
socks5  127.0.0.1 1080

Run Android Emulator with proxychain4. Replace AVDname with the name of your virtual machine:

proxychains4 Android/Sdk/emulator/emulator -avd AVD name

Do not be confused. You will see a lot of connections from the Android OS system too.