Jump to content

ptrac3

Active Members
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ptrac3

  1. If i do

    iwlist txpower 

    i get

    wlan0     unknown transmit-power information.
    
              Current Tx-Power=18 dBm       (63 mW)
    
    mon.wlan0  unknown transmit-power information.
    
              Current Tx-Power=18 dBm       (63 mW)
    

    Anybody was able to change them? Tried with modifying the /etc/config/wireless adding

    txpower 20

    or a iwconfig txpower on the fly but didn't succed..

  2. hey guys sorry to pile up the forums with another noob question (which seems almost daily now). I finally connected to my pineapple via ssh (in mac terminal) and dont get me wrong the pineapple seems like a great piece of equipment but, to me at least, it seems extremely under-documented. I wanted to know what exactly I do to dns spoof after the step in the screen shot provided below, I am NOT good with terminal commands and id much rather be using something more guie like but nothing seems to work, I really just want someone to explain HOW TO CONNECT VIA MAC or a tutorial on something dns spoofing, applet attack, rick rolling, ANYTHING on a mac please. SOMEONE SAVE MEEEE.

    SSH it's indipendent from Operating System..Since you seems to be succefully connected via an Ssh client for your MAC you can do everything via ssh: in /www/pineapple/logs/ folder you will find the logs of Karma, urlsnarf and other programs. Sooner if i well unerstand there will be the web UI implementation..If you want to start DNSSpoof simply go to http://172.16.42.1/pineapple/index.php and under configuration edit your DNSSPoof file. If you want that all Dns requests will be resolved into pineapple ip address (172.16.42.1) write

    172.16.42.1 *

    and the effect will be a single landing page for every request. If you want instead that just a few website will be resolved into 172.16.42.1 just edit the same file.. If you want that just facebook and twitter domain will resolve into pineapple ip address the file will be

    172.16.42.1 facebook.com
    172.16.42.1 *.facebook.com
    172.16.42.1 twitter.com
    172.16.42.1 *.twitter.com

    And with a simple Php script you easily spawn a different fake login page depends on the host variable. Example:

    <?php
    $host = $_SERVER['HTTP_HOST'];
    
    $fb = "facebook.com";
    $tw = "twitter.com";
    $gm = "gmail.com";
    
    if (strstr($host,$fb)) header('Location: facebook/login.php');
    elseif (strstr($host,$tw)) header('Location: twitter/login.php');
    elseif (strstr($host,$gm)) header('Location: gmail/login.php');
    
    
    ?>

    The script check for the Host variable and via if statements show to the user a different fake login page depending on what website the user requested..I hope my english was understanble and that maybe this can help you and others wondering how to do that. As i said in the web UI will be implemented logs viewer, if you want to start DNSspoof simply click Start Dnsspoof in the main page..

    ptrac3

  3. I have read it over and over again that channel 11 causes a few problems.

    I will change the channel to 6 for the next release.

    Best,

    Sebkinne

    For me ther's no problem in changing channel from 11 to 6 but even when is set to channel 6 i lose the signal of the pineapple after about 4/5 meters..Changed the antenna, reflashed firmware but still didn't understand where's the fault(if it's hardware or software fault)..

  4. ;) Happens. Timing needs to be quite accurate, maybe I should increase it to 6-10s.

    Wireless range depends on a lot of things. I myself am not having problems with the range, but I do recall reading that the power of the mk4 is less than that of the mk3 transmission wise. I am not 100% sure though.

    Best,

    Sebkinne

    The MKIV should be set to 18dbm , the fact is that switching to other channel (like 6) performance seems to increase..and sometimes seems to be no difference running the pineapple with or withouth an antenna..

  5. Serial cables are available in almost any country. I am sure there is a website which sells the right serial cable based in your country.

    You can contact the hakshop though, but I am unsure if they will exchange it.

    About the "bug", it isn't a bug. There is a reason why you can't edit the configs over the config.php UI site anymore. People end up with bricks.

    The configuration in the wireless is the "best" configuration and generated automatically by openwrt. Changing something may cause errors.

    Not much I can do about it, except for implement things like the reset button.

    When you hold the reset button for 8s, does it reboot?

    If not then you definately have a brick. If it does then I am quite unsure of what is going on without seeing it. Report back if it reboots or not.

    Best,

    Sebkinne

    I've tried several times to hold the reset button for 8s and with no success..Only after reading your post i get the reboot! So i'd like to thank you a lot! :D Now pineapple works like a charm except for those wireless range problems, but that's another topic..:) Thx Sebkinne for your help

  6. Sounds like you're going to need to get one of these http://www.data-alliance.net/-strse-710/Developer-Kit-for-Hornet-dsh-UB/Detail.bok and reflash it.

    Yes i would like to, but life for non US hardware modders isn't easy..The shippings costs more than the object itself..Not feasibile for me..:( In a non too distant future, if i'll get the money i'll buy again a wifi pineapple (trying to not brick it again) cause now i don't think it's suitable for the Return Policy (even though a died pineapple after wireless config tweak sounds me like a huge bug or misbeheaviour)..For now i'll keep the hope alive..i believe in you guys..:D

  7. Have you tried the reset button (press for 8-10 secs)? Worst case, get you one of these: http://www.data-alliance.net/-strse-710/Developer-Kit-for-Hornet-dsh-UB/Detail.bok to reflash.

    I've tried with reset button several times but it didn't work..The strange think it's that i've tried a Nmap port scanning to 172.16.42.1 and the host seems alive..Infact while doing the scan i see the led flashing but however the host is not avaible on ports like 22 or 80 so i don't know how to comunicate with it..I think it's a bug , it can't be possible that messing around with wireless settings it's going to kill the pineapple at all..:(

  8. I thin i'm going mad.. I've tried to tweak the pineapple to increase the wireless range that seems too slow for me.. I've edited /etc/config/wireless and changed "option htmode HT20" to "option htmode HT40+".. Ok that now wireless isn't working but now either ethernet seems not working at all..I get no pings from 172.16.42.1 on Linux and also Windows machines..Have i to trash the pineapple? :( I need your help..

  9. I picked up this connector:

    http://www.amazon.com/gp/product/B006MWXZM0/ref=oh_o02_s00_i00_details

    fits nicely.

    I do not know about 3g. I do have a second battery coming in the mail as well that does the 12v output. I will post review on that once it arrives.

    NTF

    Thx , i've found this one on Amazon UK http://www.amazon.co.uk/StarTech-feet-Barrel-Power-Cable/dp/B003MQO96U/ref=sr_1_6?ie=UTF8&qid=1334082007&sr=8-6 , is going to be ok for the pineapple?

  10. ok.. so it works. right out of the box (came with 79% charge)

    configuration is mark4\usbfit4g. Obviously without the lan tether, there is no internet to bridge.. but it serves up the rickroll and the phish pages with no issues.

    swap is still on the usb, and ssh to the device works as expect.

    I will test how long I can have it up later, after I charge it full.

    here is a pic: http://www.doevil.com/pinebat.jpg

    NTF

    I think i'll buy this one..Who knows if it will works with 3g adapter also.. The USB to DC connector to feed the pineapple is inclued or have i to buy one? Thx : )

  11. Haha you beat me to it! To really test this as scientifically as possible, we'll need an area with no competing signals, as the results will be largely confounded by other wifi access points broadcasting on the same frequency.

    telot

    Today i've tested in an area with no signal interfences so no channel overlapping but with same results..On channel 11 i loose signal from a distance to 5-6 , instead on channel 6 i double the meters..I don't know if this problem it's hardware related or depending on firmware..

  12. Hi there, i' m doing some tests in a clean enviroment with less interferences but what i get is bad too .. On channel 11 i lost the signal when i'm about 4/5 meters distant from pineapple i lose the signal conpletly eitheir vis an iphone or a netbook..Same thing happens switching to channel 6, maybe a few meters gain..:( Soon i'll write to hak5 support if ther's something i can do..

  13. Ok guys thanks again for your feedback, i really need it! : ) I've changed the default 11 channel to 6 and now pineapple seems to work a lot better..Before changing the channel devices at 10 metres from pineapple couldn't connect to it and now i'm receiving a ping around 2 ms that's good..Is it normal such a high preformance gaining just switching the channel? Regarding to this topic i think it's useful to share range related issues and wifi perfomances as well, such as ping results, power of the signal and so on

  14. I've also tested the speed of the internet connection shared via pineapple that is 7 Mbit and then the internet connection from a wirelessly connected client to the pineapple and the result is less than 1 Mbit..Moreover those ping results from pineapple to my client (actually an iphone in a 1 meter range from pineapple) :

    PING 172.16.42.190 (172.16.42.190): 56 data bytes
    64 bytes from 172.16.42.190: seq=0 ttl=64 time=152.732 ms
    64 bytes from 172.16.42.190: seq=1 ttl=64 time=75.882 ms
    64 bytes from 172.16.42.190: seq=2 ttl=64 time=97.384 ms
    64 bytes from 172.16.42.190: seq=3 ttl=64 time=19.005 ms

    Is there something i can do? Unfortunately i live in Italy so though there is really something wrong with the pineapple the Hak5 Shop or warranty it's not feasible just for duties and extra shipping charger i'll have to pay..so any feedback is welcome! thanks again :)

  15. Thanks , i will post some photos of the circuit if you think is useful..However i'm not an electronic expert but i didn't see any burned circuit and bulged capacitors..What are the maximum distance in meters for a working Karma mode (in a normal enviroment like a house with door, walls..)for you? So i can check if ther's really something wrong or if i'm becoming paranoid :D

  16. Hi everybody, i'm having strange problems in the last days with Karma and wireless range..I don't know if i've fried my pineapple, but I once noticed that the base was warmer than usual and then i've powered it off..I don't know if something bad happened but i think that Karma isn't working like it should. Infact the wireless range seems decreased considerably (i'm testing pineapple at home) and i've to be very near to the pineapple to make Karma intercepts the probe requests..Also i've made a test: i've started airodump-ng capturing all the packets and probes, then from the opposite side of my home i've tried to connect to a non existent network. After that i've checked airodump output and i saw that the probe request was logged so in theory has to be intercpeted by Jasager and Karma..Why it doesn't work? And also: is it possible that the misterious overheating messed up something? Thank you guys for any feed back ..

×
×
  • Create New...