Jump to content

Hits_s

Active Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by Hits_s

  1. 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

  2. Hi, I have a little doubt, I present the scenario:
    I have a router with access to internet with ip 192.168.1.100 connected to this router have a pineapple
    Mark iv via PoE. Pineapple Connection shares the wireless interface and the name of the wireless network is pineapple_XX.

    Now the question is how should access the pineapple now?
    I've tried via ssh (172.16.42.1) and have tried with the ip of my access point (192.168.1.100).
    I connected to my wireless network and IP pineapple_XX gives me the router's DHCP server (192.168.1.110). I have also used nmap to see the devices connected to the network and is only my PC and the legitimate access point.

    As I can access the router without disconnecting pineapple?

    Thanks for the directions.
  3. Well my pineapple has not gone well off pulling the cable. I have lost count of the times that have been deleted infusions within the sd card into the "infusions" folder off that way.
    I try to make a halt every time I turn off the pineapple (even then sometimes I also lost some of them, but only what's inside the folder infusions, the rest remains intact until yesterday, I lost (again) everything, including the average area of the web interface.
    What I have done is to re-flash the firmware "stager.bin" and the whole process from 0.
    Now I'm trying yet again .... but in short, you are missing a way to turn off the pineapple "correctly"

  4. I paid 50 euros to Spain for shipping charges and one count of tax and fees 30 euros more than I had to pay the carrier in hand on the door of my house.
    I ordered the pineapple pack (110 $) and a usb ducky and all went for 180 euros, which is transformed into dollars 243,7 $
    .

    but my pineapple is here :D. arrived two weeks ago

  5. Hits_s,

    If I read your posts correctly you are trying to create an Access Point on wlan1. That is not going to work. The wlan1 RTL8187 is used for Client mode only. Well, also it can do deauthing... but it cannot be used as an AP. That's been stated several times here in the forums.

    Yes you understand well: D Thanks for answering.

    Anyway I'm sorry I missed that part in forums that say that you can not make access point, so I conclude that I could perhaps use an external antenna to create another access point. (TP-link or Alfa Network).

    I do not understand very well because I can not use RTL for a new access point, if I reported some of the forum threads you comment learn to appreciate it.

    Thank you very much for answering my call for help.

  6. Hello, I wanted to comment a little problem with wlan1 (RTL8187) as much as the active interface change never get another access point. I have found that works because if I look that interface with any access point if you find it, but if in AP mode never shows me the name of the access point as does wlan0 (AR9331).
    Not to be happening, but the handling is easy and the Wifi-Manager infusion more.
    Still I edited my /etc/wireless settings and this seems to work only for wlan1 again
    
    config wifi-device 'radio0'
    	option type 'mac80211'
    	option channel '11'
    	option hwmode '11ng'
    	option macaddr '00:00:00:00:15:c6'
    	option htmode 'HT20'
    	list ht_capab 'SHORT-GI-20'
    	list ht_capab 'SHORT-GI-40'
    	list ht_capab 'RX-STBC1'
    	list ht_capab 'DSSS_CCK-40'
    	option disabled '0'
    
    config wifi-iface
    	option device 'radio0'
    	option network 'lan'
    	option mode 'ap'
    	option ssid 'WIFI_AP1'
    	option hidden '0'
    	option key '41CH3ldfKAS79'
    	option encryption 'mixed-psk+tkip+aes'
    
    config wifi-device 'radio1'
    	option type 'mac80211'
    	option channel '11'
    	option hwmode '11g'
    	option macaddr '00:00:00:00:d9:cb'
    	option disabled '0'
    
    config wifi-iface
    	option device 'radio1'
    	option network 'lan'
    	option mode 'ap'
    	option ssid 'Pineapple5_D9CB'
    	option hidden '0'
    	option key 'Z0002FCDBFF6D'
    	option encryption 'wep'
    
    

    Even copying of settings radio1 still work. Can you help? Thank you.

  7. Thanks, I did not realize to check that file for editing.
    What I had were problems with having installed all infusions in micro-sd, the system slowed down and had to remove them.

    You guys left a part ye to exchange (swap) on the sd?
    Thanks for the help, and served me well in the future I will be more careful when reviewing the code.

  8. Hello, just wanted to say that I do not get to add a new "roll" on my pineapple, I edited functions.php to add the lines that point to the directory of my new "roll" without success.
    this is the code:
    <?php 
    
    // Start and Stop RandomRoll
    
    if(isset($_POST['startRandomRollSubmit'])){
      exec('killall dnsspoof');
      exec('dnsspoof -i br-lan -f /pineapple/components/infusions/randomroll/assets/files/spoofhost > /dev/null 2> /pineapple/components/infusions/randomroll/assets/files/dnsspoof.log &');
      exec('rm -rf /www/index.php');
      exec('rm -rf /www/redirect.php');
      exec('rm -rf /www/error.php');
      exec('ln -s /pineapple/components/infusions/randomroll/assets/files/index.php /www/index.php');
      exec("ln -s /pineapple/components/infusions/randomroll/assets/rolls/ /www/");
      exec('echo "172.16.42.1 *" > /pineapple/components/infusions/randomroll/assets/files/spoofhost');
    }
    
    if(isset($_POST['stopRandomRollSubmit'])){
      exec('killall dnsspoof');
      exec('rm -rf /pineapple/components/infusions/randomroll/assets/files/dnsspoof.log');
      exec('rm -rf /www/index.php');
      exec('rm -rf /www/rolls/');
      exec('cp /pineapple/components/infusions/randomroll/assets/files/error.orig /www/error.php');
      exec('cp /pineapple/components/infusions/randomroll/assets/files/index.orig /www/index.php');
      exec('cp /pineapple/components/infusions/randomroll/assets/files/redirect.orig /www/redirect.php');
      exec('echo "172.16.42.1 example.com" > /pineapple/components/infusions/randomroll/assets/files/spoofhost');
      exec('rm -rf /www/rickroll.php');
      exec('rm -rf /www/rcmroll.php');
      exec('rm -rf /www/nyanroll.php');
      exec('rm -rf /www/pbjtroll.php');
      exec('rm -rf /www/trollroll.php');
      exec('rm -rf /www/bsodroll.php');
      exec('rm -rf /www/afroroll.php');
      exec('rm -rf /www/MYROLL.php');
    }
    
    
    
    
    //// Selection of Rolls.
    
    // Remove rolls.
    if(isset($_POST['rollsRemoveSubmit'])){
      exec('rm -rf /www/rickroll.php');
      exec('rm -rf /www/rcmroll.php');
      exec('rm -rf /www/nyanroll.php');
      exec('rm -rf /www/pbjtroll.php');
      exec('rm -rf /www/trollroll.php');
      exec('rm -rf /www/bsodroll.php');
      exec('rm -rf /www/afroroll.php');
      exec('rm -rf /www/MYROLL.php');
    
    }
    
    // Submit
    
    if(isset($_POST['rollsCheckBoxSubmit'])){
      // cool guys dont look at explosions... 
      $rolls = explode(',', $_POST['checkbox']);
      foreach($rolls as $roll){
        switch ($roll) {
          case 'rickroll':
            exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/RickRoll/rickroll.php /www/rickroll.php');
          break;
          case 'rcmroll':
            exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/RCMRoll/rcmroll.php /www/rcmroll.php');
          break;
          case 'nyanroll':
            exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/NyanRoll/nyanroll.php /www/nyanroll.php');
          break;
          case 'pbjtroll':
            exec("ln -s /pineapple/components/infusions/randomroll/assets/rolls/PBJTRoll/pbjtroll.php /www/pbjtroll.php");
          break;
          case 'trollroll':
            exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/TrollRoll/trollroll.php /www/trollroll.php');
          break;
          case 'bsodroll':
            exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/BSODRoll/bsodroll.php /www/bsodroll.php');
          break;
          case 'afroroll':
            exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/AfroRoll/afroroll.php /www/afroroll.php');
          break;
    	case 'MYROLL':
    	exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/MYROLL/MYROLL.php /www/MYROLL.php');
          break;
    	
    
        }
      }
    echo 'You Selected :<br/>';
    print_r($_POST['checkbox']);
    }
    
    
    
    //// Small Tile Code!
    
    
    // Quick Start
    if(isset($_POST['quickstartSmallTileSubmit'])){
      exec('killall dnsspoof');
      exec('dnsspoof -i br-lan -f /pineapple/components/infusions/randomroll/assets/files/spoofhost > /pineapple/components/infusions/randomroll/assets/files/dnsspoof.log &');
      exec('rm -rf /www/index.php');
      exec('rm -rf /www/redirect.php');
      exec('rm -rf /www/error.php');
      exec('ln -s /pineapple/components/infusions/randomroll/assets/files/index.php /www/index.php');
      exec("ln -s /pineapple/components/infusions/randomroll/assets/rolls/ /www/");
      exec('echo "172.16.42.1 *" > /pineapple/components/infusions/randomroll/assets/files/spoofhost');
      exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/RickRoll/rickroll.php /www/rickroll.php');
      exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/RCMRoll/rcmroll.php /www/rcmroll.php');
      exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/NyanRoll/nyanroll.php /www/nyanroll.php');
      exec("ln -s /pineapple/components/infusions/randomroll/assets/rolls/PBJTRoll/pbjtroll.php /www/pbjtroll.php");
      exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/TrollRoll/trollroll.php /www/trollroll.php');
      exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/BSODRoll/bsodroll.php /www/bsodroll.php');
      exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/AfroRoll/afroroll.php /www/afroroll.php');
      exec('ln -s /pineapple/components/infusions/randomroll/assets/rolls/MYROLL/MYROLL.php /www/MYROLL.php');
     
    }
    
    // Quick Stop
    if(isset($_POST['quickstopSmallTileSubmit'])){
      exec('killall dnsspoof');
      exec('rm -rf /pineapple/components/infusions/randomroll/assets/files/dnsspoof.log');
      exec('rm -rf /www/index.php');
      exec('rm -rf /www/rolls/');
      exec('cp /pineapple/components/infusions/randomroll/assets/files/error.orig /www/error.php');
      exec('cp /pineapple/components/infusions/randomroll/assets/files/index.orig /www/index.php');
      exec('cp /pineapple/components/infusions/randomroll/assets/files/redirect.orig /www/redirect.php');
      exec('echo "172.16.42.1 example.com" > /pineapple/components/infusions/randomroll/assets/files/spoofhost');
      exec('rm -rf /www/rickroll.php');
      exec('rm -rf /www/rcmroll.php');
      exec('rm -rf /www/nyanroll.php');
      exec('rm -rf /www/pbjtroll.php');
      exec('rm -rf /www/trollroll.php');
      exec('rm -rf /www/bsodroll.php');
      exec('rm -rf /www/afroroll.php');
      exec('rm -rf /www/MYROLL.php');
    	
    }
    
    ?>
    
    Maybe I'm doing something wrong, pineapple mark iv had no problems, but perhaps with the mark V is leaving me something along the way.
    I do not think it much more complicated to add my own "Roll"
    Thanks for the responses.
  9. Hi all , I have recently registered with the forum, but I still long for this and similar writing from Spain and I would like to congratulate and thank the community for all this work you do .

    I write for a simple reason and it may be a question some newbie and do not know if I'll get to explain.

    If we have the usb connected to sslstrip or other tools that need to be installed on a flash drive , but we also need to do the same usb tethering with Android ( for example), how can we make sslstrip attacks and others? Is it possible to install in the internal memory ?

    The problem I have is that my laptop does not have eth0 with input that could provide pineapple internet connection , I can only do it at home.

    I'm thinking of a common usage scenario pineapple , connected to an external charger with usb for internet connection and unable to use the USB flash drive storage and therefore many of the tools that are installed there .

    I can think of a possible solution , using two wireless interfaces , one for USB and one internal , hence one of them connect to a laptop and give out to the internet, but I think we lose all the grace of the device, as if need a laptop anyway , why the pineapple ?

    Some idea.

    thank you very much

    Merry Christmas and Happy New Year

  10. hello, this is my first post in this forum, I'm looking for my infusions pineapple and I liked this, but I see no link or way to download ...

    I'm a little lost. can you help?

    Thank you all!

    EDIT:

    When work fine for me :)

    The problem is the avast firewall.

    Thanks!

×
×
  • Create New...