Jump to content

flipchart

Active Members
  • Posts

    46
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by flipchart

  1. and today, another few months later:

    root@shark:~# opkg update
    Downloading http://downloads.hak5.org/packages/shark/1907//Packages.gz
    *** Failed to download the package list from http://downloads.hak5.org/packages/shark/1907//Packages.gz
    
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/ramips/mt76x8/packages/Packages.gz
    Updated list of available packages in /var/opkg-lists/openwrt_core
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/targets/ramips/mt76x8/packages/Packages.sig
    Signature check passed.
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/base/Packages.gz
    Updated list of available packages in /var/opkg-lists/openwrt_base
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/base/Packages.sig
    Signature check passed.
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/luci/Packages.gz
    Updated list of available packages in /var/opkg-lists/openwrt_luci
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/luci/Packages.sig
    Signature check passed.
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages/Packages.gz
    Updated list of available packages in /var/opkg-lists/openwrt_packages
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/packages/Packages.sig
    Signature check passed.
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/routing/Packages.gz
    Updated list of available packages in /var/opkg-lists/openwrt_routing
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/routing/Packages.sig
    Signature check passed.
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/telephony/Packages.gz
    Updated list of available packages in /var/opkg-lists/openwrt_telephony
    Downloading http://downloads.openwrt.org/releases/18.06-SNAPSHOT/packages/mipsel_24kc/telephony/Packages.sig
    Signature check passed.
    Collected errors:
     * opkg_download: Failed to download http://downloads.hak5.org/packages/shark/1907//Packages.gz, wget returned 8.

    ... still broken, but I wonder why i see this double "//" at the end of the link. When opening with Firefox, I can download the package (with both "/" single and "//" double) but not with wget:

    root@shark:~# wget http://downloads.hak5.org/packages/shark/1907//Packages.gz
    Downloading 'http://downloads.hak5.org/packages/shark/1907//Packages.gz'
    Connecting to 172.217.168.83:80
    Failed to redirect to /packages/shark/1907//Packages.gz on downloads.hak5.org
    root@shark:~# wget http://downloads.hak5.org/packages/shark/1907/Packages.gz
    Downloading 'http://downloads.hak5.org/packages/shark/1907/Packages.gz'
    Connecting to 172.217.168.83:80
    Failed to redirect to /packages/shark/1907/Packages.gz on downloads.hak5.org

    The issue is probably the redirect from the original link to https and then to googleapis.com:

    http://downloads.hak5.org/packages/shark/1907/Packages.gz -> (307 Internal Redirect (HSTS)) or (302 with wget on ubuntu): https://downloads.hak5.org/packages/shark/1907/Packages.gz

    https://downloads.hak5.org/packages/shark/1907/Packages.gz -> 301: https://storage.googleapis.com/hak5-dl.appspot.com/packages/shark/1907/Packages.gz

    https://storage.googleapis.com/hak5-dl.appspot.com/packages/shark/1907/Packages.gz

  2. There are various issues with Rubber Ducky doing this:

    - rubber ducky has no way to detect a successful login so it will continue bruteforcing even if the correct pin has been found

    - connecting a new keyboard is probably not possible on a locked iPhone/iPad

    - after some tries the iPhone blocks for 1 minute, later for 5, 15 and 60 (http://apple.stackexchange.com/questions/57160/how-many-times-can-i-attempt-to-guess-the-pin-code-of-the-restrictions-settings) so this will end in trying pins for years and even worse: the rubber ducky doesnt even know when the timer is over or when it is activated

     

    So I would say NO there is no useful way in doing this on an iPhone/iPad

     

    Something similar are solutions like http://xpinclip.com/ which still relay on the keyboard enabled but do not work blindly.

  3. Hey Guys

     

    I am a longtime user of the pineapple and I really like this product. Now I wanted to configure the pineapple as a wifi network bridge today. After having circumvented the problem with the hidden ssid by using the network manager and another problem with a password containing a $ sign (simply by escaping the char with a backslash)

     

    Well, I finally got it to work then, but now I encounter another issue:

    The idea behind this application I am setting up is, to block all traffic except traffic to a specific IPs. I would like to do this with IPTABLES or something similar, but I cannot find any similar command on the pineapple. I am sure there is something right laying around there, but I just cant find it...

     

    Any Ideas on how to only pass traffic to specific IPs?

     

    Thank you guys and have a nice day!

×
×
  • Create New...