Search:

Type: Posts; User: m4xx3d0ut

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    10,469

    If your problem persists you can manually...

    If your problem persists you can manually download your image from the Kali website on your computer then use adb to push it to the device as /sdcard/linux.img. then in Linux deploy go to your...
  2. Replies
    0
    Views
    2,823

    metasploit web ui, anyone get it working?

    Anyone else try the metasploit web ui yet? I went through the rapid7 forums with no luck. No matter what I try the webserver fails to start. I did notice that it generates that no ...
  3. Replies
    4
    Views
    5,445

    I should also add the kernel of your device needs...

    I should also add the kernel of your device needs sysvipc to be enabled
  4. Replies
    4
    Views
    5,445

    Did you install metasploit using apt-get? I...

    Did you install metasploit using apt-get? I don't recall having to manually install my gems when using apt. I did however have to comment out postgresql on the blacklist and add it to the...
  5. You don't really need to produce a kernel module...

    You don't really need to produce a kernel module to do this. If you did you would need to make sure module loading is supported by your kernel, or recompile to enable it.

    What I did for nexus 7...
  6. wifi connection on external adapter (nexus 7, android)

    this is for anyone who would like to initiate a network connection in android from a usb wifi adapter instead of the internal bcom of the nexus 7, other android devices should be similar.

    your...
  7. Replies
    4
    Views
    8,055

    Arm builds are a little different than x86, the...

    Arm builds are a little different than x86, the kernels by default are not built to support such a wide range of devices. I'm not sure if your kernel is built to support your adapter but, plug it...
  8. current issue with databases in metasploit. some...

    current issue with databases in metasploit. some kind of shared memory issue when trying to build a database, it happens with a nexus 7, pretty sure it would happen with a note 2, not so sure about...
  9. sure thing, ill start looking into it. what...

    sure thing, ill start looking into it. what adapter do you recommend picking up?
  10. just a quick update for anyone interested. im...

    just a quick update for anyone interested. im currently using my nexus 7, running cm10.1, and my kernel build. from a kali chroot metasploit has been working very well against my lab machines. ...
  11. Replies
    2
    Views
    7,291

    i would recommend downloading the kernel source...

    i would recommend downloading the kernel source on your desktop/laptop and cross compilling. what your you trying to do?
  12. nexus 7 kernel, rtl8187, ath9k, packet injection, host mode charging

    so id like to share some of my work with everyone.

    this is a cm10.1 based kernel for android 4.2.2

    it supports rtl8187 and ath9k via usb otg. it has support for kexec so it can be used with...
  13. Replies
    2
    Views
    3,990

    mount -o loop,offset=512 /path/to/kali.img...

    mount -o loop,offset=512 /path/to/kali.img /path/to/mountpoin
  14. Replies
    1
    Views
    3,098

    since its an img not an iso you have to set its...

    since its an img not an iso you have to set its offest, in this case 512. so you would mount it like "$sudo mount -o loop,offset=512 /path/to/kali.img /path/to/mountpoint"

    to determine the offset...
Results 1 to 14 of 17