Jump to content

Recommended Posts

Posted

Follow the TCP stream with wireshark. The browser gets redirected somehow...

Posted

Currently, wireshark shows my laptop asking for google, to which the router responds 'there is no such name' and then asks 'who has 192.168.2.5' which is my laptop's dhcp assigned IP address.

Posted

You can open a second console and

tail -f /var/log/kern.log

You may find the wireless card is disconnecting

It might be a WPA_supplicant conflict with another service

Try a kali live cd

Posted

Looking a little closer, I can see my laptop asking for safebrowsing.google.com.mynetworkssid. That is what my router says does not exist. Then my laptop asks for safebrowsing.google.com and the dns on my router replies, but my laptop seems to ignore it and ask again.

Posted

ok the tail command returns a list of stats that look like antennae stats and then shows an IPV6 IP address conflict. the last two lines show the wlan0 device entering and then leaving promiscuous mode.

Posted

Dumb question, but what site did you download kali from?

Posted

Just wanted to make sure it was the official site, since there have been rouge sites offering modified downloads of the distro, which is why I was wondering if you are being redirected at the DNS level. One thing to try, verify the MD5 hash and that its a good download though, but I have a feeling there is something else going on just not sure since we can't see your setup or what you are doing.

You use the wifi manager vs manually connecting, correct? can you try using a wired setup and plug into your router over ethernet so we can rule out it's not just some wonky wifi card issues? I'm wondering if your ISP sees your machines name though or a services on the machine and is blocking access/redirecting you. I would try hard coding OpenDNS into the settings for DNS instead of 8.8.8.8 which is googles DNS servers. You can also add them to your router so they get passed to Kali during DHCP request.

Also if new to kali, know that you're probably running as root. before connecting to the internet open a console and just change the default password since it's publicly known (passwd command) and choose a new password. if on a live disc, should do this every time you login before doing anything else.

If it works under wired, but not wireless, then I'd say it's something on the wifi side not configured properly in which I'd probably not use a wifi manager, and try clearing everything and connecting manually with wpa_supplicant(if your router is using wpa) and dhcpd. (is Dnsmasq installed by default these days on kali?)

Posted

Tried connecting via ethernet cable, everything worked great. Gonna assume at this point that it was the wifi card.

Card may be constantly dropping and reconnecting, which it may be getting bad dhcp updated data and saying your lease is in use or something on the routers end. I think it may just be bad configuration or settings on the wifi side though, but if wired works, that's a good sign. Remember to change your password though. If SSH is up or any other services that can be logged into remotely(although you'd need port fowarding to reach in most cases unless you modem is also a wifi gateway) you have the potential to unlock you home lan to attacks.
Posted

try another access point. I have seen wpa_supplicant struggle with specific access points...

Turn your phone into a hotspot if you need a extra access point

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...