Skip to content

Instantly share code, notes, and snippets.

@jmingov
Last active August 29, 2015 14:16
Show Gist options
  • Save jmingov/e64405192c1b075022db to your computer and use it in GitHub Desktop.
Save jmingov/e64405192c1b075022db to your computer and use it in GitHub Desktop.
Nethunter mac test.
Test for "our" macchanger stuff.
@jmingov
Copy link
Author

jmingov commented Feb 26, 2015

Test for "our" macchanger stuff.

  1. Open the Terminal from the main app NOT from Nethunter app button.

  2. Type su

  3. Now you should see in the console something like root@[DEVICE-NAME]:/

  4. We need to check the output from this command on other devices: (it just creates a dir)

    mkdir -p /persist/wifi

Possible outputs:

A) It doesnt outputs anything, and the dir IS created.

B) It doesnt outputs anything, and the dir IS NOT created.

C) It complains about a read-only file system. (Attach the error to a gist or a comment if possible).

D) Other error/output. (Attach the error to a gist or a comment if possible).

@fat-tire
Copy link

The dir was there already (nexus 4- mako)

127|root@mako:/ # mkdir -p /persist/wifi/
root@mako:/ # ls /persist/wifi/
root@mako:/ #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment