Jump to content

UnKn0wnBooof

Active Members
  • Posts

    146
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by UnKn0wnBooof

  1. I was reading this http://linux-audit.com/filtering-arp-traffic-with-linux-arptables/and was wondering how to install arptables.

    You're probably wondering why I need it and here's the answer:

    My brother keeps scanning our LAN with his mobile phone, then reporting it to Dad, like the ass shagging PA that he is. He uses the application named Fing, which is a network discovery tool. First of all, the internet/WiFi do NOT belong to my Dad or Brother yet they feel they can try and take control of it (like last week, they pressed the reset button so they could erase my settings. The router does not belong to them and they had the nerve to do that), complaining about who's on the internet, bla bla bla. In short: They're control freaks who love to complain.

    The internet is in my Mom's name and she lets me do the network management stuff, thus I have permission to do what I want with the internet/wifi. I'm fed up of my brother scanning the network, being a nosy asshole then showing it my Dad, so they can start complaining about random crap (they literally complain about everything). For example, they complain about my sister being on the internet late at night even though she's an adult. You get the point - they're jerks.

    Anyways, I'd like to block these ARP packets so Fing cannot discover my Pineapple (as I use it in client mode, then bridge the internet to my other devices) and the only way to do so is by arptables. I may sound a bit paranoid but I guess you can say "I want to fight back" as I hate their control-freakness.

    Currently, I'm using this script which deaths my brothers phone every time he uses Fing: https://gist.github.com/lavanoid/343b1915e02c89dae5c4 which I guess is pretty cool and it gives him what he deserves but it would be better to just block his packets all together.

    At the end of the day, I know it's pretty pointless but the revenge feels sweet x3 I'd at least like to give him (brother) and my Dad, a challenge.

    BTW, what do you think of my script? Pretty nifty, right? xD

    Video:

  2. I was looking at Darren's DronePWN script and I was a bit dissapointed by how he didn't improve it in the way that he could've. New things:

    • Prettier log output
    • Supports MULTIPLE drone killings
    • No minimum interval limitation

    I haven't tested this on an actual drone so please forgive me for that. I can't afford one :P

    Code: https://github.com/lavanoid/ARDronePwn_Pineapple

    Have fun!

    Oh yeah, I also improved Wistlemasters deauth script. I'll make a separate post for that, later.

  3. Hey.

    I'm planning on designing a custom housing for the MKV but it would make things easier if I knew the dimensions of the mobo. Is there a 3D template that I could possibly go by?

    I was reading https://i.materialise.com/blog/how-to-design-a-raspberry-pi-case-for-3d-printing aswell as this http://www.instructables.com/id/Design-Modelling-your-own-Raspberry-Pi-case-out-/

    Any info would be appreciated! :D

  4. There are cases for the pineapple in the hakshop (https://hakshop.myshopify.com/collections/wifi-pineapple-kits/products/ominous-box-for-wifi-pineapple). But, they haven't been built specifically for an expanded pineapple.

    You have to remember, that cases tend to be specific for application, so that's probably why you haven't seen much. Having said that, don't let it put you off and have a go. I for one would be interested in the results. I may even buy one!

    Haha. Thank you! If I manage to make one, I'll be sure to share the results :)

  5. And here is the link: https://penturalabs.wordpress.com/2013/10/27/naked-wifi-pineapple-mark-v/

    Would have posted before but pasting on my android phone seems to be an issue.

    How were you thinking of making your case for your slice?

    I haven't thought about making a case for slices, yet. At the moment, I'm interested in seeing how the expansion port works. If I was to design a slice case, it would probably cover the whole top of the pineapple and clip onto thw sides, giving a stable connection and lots of space inside, to expand :)

    As for a custom MKV housing, thinking of either making it white or made out of some sort of metal. Perhaps illuminum? Not entirely sure, at the moment. Something like this, made for the mkv, would be pretty nice: http://thepihut.com/collections/raspberry-pi-cases/products/pibow-ninja-rpi-b

    A transparent case and adding some copper heat sinks to the cpu and a few other chips, would look pretty cool if you ask me.

    :) I haven't made a case before so I'll see how it goes. I'm surprised no one else is designing cases and making a few ££ from them.

  6. Within an hour or so, I started working on editing the MKV's UI. Here's what I've changed so far:

    1. Recon Mode asks you to start PineAP when trying to deauth but it isn't started.
    2. Main UI color has been changed from green to orange, to indicate that the custom version has been installed.
    3. Buttons are themed and don't use the browsers default visuals.
    4. Power and Reboot options, below the Infusion and Recon links.

    That's pretty much it :P I wouldn't mind making this into a community version of the mainstream UI, as it does seem like fun :) Anyone is free to contribute.

    What I want/need to add:

    1. After starting PineAP, attempt to resend deauth packets.
    2. Make the UI prettier.
    3. Whatever else that makes everything feel nicer (not that it isn't nice already, I just wanna make things different).

    GitHub Repo: https://github.com/lavanoid/WiFi_Pineapple_WebUI

    All credits go to their respective owners, bla bla bla x3

    05.png?dl=0

    02.png?dl=0

    03.png?dl=0

    04.png?dl=0

  7. Whats happening about the "Pineapple Slices" for hardware expansion? I haven't heard much about it... Could we use the GPIO pins to make robots or something? What's happening about this feature?

    I was thinking about making a custom case for the MKV (because why not?) but is there any form of schematics that I could work by? Did Darren mention that he was going to release some sort of blue prints so we could 3D print our own cases for it?

    Thanks!

  8. It is up to infusions developers to handle their storage correctly. I'd they choose to use internal storage, yes, you don't have enough space. Really though, you can install all packages to the SD card and infusions should create necessary links by themselves.

    3mb isn't a lot, but if used properly shouldn't run out any time soon.

    If you really do want to move to an sdcard, Google OpenWRT extroot. They don't recommend it, and neither do we, but it does work.

    If you want to compile kernel modules, our build guide has everything you need for modules. The kernel isn't what you want to modify here though. If you do this, I recommend you pivot the overlay.

    What we could do is ship it as an experimental option, and if proven stable recommend it during initial setup.

    Best regards,

    Sebkinne

    That would be awesome! :D Do you think this option could be added in the next firmware release? Just curious ._.

  9. That doesn't make sense to me. Boot off of internal, store everything on SD card. Just like my OS boots off my SSD and I store everything on multi traditional hard disks.

    To be honest, it would be better to boot off of an external device. We're limited on what packagaes can be installed. Even the dependencies for portalauth, eats up a bunch of space, making the user have to sym link data to the sd card.

    It's way too limited, in my opinion. I do think that booting off of something external, is the way to go. It would offer so much more flexibility.

  10. I tried building openwrt so I could get the package for "kmod-rtl8192cu" but it hasn't gone in my favour. I keep getting errors while compiling and I have no idea what the heck is going on. I've had a few errors before this error message but here it is:

    Makefile:2049: recipe for target '/home/lavanoid/openwrt/build_dir/target-mips_34kc_musl-1.1.10/linux-ar71xx_generic/compat-wireless-2015-07-21/.configured_ynnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnynyynnnynyynnnnnnnnnnnnnyyyyyyyy' failed

    make[2]: *** [/home/lavanoid/openwrt/build_dir/target-mips_34kc_musl-1.1.10/linux-ar71xx_generic/compat-wireless-2015-07-21/.configured_ynnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnynyynnnynyynnnnnnnnnnnnnyyyyyyyy] Error 2
    make[2]: Leaving directory '/home/lavanoid/openwrt/package/kernel/mac80211'
    package/Makefile:191: recipe for target 'package/kernel/mac80211/compile' failed
    make[1]: *** [package/kernel/mac80211/compile] Error 2
    make[1]: Leaving directory '/home/lavanoid/openwrt'
    /home/lavanoid/openwrt/include/toplevel.mk:181: recipe for target 'package/compile' failed

    I've spent hours trying to get this working but still no luck. OpenWRT's documentations must be outdated or something because I followed all their build steps ._.

    Anyone else got any ideas? Perhaps someone will have better luck than me, trying to build it?

    Thanks.

  11. Okay, OpenWRT is just a pain in the ass ._. It won't compile.

    cmp: /home/lavanoid/openwrt/build_dir/target-mips_34kc_musl-1.1.10/linux-ar71xx_generic/linux-4.1.6/include/linux/ath9k_platform.h: No such file or directory

    Makefile:2049: recipe for target '/home/lavanoid/openwrt/build_dir/target-mips_34kc_musl-1.1.10/linux-ar71xx_generic/compat-wireless-2015-07-21/.configured_ynnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnynyynnnynyynnnnnnnnnnnnnyyyyyyyy' failed
    make[2]: *** [/home/lavanoid/openwrt/build_dir/target-mips_34kc_musl-1.1.10/linux-ar71xx_generic/compat-wireless-2015-07-21/.configured_ynnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnynyynnnynyynnnnnnnnnnnnnyyyyyyyy] Error 2
    make[2]: Leaving directory '/home/lavanoid/openwrt/package/kernel/mac80211'
    package/Makefile:191: recipe for target 'package/kernel/mac80211/compile' failed
    make[1]: *** [package/kernel/mac80211/compile] Error 2
    make[1]: Leaving directory '/home/lavanoid/openwrt'
    /home/lavanoid/openwrt/include/toplevel.mk:181: recipe for target 'package/compile' failed
    make: *** [package/compile] Error 2
    lavanoid@lavanoid-VirtualBox:~/openwrt$

    :(

  12. i noticed in the logs and reporting infusion there was a clean up after log sent check box. maybe your stockpiling log data? i had my pineapple choke after three days of reporting while trying out the infusion.

    It had literally ran out of space within minutes. Symlinking some data as sud0nick mentioned, seems to have fixed it for now. The free 3MB is still unbearable imo.

    Thanks for the tip :)

×
×
  • Create New...