meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.25k stars 680 forks source link

I feel like something's missing with my Kali Linux, if there is can someone help me? #778

Closed TheDudeGuy0210 closed 7 years ago

TheDudeGuy0210 commented 7 years ago

I recently just installed Kali Linux to my Android device then started learning to pentest wifi by aircrack-ng. When I typed "iwconfig" command it says that "no wireless extensions", then I tried typing "airmon-ng" but it didn't show any drivers, it only show "??????" and it shows "Not pci, usb, or sdio" to Chipset. It also shows "No session for pid *****" everytime when I opened Kali. I'm a newbie, if there somethings wrong please explain about it to me :)

Somebodyhura commented 7 years ago

You can find the WiFi if you turn it on, but that's not the problem. It's nothing wrong with the Linux deploy...the problem is:

Our mobile devices WiFi can't go on "monitor" mode for aircrack-ng to work. They have the potential but the manufacturs are too lazy to put codes for supporting "monitor" mode in their WiFi driver. That's why there is no "monitor" mode in the WiFi driver and it can't go into that mode and Aircrack-ng or airmon or fern or reaver or whatever depends on WiFi "monitor" mode...won't work.

So just forget about WiFi pen testing on Android.

But.... I heard that some devices like "nexus" devices can support it.

Look for Kali Linux "net hunter" project.

Also check this:

https://play.google.com/store/apps/details?id=net.maxters.droid.airmon&hl=en&referrer=utm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_term%3Dairmon&pcampaignid=APPU_1_qEILWb6MGIaqU5zwm6AL

TheDudeGuy0210 commented 7 years ago

I get it now, thanks. I will look up for it.