Jump to content

magik

Active Members
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by magik

  1. Thanks for the help magik and Sebkinne. i installed adb successfully from opkg. But i try to execute the command

    $ adb forward tcp:4352 tcp:4352. It shows

    * daemon not running. starting it now on port 5037 *
    * daemon started successfully *
    error: device not found.
    I checked using lsusb . and found my device . I am using nexus 5.
    $ Protocol spec without prior Class and Subclass spec at line 17398
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 002: ID 058f:6254 Alcor Micro Corp. USB Hub
    Bus 001 Device 003: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
    Bus 001 Device 008: ID 18d1:4ee3 Google Inc. Nexus 4 (tether)
    Bus 001 Device 005: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader.
    And also BlueNMEA android app is running.
    Can anyone say where am i going wrong ?

    I literally just got a nexus 5 yesterday. I will test it and let you know. Someone else had tested it before and it seemed to work.

  2. I'm very interested in this project, hows it progressing?

    Yes, sorry for the long delay. Was in the middle of moving and switching jobs. Going to start back up on this. I will release it within the next two weeks. Development had stopped for a bit, but I am going to pick up where I left off today.

  3. I have 2 questions:

    1. what is the username and password used for in msfrpcd? I seem to be able to enter any text in there. Is it so that I can connect to the session from somewhere else? Does wpscan somehow need to use the same username?

    2. Has anyone got the example from the video to work? msfrpcd seems to be working; wpscan scans my site and enumerates all the plugins - but I don't get an Exploit option at the end of the process. The video is fairly old so maybe the functions have been depreciated since then.

    1. Accessing the msfrpcd daemon. Only supports one username/password, but would allow multiple logins.

    2. Most likely did not detect anything exploitable. "Have not seen or tried the examples in the video".

  4. Is mon0 even enabled, perhaps its not thats why you don't see it...

    Try the following

    ifconfig wlan0 down

    iwconfig wlan0 mode monitor

    ifconfig wlan0 uo

    Does mon0 show up after this?

    When mon0 does show up, the command should be

    airodump-ng -c 11 --bssid xx:xx:xx:xx -d -w test1 mon0
  5. Hi All,

    Working on a new infusion that assist with using the WiFiPineapple as a war driving device. The infusion and packages add GPS support to the already existing kismet package. As well as the ability to use an Android device as the GPS. Prebuilt packages and sources available here: http://magikh0e.ihtb.org/wifipineapple/.

    I have already started the basics of the infusion any ideas or comments would be appreciated! Below is some screenshots of what I have done so far.

    Packages Required

    kismet_server (main repo)

    libgps (my repo)

    libgpsd (my repo)

    gpsd (my repo)

    adb (my repo)

    Devices Tested

    Nexus 6

    Samsung Galaxy S3

    Nexus 7 2013 (wifi)

    OnePlus One (thx reckt0r)

    Android Versions Tested

    Android 5.1 (lollipop)

    Android 4.4.4 (KitKat)

    Help Screen

    PuF8jTu.png

    GPS Setup

    kVDSXS2.png

    Small tile

    4026ju7.png

    XML output download

    gGLTLFc.png

    Using the *.netxml files you can convert them into KML format using giskismet, then load the KML file into Google Earth and get something similar to below.

    aVpsxXJ.png

    Tutorial on the conversion process located here: http://magikh0e.ihtb.org/pubPapers/Kismet-AndroidGPS.html

  6. Hi All,

    I am currently working on a new infusion for the WiFiPineapple and the infusion will require a GPS device. I did not find any pre built packages for GPSD, libgps, libgpsd or ADB.

    So I have created some custom packages for the WiFiPineapple, thought I would share incase anyone else may need them. I have tested them on my WiFiPineapple and

    they are in a 'works for me state' ;).

    These are obviously unofficial builds, so use at your own risk... The source Makefiles are also included incase you wish to build them yourself.

    Download the packages and/or source here: http://magikh0e.xyz/wifipineapple/

    Building from source? : http://wiki.wifipineapple.com/#!build_guide.md#Building_packages_for_the_WiFi_Pineapple_MKV

    Before getting started

    Ensure that you have installed the following packages onto the WiFiPineapple: GPSD, libgps, libgpsd and adb.

    Note: If you are not using an android as a GPS, you can skip installing the adb package..

    Make sure that you have enabled USB Debugging Mode enabled on the android device.

    Settings -> Applications -> Development -> USB Debugging

    1. Connect the android device via USB to the WiFiPineapple and Install BlueNMEA on the android device and open then application.

    BlueNMEA download: https://play.google.com/store/apps/details?id=name.kellermann.max.bluenmea

    2. Login to the WiFiPineapple via SSH and issue the following commands:

    adb forward tcp:4352 tcp:4352

    gpsd -N -n -D5 tcp://localhost:4352

    3. GPS data will now be coming into the WiFiPineapple from the android device.

    Infusion coming soon!

  7. Hi All,

    When following the command ./scripts/feeds update -a from the instructions for building custom firmware and adding extra packages.

    The step at http://wiki.wifipineapple.com/#!build_guide.md#Adding_software_feeds is having issues, It seems that the luci feed is no longer using SVN repos and has switched over to using GIT.

    ./scripts/feeds update -a

    Updating feed 'packages' from 'svn://svn.openwrt.org/openwrt/branches/packages_12.09' ...
    Updating '.':
    At revision 44685.
    Create index file './feeds/packages.index'
    Updating feed 'xwrt' from 'http://x-wrt.googlecode.com/svn/trunk/package' ...
    Updating '.':
    At revision 4987.
    Create index file './feeds/xwrt.index'
    svn: E670005: Unable to connect to a repository at URL 'http://svn.luci.subsignal.org/luci/branches/luci-0.11/contrib/package'
    svn: E670005: No address associated with hostname
    failed.
    Updating feed 'routing' from 'git://github.com/openwrt-routing/packages.git;for-12.09.x' ...
    Already up-to-date.
    Create index file './feeds/routing.index'

    The fix: Edit the feeds.conf file located at ./MK5/feeds.conf.default and change 'src-svn http://svn.luci.subsignal.org/luci/branches/luci-0.11/contrib/package' to 'src-git luci git://github.com/openwrt/luci/'

×
×
  • Create New...