cSploit / android

cSploit - The most complete and advanced IT security professional toolkit on Android.
http://www.csploit.org/
GNU General Public License v3.0
3.33k stars 1.1k forks source link

Traceroute and Inspector fails ( nmap does not run on promiscuous interfaces ) #359

Open vellrya opened 9 years ago

vellrya commented 9 years ago

All functions not work on ZenFone 6. Only Mitm work. When I press "Start" button, I see loading process and all. I don't see results.

gustavo-iniguez-goya commented 9 years ago

Thank you for the report @vellrya. We need logs, the version of csploit you are using, which module is not working, etc.. https://github.com/cSploit/android/wiki/How-to-open-an-issue

vellrya commented 9 years ago

Ok, sorry. I'll try to give need information. My device is Asus ZenFone 6 with Android 5.0 and ZenUI. I'm use a latest version of Csploit (1.6.0 RC. 2.) But and other versions have this bug. (Nightly-build, 1.5, etc) I don't use any Xposed module, but I have fully-installed latest BusyBox

App start ups ok. Network hosts list appear and are clickable. Select the MITM module works. Module "Инспектор", "Трассировка" don't work. When I clicking on the "Start" button I see ~3 sec loading progress and all.

Rubenoo commented 9 years ago

@vellrya and the logcat?

gustavo-iniguez-goya commented 9 years ago

no problem @vellrya thank you for the info btw :) as Rubenoo has said, we need logs from the logcat program. see if you can get them: http://forum.xda-developers.com/showthread.php?t=1726238 https://wiki.cyanogenmod.org/w/logcat

For the Трассировка module, do the following:

vellrya commented 9 years ago

Sorry for the delay. Logcat available here: http://pastebin.com/uxb1fHBB

vellrya commented 9 years ago

I'll try add 8.8.8.8 host, use "Трассировка" module and see... nothing) Probably, logcat help us)

gustavo-iniguez-goya commented 9 years ago

ok, it's a nmap problem.

int route_dst_netlink(const kernel_sockaddrstorage, routenfo, const char_, const kernel_sockaddrstorage): can't find interface "wlan0"'

is any interface in monitor/promiscuous mode by any chance?

post if you can the output of this command: /data/data/org.csploit.android/files/tools/nmap/nmap -iflist -d3

tux-mind commented 9 years ago

http://it-ovid.blogspot.it/2012/05/nmap-routedstnetlink-cant-find.html

footnote after UPDATE

it's a readiotap library issue.

tux-mind commented 9 years ago

ok, solution is pretty simple: update nmap from upstream.

it will also update the detection lua scripts :wink:

will do it soon @vellrya , just hang on some day.

vellrya commented 9 years ago

The problem was so serious that it is not resolved?

sorano commented 9 years ago

@vellrya Don't be rude, be patient instead. People are spending their free time to work on this project. You are always free to fix it on your own.

vellrya commented 9 years ago

Bravo, it's just a great offer)

vellrya commented 9 years ago

I'm going to fix itself. It remains only to find my wrench.

tux-mind commented 9 years ago

requires #220