Is there any way to put Android WIFI (droid handset) into promiscuous monitoring mode?

后端 未结 1 842
庸人自扰
庸人自扰 2020-12-28 23:46

For a Computer Science Information Warfare class a few years ago I wrote a python script that ran on libpcap promiscuous packet capture files to parse out facebook chat traf

相关标签:
1条回答
  • 2020-12-29 00:14

    As far as I'm aware, there is no way to put the Wifi NIC into monitoring mode from the public API. However, depending on the device used by the phone, you may be able to get the system to put it into monitor mode if you have root access.

    Take a look at the code in the android-wifi-tether project:

    http://code.google.com/p/android-wifi-tether/source/browse/?r=304#svn/trunk%3Fstate%3Dclosed

    There are some Linux binaries and config files in the res/raw/ directory, which are copied into place and controlled by the app in Java.

    Remember that you will need to root the phone for this to work.

    0 讨论(0)
提交回复
热议问题