Jump to content

Crypiehef

Active Members
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Crypiehef

  1. Just saying there's quite some additional room for improvement than just the compatibility. Since you're updating the script already....

    I completely agree. I just updated it to work with kali and stuck it up on github to get others involved in making it better with more functions etc. I'm not new at BASH scripting but it's been a while and am far from an expert. Any contributions to the script from the community would only make it better. Thanks for your input!

  2. Why all the hush-hush with shortened links to funky websites when all you had to do was provide the github link which is all that the page you're linking to is providing anyways?

    As for the script itself, did anybody ever bother to look at the case statement in bash? Or, for that matter, functions? As far as structure goes, this is pretty horrid.

    I didn't write the script. I just edited the commands to work with Kali vs. Backtrack.

  3. Thanks :) Downloading ...

    But I'm having problems with the upgrade, can not get it to start again pineapple, I having to load the factory image and try to retrieve it again but when you install the new firmware (1.3.0) does not start the pineapple.

    Has anyone had similar problems?

    Keep the work :D

    I had a problem too but it was my fault for upgrading from the beta... I did the factory image as well, rebooted.. Applied the update.. After about 5 minutes the lights were flashing like a police car.. I was able to connect to the pineapple and set the password, hit continue and it was fine.

    Thanks for the continuous update. The Karma is working good right now but I have some problems when I have a lot host connected to the pineapple

    What do you mean by a lot? I can handle about 10 or so on my 4G (80Mbps) connection before they get lag and SSL strip and URL snarf etc.. starts to act wonky. Solution.. Tango mode. Get a few more pineapples and set them up to mesh.. adjust the txpower to your pentest accordingly on each one.

    Wicked Pissa to the whole team (I'm from Boston, don't judge). Anyway.. Super stable. Love the SDR stuff! So easy to use! Epic! Karma working great, infusions working great. I have nothing to to report that's negative. I actually had very little problems with the beta too. Love the improvements the the way this is headed!
    Seb, Darren, etc.. frickin hackerific!
  4. I can't believe how easy this was to setup vs. me playing around with GnuRadio and the like. Wicked Pissa!

    With the crappy antenna that came with the SDR (R820T SDR & DVB-T) Here in Saint Johns, FL I get about 60+ mi. of reception sitting in my living room! Now I can't wait to setup a nice antenna on the roof to it! LOL. Fun stuff. Nice to see my father-in-law coming in for a landing.

  5. How about modifying it so you can forward more than one port? I currently ignore the tile and setup autossh in rc.local to automatically foward more than one port. Note that I need to sleep about 20 seconds between autossh commands for it to work. I also configured dip switches to connect/disconnect ssh as well.

  6. I canned swapping my Kali VM for a rasberry pi due to seeing posts about performance issues. Sounds like you are getting your raspberry to do a lot! beef, SET, metasploit, spoofed page web services.. how do you find the performance? what connection method are you using, CLI or VNC?

    Also, how do you rate limit the connections using your iPhone hotspot? nodogsplash with injected beef hook? would hate for a client to start a massive download like an ios update for example.

    Some links to buying the equip mentioned in this post would be excellent i.e.. the battery that can run both raspberry and pineapple, rasberrypi itself and clear pi cover.

    Thanks in advance,

    Isolot.

    CLI (SSH) or reverse VPN (depending on the attack vector situation). As for rate limitting, I don't. I have a decent data plan but I don't always use my iPhone hotspot. I will usually connect it to another wifi signal either open or one I hacked. I use an Anker battery. I don't have it with me right now but I will try to find the link. I got it on Amazon. It outputs 9v and 12v and has two USB charging ports for 1A and 2.1A. Runs both for about 6 - 12 hours depending on whether or not I have an extra alfa hooked up to the pineapple for de-authentication. I use a bag similar to the tactical bag in most cases. Fits everything nicely. I ordered the tactical bag for the MKV and should be receiving it tomorrow. I will be posting a detailed howto on my blog with a link here. Probably more than one howto. Likely videos.

  7. I had my Raspberry Kali pi hooked up to my MKIV and now my MKV. Does everything I want it to. I used the internet sharing script for the MKIV/V on the rasp kali and double NAT the internet connection through a wifi dongle on the Rasp to my iPhone hotspot. Great for dropping somewhere then using the rasp as a metasploit pivot, using BeEF, redirecting dns etc.. Pretty much everything you can do with a Kali box.

    Not only does it add to the Pineapples functionality but it also seems to route internet much faster than using the extra radio on the pineapple to client to my iPhone. Even when running SSLStrip there is no to very little lag for the client.

    I also run autossh reverse shells from both to my VPS <evilgrin>. Also redirect the pineapple's web interface as well to my VPS. Good times. :ph34r:

  8. Already did that. Thanks though. It still not going higher than 18. I'll keep trying other things. Oh and WLAN1 works without issues changing the regulatory domain and issuing the txpower command. Just having the problem with WLAN0.

    Thanks Chriswhat... What I was doing wrong (after being so used to debian/kali linux) was not including dBm in the command. After including dBM in the iwconfig wlan0 txpower 30dBm it worked like a charm. Thanks! I should have thought of that. LOL.

  9. Crypiehef,

    The new TX-Power setting will not be reflected until after you put your radio back up. Try this:

    1) Connect to your Pineapple via ethernet cable (assuming wlan0 is your AP)

    2) SSH into your Pineapple - "ssh root@172.16.42.1"

    3) Put wlan0 down - "ifconfig wlan0 down"

    4) Set the region to Bolivia - "iw reg set BO"

    5) Confirm that the region was changed - "iw reg get"

    Note: You should see "Country BO:"

    6) Set wlan0's TX-Power to 30dBm - "iwconfig wlan0 txpower 30dBm"

    7) Put wlan0 up - "ifconfig wlan0 up"

    8) Now confirm the TX-Power change - "iwconfig wlan0"

    I know wlan1 can max at 30dBm but I'm not sure what wlan0 can max at; maybe 20 or 27dBm if not 30.

    Already did that. Thanks though. It still not going higher than 18. I'll keep trying other things. Oh and WLAN1 works without issues changing the regulatory domain and issuing the txpower command. Just having the problem with WLAN0.

  10. Are you downing the wlan0 first?

    ifconfig wlan0 down

    Yes, I tried it both ways. While it was up. When that didn't work I issued ifconfig wlan0 down then iw reg set BO then iwconfig wlan0 txpower 30 (other values as well) then ifconfig wlan0 up. Still reports txpower=18.

  11. When committing the following commands the txpower never changes and is showing 18.

    iw reg set BO

    iwconfig wlan0 txpower "anything from 20-30"

    iwconfig wlan0 still shows txpower=18.

    MKV with the latest infusion updates.

    -Crypiehef

×
×
  • Create New...