Jump to content

Zylla

Dedicated Members
  • Posts

    647
  • Joined

  • Last visited

  • Days Won

    46

Everything posted by Zylla

  1. Stuck at the setup screen? Here's what worked for me: SSH to the Pineapple jffs2reset reboot This suggestion is meant for you only, in this specific scenario.
  2. I suggest trying this IPK which I built for snapshot a while back, especially if there's issues with the other one. It's built with musl as the C library, which is the default now in snapshot and LEDE. https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/generic-glibc/packages/hostapd-mana-light_2.6.5-4-musl_mips_24kc.ipk
  3. Yeah as Foxtrot is saying there are differences between the Nano and the MKV. I don't recommend anyone attempt to flash the openwrt builds and expect it to to work! It might work. But it also might brick your device. So my comment above recommending @Mr.miYagito try it was because he seemed capable to handle a brick if it should occur. I'll send you a pm. @Mr.miYagi, so I can try compiling a version of mana for the version of openwrt you need.
  4. Given the tools at your disposal you seem fit to handle a "brick" if any should occur. The MKV uses AR9331 CPU, same as the NANO. So i would try flashing this firmware: https://downloads.openwrt.org/snapshots/targets/ar71xx/generic/openwrt-ar71xx-generic-wifi-pineapple-nano-squashfs-sysupgrade.bin That's the latest official snapshot build of openwrt for the pineapple nano. You might need to install a couple of kmods to get everything setup afterwards, as some components differ between the devices. To build MANA you would need to download the SDK for the snapshot release. Here: https://downloads.openwrt.org/snapshots/targets/ar71xx/generic/openwrt-sdk-ar71xx-generic_gcc-7.4.0_musl.Linux-x86_64.tar.xz I hope that helps 🙂 BTW: When building MANA. Chose the "light" version when installing on "Non Chaos Calmer" versions, as the main version has a postinst script made for the Pineapple.
  5. The pre-compiled MANA packages are built for Chaos Calmer, and will not run run on LEDE 17.X. It's also built with a different C-library. (uClibc), and your version of LEDE is running musl. You could download the Makefiles for MANA available on my repo and build it using the correct SDK for the version of LEDE you're using. Link to SDK Or you could try building a complete new firmware running latest openwrt snapshot, I don't see any reason for it not working. My MKV died a few years ago, so I'm unable to test anything myself.
  6. In normal situations the footprint is comparable with tools like airodump-ng or mdk3/mdk4, and can be lowered even more when disabling deauth attacks. The PMKID can in some instances even be captured without the AP being present. And yeah, simply capturing traffic when a client connects to the AP will capture the 4-way handshake. If you let Kismet run for a day at home, you will find that a lot of handshakes have been captured while running. It even allows downloading the handshakes in the browser. :)
  7. This reminds me about that epic "90's hacker-movie" that i can't remember the title of! We need an: "Ad-block blocker-blocker"!? Jokes aside. I have encountered these sites, but haven't debugged exactly what's going on. But i reckon it's just like @Foxtrot says. "It's all client side"
  8. I'll look into the possibility of porting Fluxion, or create something that does the same on the Pineapples. I haven't tested Fluxion extensively, so i'll give some feedback asap. ?
  9. RT @TiklishHoneyBee: This might be old news to some, but interesting nonetheless; someone built a MOS6502 microprocessor out of individual…

  10. RT @cybergibbons: grep -rFi -f crypto_terms.txt * with crypto_terms.txt being: aes algo algorithm base64 cbc cipher crypt curve25519 decry…

  11. RT @taviso: This is amazing, Windows Defender used the open source unrar code, but changed all the signed ints to unsigned for some reason,…

  12. @Foone What memory segments are being checked on the 486’s? Is it the common ones C000??

  13. @mubix Sooo many of them....!

  14. @CNET https://t.co/CiXpjmcid7 ?

  15. RT @malwrhunterteam: Of course, a ransomware is not even a ransomware without checks if running on a PC with Russian (and others) LCID or k…

  16. RT @qwertyoruiopz: Here's the iPhone 7 10.0 / 10.1 KTRR bypass fully-atomic and thread-safe ROP chain https://t.co/eBMAkPjxIL

  17. @ishaan_s @ijapija00 Stop posting this fake-ass shit. The dude clearly has no idea what he’s doing.?

  18. @NikolajSchlej Props to you! I’ve used UEFITool aloe! ??? thanks!

  19. RT @singe: A comprehensive set of VMs to learn/teach the many ways of privesc on Windows & Linux hosts by @s4gi_ https://t.co/MXVvBWOjjB He…

  20. RT @KEEMSTAR: Anyone saying gun control won’t fix the problem is flat out stupid or lying! Australia has already proved it saves lives. C…

  21. Zylla

    Blizzard games

    Haha, cool. I played alot of WC3 and WC3-TFT! Old-school dota was awesome, indeed! :D Cool hack. Must have pissed off blizz a bit. Did it take them long time to patch it? ^^ Reminds me of some of the hacks done by of the "admins" of the Ownedcore forum's World of Warcraft section. He went "insane" and killed all players in Stormwind on alot of servers! xD
  22. RT @ilfak: We released IDA Freeware 7.0 for Windows/Linux/Mac: https://t.co/EkzQyseIBp

  23. RT @dakami: I'm increasingly thinking that every functioning system has two forms: The abstraction that outsiders are led to believe, and…

  24. There's no need to sym-link those files, as the error-messages is a "false-positive". (Due to the reasons i explained above with the overlay filesystem.) You will get those error messages with any IPK you try to install on the Nano, but they can safely be ignored. The installed IPK still works. That being said, i just tested Wifite2 on my Nano. (factory settings with usb-stick mounted as /sd) Here's my process step-by step, for the nano. And it works flawlessly: opkg update ; opkg install coreutils-stty -d sd mkdir -p /sd/gits ; cd /sd/gits git clone git@github.com:derv82/wifite2 python wifite2/Wifite.py Results:
×
×
  • Create New...