Jump to content

fringes

Active Members
  • Posts

    297
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by fringes

  1. The power supply looks fine to me. 12V is within the correct voltage range, and 1.5 amps is more than adequate at that voltage. And it looks like a regulated supply rather than just a charger.

    I don't mess with the networking from the small tile. I asssume you open it up to update the settings? Please provide more information. I also use the WiFi manager infusion sometimes. Worst case if you really munged up the settings, just "factory reset" the networking and start over.

  2. Is it just me, or do those aircrack-ng scripts not work so well with busybox?

    For example:

    root@Pineapple:~# airmon-ng stop mon0


    Interface Chipset Driver

    wlan2 Ralink RT2870/3070 rt2800usb - [phy2]
    mon0 Ralink RT2870/3070 rt2800usb - [phy2] (removed)
    wlan1 Realtek RTL8187L rtl8187 - [phy1]
    wlan0-1 Atheros AR9330 ath9k - [phy0]
    IEEE Unknown Unknown (MONITOR MODE NOT SUPPORTED)
    802.11bgn Unknown Unknown (MONITOR MODE NOT SUPPORTED)
    Mode:Master Unknown Unknown (MONITOR MODE NOT SUPPORTED)
    Tx-Power=18 Unknown Unknown (MONITOR MODE NOT SUPPORTED)
    dBm Unknown Unknown (MONITOR MODE NOT SUPPORTED)
    wlan0 Atheros AR9330 ath9k - [phy0]

  3. was downloading update via web interface when both froze and became unresponsive for no reason on my end. so i let sit for about an hour or so to recover and nothing happens, reset power and booted up to bricks. both would start but would not load web ui properly. had black screen and no infusions at all but recon mode worked. one reset no probs the other one was bricked.

    the back end was there but it was like it was in a user mode with no permissions to execute anything including dip switch settings and have had a dozen spyware infections in firefox since getting the pineapples over the past few months.

    Other posts said they were having problems with the download site again. We normally see a lot more complaining when that happens, but you might have just had unlucky timing.

  4. Hmm...I use Firefox primarily when working on the infusion and I haven't experienced this. It sounds like it might have been a Firefox issue? Did it only happen once?

    It just happened the once while I was wrestling with the infusion. I can't remember ever not being able to kill Firefox before. Sorry I can't tell you more, but I was wondering if some of hairbag's bricking was possibly a browser issue.

  5. Ok, I'll just put this out there in case it's relevant or helpful. Earlier this week while "playing" with this infusion using firefox, I thought I had bricked my pineapple. When I realized I could SSH in, I tried another browser, chrome, and it worked. So I tried to stop and restart firefox, but it wouldn't terminate. I ended up rebooting my laptop to recover.

  6. Thanks. I was just joking with cheeto, but it's actually an interesting scenario as you describe it. I would like to not have the small icon always check for a captive portal every time the page loads, as when I'm connected to xfinitywifi, the detection process takes way too long. I like the way Seb did it in the Network infusion... Click the "refresh icon" in the small pane and the pane resets with a link to do the action.

    Earlier when I tried to decode that "hash" parameter, I first URL decoded it, then base64 decodes it and was left wwith some binary giberish that I didn't persue.

    Thanks for checking this out.

  7. Hmm, was that with an earlier version, or an unversioned beta? :tongue:

    Cheeto, any chance you could try to clone an xfinity wifi hotspot and let us know how? It's driving me crazy.

    I have to take a break from this one... It's raining and besides, I think if my neighbor sees me pointing that antenna at him again, he'll probably call the cops. (When I installed the motion detector driveway alarm years ago, he came over to ask why I had a camera pointed at his house. :blink:)

  8. That is my understanding too. But as a PSU, it needs to provide adequate current and be well regulated. (A battery is good, a charger typically iis not.) There are other threads on this site that discuss alternative battery packs. (Just do a search.) I happen like my "Pineapple Juice 1800" from the hakshop.

  9. No, would that prevent the timeouts?

    I don't have an xfinity router/modem, so I have to use one of the thousands/millions of others. My neigbors all have them. The problem is, it's a pain to go set up near one and try anything. I can only wonder what my neighbor is thinking everytime I go down my driveway and point a yagi on a tripod at his house.

    If someone knows how to clone an xfinitywifi hot spot, it would be a big help.

  10. All I get is the empty directory tree: /sd/portals/xfinitywifi/images

    There are no files.

    I made sure I had a strong signal to an xfinitiwifi hot spot and conected the pineapple in client mode. My laptop was connected to the pineaple managent AP. As soon as I opened any page (other than the pineapple) in my laptop's broowser, I got redirected to the xfinitywifi portal sign-in page (https://wifilogin.comcast.net/wifi/xwifi.php?hash=...).%C2'> But the infusion was slow to detect a portal, and timed out cloning it every time.

  11. I would have expected the USB to barrel jack to work, but read the notes at the bottom of the hakshop description: https://hakshop.myshopify.com/collections/accessory/products/usb-power-cable?variant=211801167

    WiFi Pineapple Usage Notes:

    • The Barrel connector plugs into the WiFi Pineapple while the USB connector plugs into the power source.
    • The USB Power Source must be capable of supplying ~2 Amps as the WiFi Pineapple requires ~10 Watts (5v * 2a = 10w).
    • Many notebook computers such as netbooks are unable to supply the required current.
    • While providing 1 Amp may be sufficient to boot the WiFi Pineapple, it may be unstable and can lead to hardware failure.
    • Only use verified 2 Amp power supplies such as USB wall chargers, battery packs (typically labeled "iPad" for 2 Amp outlets) and some USB Hubs.
    • Never attempt to "back-feed" power to the WiFi Pineapple from the USB Port. Use only the DC Barrel port.

    Make sure whatever you use is well regulated; I wouldn't try to use a charger as a power supply for the MkV.

    I have to ask... If the provided PSU is working, why are you trying to use something else? And if you need a battery, you'll have fewer probleems if you buy a correct battery.

  12. No dice. I've tried multiple times and I get the connection timeout:

    Traceback (most recent call last): File "/sd/infusions/portalauth/includes/scripts/portalclone.py", line 69, in response = requests.get(url, verify=False) File "/usr/lib/python2.7/site-packages/requests/api.py", line 65, in get return request('get', url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 49, in request response = session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 461, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 573, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 415, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', error(145, 'Connection timed out'))

    Has anyone sucessfully cloned xfinitywifi?

  13. So I conneccted the Mk5 in client mode to the nearest Xfinity WiFi AP. The infusion detected a portal, so I tried to clone it and got the following error:

    Traceback (most recent call last): File "/sd/infusions/portalauth/includes/scripts/portalclone.py", line 69, in response = requests.get(url, verify=False) File "/usr/lib/python2.7/site-packages/requests/api.py", line 65, in get return request('get', url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 49, in request response = session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 447, in request prep = self.prepare_request(req) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 378, in prepare_request hooks=merge_hooks(request.hooks, self.hooks), File "/usr/lib/python2.7/site-packages/requests/models.py", line 303, in prepare self.prepare_url(url, params) File "/usr/lib/python2.7/site-packages/requests/models.py", line 360, in prepare_url "Perhaps you meant http://{0}?".format(url)) requests.exceptions.MissingSchema: Invalid URL u'injectjs;injectcss;injecthtml': No schema supplied. Perhaps you meant http://injectjs;injectcss;injecthtml?

    Any Ideas?

    (evilportal 2.4)

  14. looking for a dual sided USB it looks like the pineapple needs for USB power

    Not sure I understand, but do NOT power the pineapple through its USB port; that will damage it.

    The charger should not be used to power the pineapple either.

    If you can't find the correct (or suitable) power supply, let us know how it works with a fully charged battery.

    PS: My MkV came with a poorly regulated atapter with a short cord for charging the battery, and a somewhat larger well-regulated adapter with a long (4+ feet) cord as the power supply. The power supply also has interchangeable euro or US plugs.

×
×
  • Create New...