Jump to content

boob00

Active Members
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by boob00

  1. Hello everyone! I just tried to update the firmware manually on my mkV. I have been away for a while and my pineapple was hella behind on firmware updates. I was on version 2.2.0. When the pineapple was on and connected to the internet the "check for updates" tab wouldn't display any new firmware upgrades. I downloaded the 2.4.0 firmware and attempted to flash it myself using the command line and the process got about a minute in before bricking it. I have tried the un-bricking process read on countless forum entries with no luck. When I turn my pineapple on, the red and green LEDs are solid. Sometimes and I really mean sometimes, when I connect the ethernet cable the yellow eth0 LED will come on but despite my static IP setup I am unable to communicate with the pineapple. Please help me get this baby back up and running.

     

    Thanks for all the help,

    -boob00

  2. Hello everyone,

    I have recently acquired a website (www.example.net). Instead of paying for a third party to host it, I want to do it myself. The problem is, I am not to sure of how to configure apache for this. I have watched videos and looked around with little luck. What I am looking for is this, someone goes to example.net in their browser and gets to my site hosted on my server. Any help is beyond appreciated.

    Thanks!

    -boob00

  3. Hello mate, to answer your question: the SD card stays in after the install. The pineapple wont run through a flash at every boot as the SD card has become part of the file system. You can save infusions/logs/scripts/whatever to it to keep the limited amount of local memory free.

    Good luck!

  4. Got a new MkV few weeks ago and when I try to use it, the RED light is on all the time with the occasional flicker.

    Can anyone tell me if this is normal or what ?

    I see from the firmware card that it is not supposed to be on all the time.

    Have re-flashed it, but it still comes on and stays on.

    Cheers for any help.

    C.

    The red light is the light for the second add on radio. When the light is on it means that the radio is being used. Check the web interface in the network tile and see if wlan1 is enabeld, then check in the network tile under the client mode tab and see if you are connected to any networks. Also if you could ssh and post the output of 'iwconfig wlan1' that could help to see if its connected to anything or not.

    Thanks -boob00

  5. So we all know that wlan0 is used primarily for Karma. Fine. Which leaves wlan1 to do all the fun stuff. My question is if im using wlan1 in client mode to receive internet for example can I then use wlan1 to use Jammer or another infusion that requires the wlan1 interface? Will this not cock up wlan1 and confuse it? If so, what is the general rule of thumb with this? I suppose this would also affect wlan0 if another infusion was to use that interface at the same time. I ask this because when I run Jammer or another infusion it asks me what interface do i want to use wlan0 or wlan1...... Whats the point in asking if we can only use it per single infusion?

    To answer some of your questions: Depending on what the infusion does, you may be able to run it on wlan1 while using it for something else. You can only use wlan1 for client mode or jammer, but not both at the same time. It varies from infusion to infusion. If you wanted to have multiple extra radios besides the wlan1 radio, you could use an extra wireless card connected to the USB port.

  6. Just playing around with it, here is what i noticed, a bug perhaps?

    after setting wlan0 to monitor mode, if I try to bring it up again using ifconfig, it's guaranteed to crash the system and reboot.

    ifconfig wlan0 down
    iwconfig wlan0 mode monitor
    ifconfig wlan0 up
    

    However, I don't have to bring it up to make it functional for airodump-ng, then again the wlan0 LED won't work if the wlan0 interface is not up, and I like the blinking light...Strange

    Strange, though i have a question: Why use wlan0 whitch is the AP radio? That could have something to do with it. Try using wlan1 instead.

  7. I use mine primarily as a learning tool. I am interested in security and networking and Linux, and the pineapple is a grate combination of the 3. Alot of what i needed to know for the Network+ certification was introduced to me by the pineapple. That being said, we all have to have our educational controlled experimental "labs" now and then... The pineapple is as much a tool used to help me learn and understand networking and security as it is a toy for me to test my skills with.

  8. Hello there, To answer a few of your questions, yes you need monitor mode. You should do the deauthing on wlan1 because wlan0 is your pineapple's AP radio. Try enabling wlan1 in the network tile, then go into the jammer tile, select wlan1 as the interface, enable monitor mode, then try deauthenticating. Let me know how that goes

  9. I dont have a direct way to achieve this, but if you look into the blackout infusion by newbi3 and find out how the lights are being turned on and off, and then use that to write a script where an event triggers the led's this may be a way to accomplish this.

  10. Hello everyone, i thought i would try Arch based distros such as Antergos, Manjaro, and Arch its self. I am completely new to Arch and would like to know is sslstrip avalable for arch? If so how do you install it? I have tried 'pacman -S sslstrip' but its not a package, i have tried downloading it from the website but when i run it i get a bunch of syntax errors. I am compleately in the dark here and need some help. Thank you in advance for your help.

    -boob00

    P.S. Merry Christmas

  11. Hello everyone, I seem to be having bad luck with flashdrives. Up until about a month ago, i have had little scripts i made on my flashdrive and would run them from it. But now, i have no execute permission on my flashdrives. Not just one, but any flash drive i plug into any of my computers all 3 running linux, i have no execute permission. I can read and write. I have tried with about 20 different flash drives in all 3 computers but no luck. I have tried reformatting multiple drives multiple times. Even after a chmod 777 i still get permission denied when i try to execute anything. Help is needed!!!

    Thanks

    -boob00

    P.S. Merry Christmas

  12. Hello everyone, im using Linux Mint 16 Petra and apt-get'ed sslstrip, however when i run sslstrip i get this error

    Traceback (most recent call last):
      File "/usr/bin/sslstrip", line 30, in <module>
        from sslstrip.StrippingProxy import StrippingProxy
      File "/usr/share/sslstrip/sslstrip/StrippingProxy.py", line 20, in <module>
        from ClientRequest import ClientRequest
      File "/usr/share/sslstrip/sslstrip/ClientRequest.py", line 25, in <module>
        from twisted.internet import ssl
      File "/usr/lib/python2.7/dist-packages/twisted/internet/ssl.py", line 25, in <module>
        from OpenSSL import SSL
    ImportError: No module named OpenSSL
    

    my nooby mind leads me to believe that it means i dont have openssl installed, but i do. I have tried removing sslstrip and re-installing, and removing openssl and reinstalling it, updating my machine to make sure my packages are up to date, just about everything i can think to do. Any help is greatly appreciated!!

    -boob00

×
×
  • Create New...