ChrisMcMStone / Spinner

A tool for automatic black-box detection of missing hostname verification, including for applications that use certificate pinning.
https://chrismcmstone.github.io/Spinner/
20 stars 8 forks source link

Spinner does not proceeds even after port listening #5

Open sajalnew opened 6 years ago

sajalnew commented 6 years ago

Hi Chris,

Hope ur doing well.!! After running Spinner :I get this message "listening on tcp port 443 and udp port 53." and after that it does not proceeds

My network settings are--

Machine running spinner:

IPv4 Address. . . . . . . . . . . : 192.168.31.208 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.31.1

Android Device IP:192.168.31.32 Default Gateway -192.168.31.1

Both Device and Machine on same wifi network. config file :Entered my censys account details and dns -192.168.31.208

Whitelist file no changes made

I tried with custom domain and whitelist file method but facing the same issue.The logs were also empty Please let me know what I am doing wrong here.

spinner Thanks.

ChrisMcMStone commented 6 years ago

The config file should contain the legitimate DNS server operating on your network (or the internet). Normally this will be your gatway IP or you could set it to one hosted on the internet (e.g. Google's 8.8.8.8).

sajalnew commented 6 years ago

I tried this earlier, but the result was the same.

ChrisMcMStone commented 6 years ago

You need to set the DNS server used by your Android device to the IP of the machine running Spinner (192.168.31.208). Go to WiFi -> Modify Network -> Advanced -> IP Settings, Static -> DNS

ChrisMcMStone commented 6 years ago

@sajalnew Did this work for you?