Skip to content

Commit

Permalink
Merge branch 'master' of github.com:w-shackleton/android-netspoof
Browse files Browse the repository at this point in the history
  • Loading branch information
w-shackleton committed May 17, 2014
2 parents 7832694 + aec0658 commit de002a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified res/raw/busybox
Binary file not shown.
2 changes: 1 addition & 1 deletion src/uk/digitalsquid/netspoofer/config/RunManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void startSpoof(SpoofData spoof) throws IOException {
final String spoofParams = String.format("%s %s", victim, router);

ProcessBuilder pb = new ProcessBuilder(FileFinder.SU, "-c",
FileInstaller.getScriptPath(context, "busybox") + " sh -c \"" +
FileInstaller.getScriptPath(context, "busybox") + " ash -c \"" +
FileInstaller.getScriptPath(context, "spoof") + " " + FileInstaller.getScriptPath(context, "config") + " " +
spoofParams + "\""); // Pass config script as arg.

Expand Down

0 comments on commit de002a2

Please sign in to comment.