Jump to content

dark_pyrro

Dedicated Members
  • Posts

    2,621
  • Joined

  • Last visited

  • Days Won

    198

Posts posted by dark_pyrro

  1. There might be inhouse plans since the new Mk2 Packet Squirrel comes with a web UI in the same design (more or less) as the WiFi Pineapple. Not sure if it will reach the Bunny though. The idea is good, but there's one "obstacle"; the Bunny doesn't naturally do networking. Arming mode is serial and storage and you have to craft a payload to get networking up and running and that also depends on the target OS (RNDIS or ECM). Most beginners are probably using Windows, so RNDIS would perhaps be the most common. Mac is however also a "beginner option" and that requires ECM (AUTO_ETHERNET can be used though). My guess is that if this is going to be the beginner friendly option there needs to be some changes to how the Bunny operates out of the box to make it really smooth. Networking support is key to get this working. Perhaps a new fw release with new option(s) to the config file where you can set "WEB_UI ENABLED" (or such). Another thing to consider developing some kind of support for is to get the Bunny online via ICS in the simplest way possible (and without making the "proxy machine" being internet-less in the process which happens in a lot of the cases).

  2. For the channels you mention, there shouldn't really be any difference between US and EU when it comes to regionally allowed channels. My guess is that it has more to do with DFS specifically rather than geographically related regulations. If a channel is a DFS channel, it will block injection attempts. It's "by design" and I think it would be problematic to sell a device that has gone through FCC "certification" that doesn't commit to WiFi standards. So, it doesn't matter if you're in the Netherlands or the US, if you try to inject stuff on a DFS enabled channel, it will reject the operation.

    https://en.wikipedia.org/wiki/List_of_WLAN_channels#5_GHz_(802.11a/h/n/ac/ax)

  3. If you mean that the switch would run something else by just changing its position during runtime (i.e. starting on SW1 and then flipping it over to SW2) won't work from what I know when it comes to the bunny_framework

  4. Try this (working for me, using another exe though, don't want to wait...)

    DELAY 3000
    GUI r
    DELAY 250
    STRINGLN powershell
    DELAY 5000
    STRING Invoke-WebRequest -Uri https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.5.4/npp.8.5.4.Installer.x64.exe -OutFile npp.8.5.4.Installer.x64.exe; Start-Process .\npp.8.5.4.Installer.x64.exe -Wait
    DELAY 250
    ENTER
    DELAY 10000
    LEFTARROW
    DELAY 500
    ENTER

     

  5. Is port 2022 open in any firewall that might be in place between the Pineapple and the C2 server (assuming that defaults are used)?

    Try to ssh into the Pineapple and run:

    wget <C2serverIP_or_domainname>:2022

    it should create an index.html file with the content "SSH-2.0-Go" (need to Ctrl+C out of the wget "session")

    or simply use ssh (on port 2022), it won't login but should respond

    netcat is also possible to use

  6. I'd suggest trying to source information from the most natural places online (that has already been mentioned, such as official docs, but also the official forum and Discord server), not in a forum that has no relation to the Flipper.

    • Upvote 2
×
×
  • Create New...