Jump to content

anode

Active Members
  • Posts

    197
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by anode

  1. 12 hours ago, UnixSecLab said:

    Have you tried just setting the IP manually on the ethernet device that's getting a 169.254.x.x address?  You should be able to change it manually to 172.16.84.3 (for example)

    Thanks

    Yes, I can manually set the IP.  Stated that earlier.  But it renders the LAN Turtle basically useless for it intended use.

    The Mac (10.9) has zero problem getting a DHP lease via any other adapter (WiFi, built in E-Net, Tetra, MK4, ReaverPro, several USB-Ethernet adapters)

    Same with the Lenovo Kali box.

    The turtle worked fine in the past, then poof.  No Leases after a simple reboot.  Been re-flashed 3 or 4 times.

  2.  

    34 minutes ago, geoffwhite said:

    Now I'm confused. So both USB plugs provide power, but do either/both of them also provide data to the Nano?
    (Basically in an ideal world I don't want to have to plug the Nano into my laptop as I'm restricted on number of USB ports)
    Thanks!

    USB spec is 500ma per port.  A lot of hubs/PCs offer 1000ma (1 amp). Sometimes even more.

    The y cable allows you to double the power given to the Nano.

    I've used in a pinch in the past, the fatter plug into the PC, and a USB battery pack for the supplement power.

  3. On 3/29/2016 at 8:17 PM, Sokar said:

    It looks like there is a package already for aircrack-ng called "besside-ng" but it's not in the list of installable packages... I'm going to looking compiling my own and moving onto the device... not sure what this will take yet... but it sounds like a good feature I want...

    Dang!  Dude!  Thanks for the heads up on besside-ng!

    I was doing the hard way.  Tried it out, and love it.  Set up a RasPi, with some scripts that dump to a webpage, and some other housekeeping stuff.

    Just went 'war-walking' with it, and even with my NY walking pace got a ton of handshakes.

  4. On 9/5/2016 at 10:12 PM, 4n0m4ly said:

    I'm having a problem with putting my duck in dfu mode. I hold the button in upon insertion but it continues to execute the payload. Upon further inspection i realized the replay button doesn't work at all any thoughts on how to fix it or would anyone recommend just purchasing an new one?

    Try removing the SD card.

    I have one Ducky that is missing the little rubber part of the button.  Just using a paperclip or such works. But I'd try to find something not conductive.

  5. 34 minutes ago, leviath said:

    Just got the nano today and after finally turning on pineAP I found something strange. While the pineAP is running it seems to be turning my TV on and off. This is a smart TV Vizio brand. Kind of curious that it is doing this. I am not sure exactly why but if anyone has any idea i'd love to hear your ideas. When turning pineAP off the TV stops turning on and off.

    Is the TV associating to the PineAP?  Turn off Broadcast SSID Pool, if enabled and see.  

    Is odd, and kinda funny, but annoying.

    • Upvote 1
  6. I keep all my devices on my LAN held to a DHCP reservations.  (its like static IPs assigned from a central location.  And makes finding rouge devices easier)

    My Tetra (and probably the nano, and mkV and mkIVs )  won't accept the reservation IP of the DHCP server (Synology NAS is dolling out the IPs)

    It keeps using the last IP it had.  The DHCP server is using a rather short lease time (5 minutes)  Most, but not all devices, react correctly to this and get the assigned/reserved IP.

    So my Q is what file do I gotta twiddle/delete to get the Tetra to get the new/correct IP?  (turning the Tetra on after the lease time expired does not work)

    TAI

     

    • Upvote 1
  7. Confused on the radios.

    I understand the WLAN0 is the one opposite the SD card near the female USB port, and WLAN1 is the one closest to the power/male USB port

    WLAN0 is the AP/management radio

    WLAN1 is the recon, client, etc. 

    When connecting a client on WLAN1, it states that "wlan1 will interfere with PineAP." (in Network )

    I figured PineAP was on WLAN0?  Is this a typo?

     

    Any chances of supporting WPA2 Enterprise for client connects?

  8. Plugged in the turtle and now just getting the self assigned IP on the USB side.

    169.254.xx.xx

    So I can't ssh in. 

    It does get a legit IP on the ethernet port.

    nmap shows no open ports on the ethernet port.

     

    EDIT:  found solution ( and to avoid reading through full thread)

    Set IP manually, ssh in and in /etc/config/dhcp  At bottom make sure

    option maindhcp '1' 

    and not '0'

    • Upvote 1
  9. Other aspect is that a turtle will have to send sniffed traffic over the same port used for real traffic.  So filtering to avoid bandwidth issues would be needed.

    With the tap, you need two adapters on the sniffing machine if you want to capture traffic in both directions.

  10. Just had these problems on a ducky here.  Here's what I found and what worked for me.

    I didn't seem to get the images/HEXs from the git hub to work. (but can't confirm it 100% only tried 2 and might have screwed something up) I grabbed the text and saved in TextEdit as plain text (might be OSX's line endings if I had to guess).

    Had a folder that had ones I DL'd a year or so ago.  Those worked.

    On OSX (10.9-Macericks)

    Insert while holding button down.

     sudo ./dfu-programmer at32uc3b1256 reset
    sudo ./dfu-programmer at32uc3b1256 erase
    sudo ./dfu-programmer at32uc3b1256 flash --suppress-bootloader-mem <hexfile>
     sudo ./dfu-programmer at32uc3b1256 reset

     

    Now If I got a no device error, I just did the unplug, and reinsert while holding button.

    I tried 2 of my older HEX files and both worked.  Hope this helps you guys.

     

    (Now if we could get some descriptions on the github page stating what each firmware does, that would be cool.  Just says something along the lines of "moved from googlecode to github currently)

×
×
  • Create New...