Jump to content

Neworld

Active Members
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Neworld

  1. Before replacing, I would suggest re-seating the pigtail. Good tip for the hot glue though. Doesn't hurt anything to stay there :P.

    Ya I tried re-seating but unfortunately that wasn't the problem..... fortunately I got my new pigtail today and all is dandy! :D

    The signal doubled in strength but the only problem I had was that the new pigtail was longer than I expected... It all fit thought.

    I got a sweet setup now with a external 10000mah battery, usb hub, ect. ............ I might post pics another day :D

    :ph34r:

  2. Another great tip if you have low antenna signal and your trying to replace the sma pigtail..... The hotglue is VERY easy to take off if you get some cue tips and some Isopropyl Alcohol. Dab the alcohol around the hot glue and it will fall right off. No need to scrape the hot glue off :D .... Just a tip.

  3. Regarding the USB hub it is a matter of plug N play(pray) and no need to change anything on the pineapple.

    For the isound it did overheat on me many many times while it is in mobile mode ( in 90 Degrees F weahter ) BUT it has a very good overheat shutdown ciruit.

    Which usb hub are you using? More specifically its name.

  4. Here is an update for my pineapple pudding using a pelican 1060 case :)

    th_photo1.jpg

    th_photo2.jpg

    th_photo3.jpg

    th_photo4.jpg

    th_photo5.jpg

    Is there any formatting needed to setup a usb hub??

    I want to use a usb storage and the alfa at the same time... I was thinking about buying a usb hub but wasn't sure if you needed to format the pineapple to accept it. How did you set it up?

    I would also like to add that your power-source might be dangerous... I was reading reviews on amazon and it turns out that the battery in the isound tends to expand and melt. Just a tip in case you have issues.

  5. opkg is the package manager on the pineapple. I'm pretty sure dhclient is available, but I don't have my pineapple near me to check.

    Ssh into the pineapple and issue these commands:

    opkg update

    opkg install dhclient

    telot

    Mate, one post on your issue is enough, no need to create 3 different topics ;) It will be easier for people to help you.

    To answer one of your question: Install dhclient

    - ssh to your pineapple

    - opkg update

    - opkg install dhcp-client

    Great! I installed dhclient.... but I'm still having problems setting it up.

    what are the commands to set this thing up?

    Have you guys ever used the alfa's internet to power the pineapple?

    What do I need to do to get this thing working??

  6. Okay, here's the situation... I'm trying to connect the Alfa to my wifi pineapple and use the Alfa internet to provide to the pineapple. I'm not sure if there is a way to do this but here is what I tried:

    I connected via putty and typed


    ifconfig wlan1 up
    iwlist wlan1 scan
    iwconfig wlan1 essid <network id> key <wireless key>
    ===and no its not a askii problem either===
    dhclient wlan1
    [/CODE]

    All is dandy up until I type dhclient... It is unrecognizable:

    [CODE]
    -ash: dhclient: not found
    [/CODE]

    I know there is nothing wrong with the Alfa because airmon-ng and airodump work perfectly....

    I believe the problem is that dhclient command doesn't exist on the pineapple but neither does dhcpcd or pump.

    there is probably an easy way to do this but for me I'm having trouble.... help if you can

    Here are the other two topics I posted on the matter regarding my problem. :(

    http://forums.hak5.org/index.php?/topic/27087-need-help-setting-up-external-wifi-through-usb-on-pineapple/

    http://forums.hak5.org/index.php?/topic/27091-what-specific-os-does-the-wifi-pineapple-run-on/

    Note: I'm unsure how to extract .rpm within the pineapple... I was planning on installing dhclient.

  7. The error you're getting is that your shell (ash) is telling you that no program exists within your path named "dhclient".

    Try typing a tab after 'dh' (no idea if ash does tab-completion).

    Alternative programs are called dhcpcd or pump which might have been installed instead.

    Or you could install the dhclient package onto the system.

    I was planning on installing the dhclient package onto the system but I'm not sure how to proceed in doing that.

    Do you install through command line somewhere along the lines of -apt get???

    If so what are the commands to getting dhclient package?

    If you need to get the file online and winscp it over... where is the directory suppose to be? usr/bin?

    I believe this is the site for it online.... http://rpmfind.net/linux/rpm2html/search.php?query=dhclient

    help if you can :D

  8. what OS are you using?

    ..... whatever os the pineapple mark IV is. My laptop is running windows vista but I'm using putty to use the pineapples terminal. You can also try the terminal under the Advanced tab in (172.16.42.1/pineapple) for the pineapple.

    With the alfa wifi pluged into the wifi pineapple I was trying to get the alfa to give internet to the pineapple. My problem arises here...


    ifconfig wlan1 up
    iwconfig wlan1 essid <network name> key <network key>
    dhclient wlan1
    Error:
    -ash: dhclinet: not recognized
    [/CODE]

    I know there is nothing wrong with the alfa because airmon-ng and airodump work perfectly when setting up monitor mode on wlan1 (mon0).

    note: I'm using putty to use my wifi pineapple terminal. And yes I'm running in root.

  9. I'm having problems with dhclient command and wanted to place a new file into usr/bin to look to see if it fixes my problems....

    I need to know the type of os the pineapple is running on.

    If your interested in helping me and my problem, please refer to this post.

    http://forums.hak5.org/index.php?/topic/27087-need-help-setting-up-external-wifi-through-usb-on-pineapple/

    Issue arises:


    ifconfig wlan1 up
    iwconfig wlan1 essid <network name> key <net key>
    dhclient wlan1
    -ash: dhclient: not found
    [/CODE]

    help if you understand.

  10. I'm not sure if I'm understanding your situation. Are you trying to use an external WiFi adapter (as in an ALFA) connected to the USB port on the Pineapple? Also what OS are you using? Hopefully it's Linux or Mac OSX.

    If so...

    First establish that you have connectivity between your PC and Pineapple via ethernet (cable) or wireless. If done correctly you should be able to access it via your web browser, 172.16.42.1/pineapple (enter name and password)

    Next open up Terminal and SSH into your Pineapple and check to see if it can see that your ALFA is connected to the USB port

    ssh root@172.16.42.1

    iwconfig (you should see wlan1)

    ifconfig wlan1 up

    If you want to have your ALFA go into monitor mode...

    airmon-ng start wlan1 (should say something like monitor mode enabled on mon0 or mon1)

    airodump-ng mon0 (or mon1 to start scanning)

    I'm trying to connect my alfa directly into the wifi pineapple and use the internet from the alfa to give internet to my pineapple...

    I'm using putty to ssh into my wifi pineapple... and I get access to it, but I'm comfused because there is a interface on the wifipineapple home (172.16.42.1/pineapple) and the ssh on the home page thing is disabled. Do I need to use backtrack in order to ssh or putty? Do I need to enable ssh on the home?

    In regards to airmon-ng and airodump-ng, I can use them just fine and scan perfectly in airodump but I don't know the commands to connect the alfa to the pineapple and use its internet to fuel the pineapple.

    I hope that helped in understanding my position.

  11. Thanks for the help, yes i try that before, here you have my configuration:

    DNS Spoof Config:

    172.16.42.1 *m.facebook.com

    172.16.42.1 *facebook.com

    172.16.42.1 *twitter.com

    172.16.42.1 *accounts.google.com

    172.16.42.1 *hotmail.com

    Landing Page (Phishing)

    <?php

    $ref = $_SERVER['HTTP_HOST'];

    if (strpos($ref, 'facebook.com') !== FALSE){ include('facebook.html') ;}

    if (strpos($ref, 'twitter.com') !== FALSE){ include('twitter.html') ;}

    if (strpos($ref, 'accounts.google.com') !== FALSE){ include('gmail.html') ;}

    exit;

    require('error.php');

    ?>

    but still doing the redirection to the original facebook page, and i don't see the error in the configuration, is strange..

    You might want to try changing the redirect.php then.... I was having problems with it before.

    Try this but don't delete your old one in case it doesn't work. Just rename your redirect.php to redirect1.php so you don't lose it....

    Make a new redirect.php and put this in it....


    <?php
    $ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];

    if (strpos($ref, "facebook")) { header('Location: facebook.html'); }
    if (strpos($ref, "twitter")) { header('Location: twitter.html'); }
    if (strpos($ref, "accounts.google.com")) { header('Location: gmail.html'); }
    ?>
    [/CODE]

    I changed the

    [CODE]
    $ref = $_SERVER['HTTP_HOST'];
    [/CODE]

    to

    [CODE]
    $ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
    [/CODE]

    and deleted the "require('error.php')" for testing purposes...

  12. This could be due to the fact that your cellphone doesn't actually go to *facebook.com .... usually they are transferred to a mobile version of facebook.com

    you might want to try...


    172.16.42.1 *facebook.com
    172.16.42.1 *m.facebook.com

    [/CODE]

    or whatever the url is for phones

    mine happens to be http://m.facebook.com/

    see if that does the trick :D

  13. It doesn't recognize dhclient at the end....


    ifconfig wlan1 up
    iwlist wlan1 scan
    iwconfig wlan1 essid <network ID> key <wireless key>
    dhclient wlan1
    [/CODE]

    it returns with not recognizing dhclient

    Help if you understand how to set up external wifi from wifi pineapple. I'm using the one that came with it.

    Please explain what I am doing wrong... do I need to install dhclient tool?

    I even tried setting mon0... it works in regards to airmon-ng but is unrecognizable to iwconfig.

    Help if you can.

  14. there were issues in the redirect file where it would get stuck on redirect.php and continuously loop refreshing the php without ever going to the .html.

    The if statement wasn't getting the url from the address bar, and the error.php was refreshing.

    I don't know if it was just me with the issue or not, but I thought it was important to post. :D

  15. I was having a bit of trouble with the redirect.php...... here is what I replaced it with.


    <?php
    $ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];

    if (strpos($ref, "example")) { header('Location: example.html'); }

    ?>
    [/CODE]

    If your problem was that it wasn't redirecting properly, then this might help.

  16. never mind i figured it out.... it was the redirect.php that was causing me problems. I posted the revised php:


    <?php
    $ref = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
    if (strpos($ref, "example")) { header('Location: example.html'); }
    ?>
    [/CODE]

  17. I am yet to find a solution in regards of connecting the Alpha awus036nha to the wifi pineapple. I'm trying to connect the Alpha directly into the Pineapple and hoping to connect to a network with the alpha and project my own network with the pineapple.

    If you could direct me to a real solution to this problem it would be very helpful :D

    I know it is possible to connect the Alpha to the pineapple directly because Hak5 advertises it in their pictures and they seem to have the setup with the Wifi Pineapple Elite. If you have a wifi pineapple elite and would like to share how it is all set up in the box, it would be very helpful as well.

    Thanks :D

×
×
  • Create New...