Jump to content

phpsystems

Active Members
  • Posts

    132
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by phpsystems

  1. You could try running tcpdump on the target host to verify where you are checking dns from.

    If the host isn't using dhcp from the pineapple or statically configured to use the pineapple for dns this isn't going to work.

  2. So looking at the source code (in this case for the Pineapple, but the code base is similar), the patch should be this:

    --- build_dir/linux-ar71xx_generic/linux-3.3.8/net/bridge/br_input.c.orig 2015-08-24 09:29:58.719273414 +0100
    +++ build_dir/linux-ar71xx_generic/linux-3.3.8/net/bridge/br_input.c 2015-08-24 09:30:21.615273027 +0100
    @@ -81,7 +81,7 @@
    if (skb->protocol == htons(ETH_P_PAE)) {
    skb2 = skb;
    /* Do not forward 802.1x/EAP frames */
    - skb = NULL;
    +// skb = NULL;
    } else if (is_broadcast_ether_addr(dest))
    skb2 = skb;
    else if (is_multicast_ether_addr(dest)) {

    That would then just leave the script, which is almost trivial.

  3. Hi,

    Sometime a go I came across this talk from DefCon 19:

    The guy mentions the raspberry pi, but the turtle should be able to do this with minor modifications to the bridging code? Possibly have a flag on the code of whether to enable / disable the patch?

    The rest of the code is actually documented as a script on a pdf as well.

    Tim

    • Upvote 1
  4. Hi,

    I was wondering if anyone has any projects using the HDK, that they are willing to share? Failing that, do you own a HDK? What are you doing with it?

    Personally, I am working on motorized antennas for the HDK and looking to add it to the documentation on the wiki.

    Thanks,

×
×
  • Create New...