Jump to content

hipcrime

Active Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by hipcrime

  1. Yep, that's me ... got no idea how to use these computer thangs on the interwebs, but earn oodles of money by hacking them ... makes me happy to have lost your faith ... will pick up this BB toy later when time permits even though it indeed doesn't play nice with my Mac ... physical access isn't that important anyway ... now back to filling my pockets and laughing all the way to the bank.

  2. Mac can ping the BB:

    $ ping 172.16.64.1
    PING 172.16.64.1 (172.16.64.1): 56 data bytes
    64 bytes from 172.16.64.1: icmp_seq=0 ttl=64 time=0.452 ms
    64 bytes from 172.16.64.1: icmp_seq=1 ttl=64 time=0.463 ms
    ^C
    --- 172.16.64.1 ping statistics ---
    2 packets transmitted, 2 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 0.452/0.458/0.463/0.006 ms
    

    BB can not ping the Mac:

    root@bunny:~# ping 172.16.64.64
    PING 172.16.64.64 (172.16.64.64) 56(84) bytes of data.
    ^C
    --- 172.16.64.64 ping statistics ---
    3 packets transmitted, 0 received, 100% packet loss, time 1999ms
    

    Definitely something wrong with BB's network.

  3. Still no luck.  IP address for my Mac is 172.16.64.64 and for my BashBunny it is 172.16.64.1.  

    As before, can SSH into the BB as root, but the route command takes many minutes then returns this:

    root@bunny:~# route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    default         172.16.64.64    0.0.0.0         UG    0      0        0 usb0
    172.16.64.0     *               255.255.255.0   U     0      0        0 usb0
    

    Obviously it's timing out trying to return the route information.

    On my Mac, the BB is assigned 172.16.64.1, so added this route:

    root@bunny:~# route add default gw 172.16.64.1

    Once again, it take quite a while for the route command to return this:

    root@bunny:~# route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    default         172.16.64.1     0.0.0.0         UG    0      0        0 usb0
    default         172.16.64.64    0.0.0.0         UG    0      0        0 usb0
    172.16.64.0     *               255.255.255.0   U     0      0        0 usb0
    

    None of this results in a usable internet connection:

    root@bunny:~# ping google.com
    ping: unknown host google.com
    

    Only have a Mac running Mountain Lion, so cannot compare to what happens on Windows or Linux.

    Tried many combinations of reboot, turning off ICS then waiting, using DHCP, setting up Manual network, etc.

     

     

  4. Turned off ICS and waited for a long time (20 minutes or so).

    Came back later and reconfigured ICS then connected BashBunny.

    Configured network device and SSH'd into BashBunny; but still same result:

               _____  _____  _____  _____     _____  _____  _____  _____  __ __
     (\___/)  | __  ||  _  ||   __||  |  |   | __  ||  |  ||   | ||   | ||  |  |
     (='.'=)  | __ -||     ||__   ||     |   | __ -||  |  || | | || | | ||_   _|
     (")_(")  |_____||__|__||_____||__|__|   |_____||_____||_|___||_|___|  |_|
     Bash Bunny by Hak5     USB Attack/Automation Platform

    Last login: Wed Dec 31 16:06:32 1969 from 172.16.64.64
    root@bunny:~# route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    default         172.16.64.64    0.0.0.0         UG    0      0        0 usb0
    172.16.64.0     *               255.255.255.0   U     0      0        0 usb0
    root@bunny:~# ping google.com
    ping: unknown host google.com
    root@bunny:~#

     

  5. Got a bit further along, but still no DNS:

               _____  _____  _____  _____     _____  _____  _____  _____  __ __
     (\___/)  | __  ||  _  ||   __||  |  |   | __  ||  |  ||   | ||   | ||  |  |
     (='.'=)  | __ -||     ||__   ||     |   | __ -||  |  || | | || | | ||_   _|
     (")_(")  |_____||__|__||_____||__|__|   |_____||_____||_|___||_|___|  |_|
     Bash Bunny by Hak5     USB Attack/Automation Platform

    Last login: Wed Dec 31 16:00:59 1969 from 172.16.64.64
    root@bunny:~# route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    default         172.16.64.64    0.0.0.0         UG    0      0        0 usb0
    172.16.64.0     *               255.255.255.0   U     0      0        0 usb0
    root@bunny:~# ping google.com
    ping: unknown host google.com

     

  6. Having trouble sharing my OSX internet connection with my new BashBunny.

    Tried to follow the recipe here but my network settings look very different for the RNDIS/Ethernet Gadget connection

    The settings are things like Telephone Number, Account Name, and Password; in other words, my MacBook Air thinks this is a modem.

    Would attach a screen shot but don't see how others are accomplishing that (all that's in the menu is Insert Image from URL and Insert Existing Attachment).

    Any help would be most appreciated. 

     

×
×
  • Create New...