Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start commands #429

Closed
Howley1 opened this issue Oct 14, 2015 · 6 comments
Closed

Cannot start commands #429

Howley1 opened this issue Oct 14, 2015 · 6 comments

Comments

@Howley1
Copy link

Howley1 commented Oct 14, 2015

Device: Moto G 2014
Android 4.4.4
cSploit version: 1.6.2
When I open the app and connected to WiFi the below is added to the debug.log file.
Debug log:

org.csploit.android.core.ChildManager$ChildNotStartedException: cannot start commands
at org.csploit.android.tools.Tool.async(Tool.java:48)
at org.csploit.android.tools.NMap.synScan(NMap.java:142)
at org.csploit.android.tools.NMap.synScan(NMap.java:146)
at org.csploit.android.services.NetworkRadar$2.run(NetworkRadar.java:90)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)

@tux-mind
Copy link
Member

Hi @joehowlin thanks for the report, can you share the whole logcat of the core installation process ?

thank you in advance.

@Howley1
Copy link
Author

Howley1 commented Oct 14, 2015

Here is the logcat http:https://pastebin.com/Ug8GF20V
I got the same error when I opened it on my tablet as well (Nvidia Shield running Android 5.1.1)

@gustavo-iniguez-goya
Copy link
Contributor

The problem is this:

/data/data/org.csploit.android/files/tools/nmap/nmap-services: open failed: ENOENT (No such file or directory)
10-14 13:14:47.283 E/CSPLOITcore.System.errorLogging: java.io.FileNotFoundException: /data/data/org.csploit.android/files/tools/nmap/nmap-services: open failed: ENOENT (No such file or directory)
10-14 13:14:47.283 E/CSPLOITcore.System.errorLogging: at libcore.io.IoBridge.open(IoBridge.java:456)
10-14 13:14:47.283 E/CSPLOITcore.System.errorLogging: at java.io.FileInputStream.(FileInputStream.java:76)
10-14 13:14:47.283 E/CSPLOITcore.System.errorLogging: at java.io.FileInputStream.(FileInputStream.java:103)
10-14 13:14:47.283 E/CSPLOITcore.System.errorLogging: at java.io.FileReader.(FileReader.java:66)
10-14 13:14:47.283 E/CSPLOITcore.System.errorLogging: at org.csploit.android.core.System.preloadServices(System.java:552)

We load the vendors and macs even if the core tools are not installed.

@Howley1
Copy link
Author

Howley1 commented Oct 14, 2015

I do have the core tools installed though.

@Howley1
Copy link
Author

Howley1 commented Oct 21, 2015

I have just checked the nightly version and the error is still there.
Here is logcat http:https://pastebin.com/rJmCLPxx

@Silur
Copy link
Member

Silur commented Feb 25, 2016

same here

tux-mind added a commit that referenced this issue Mar 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants