Jump to content

Nerdonite

Active Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by Nerdonite

  1. Ok, thanks for the help guys! Though I have to wait ~1 month till the TTL UART module arrives from USA here. Maybe the Pineapple firmware stabilizes by then :D
  2. Oh I see, do you refer to these files -> http://cloud.wifipineapple.com/mk4/firmwares/factoryFiles.tar ? If yes, would there be a way to do "sysupgrade" via SSH / WebUI ? If yes, which of the .bins do I upload first, kernel or rootfs? Thanks!
  3. But the files from wifi pineapples already have Karma and other things. What I want to do is install OpenWRT, only OpenWRT with no other modifications. I think the version I'm looking for (and I think 2.8.0 is built on this as well) is called Attitude Adjusment :D
  4. I was wondering if someone installed stock OpenWRT from their website on the WiFi Pineapple. Has anyone tried it? If yes, could you guide me through the process? (preferably without a TTL UART module if it's possible) I want to test openWRT on this platform while the custom firmware stabilizes, as I have some problems with it. So first off, how would I go about installing OpenWRT to the WiFi Pineapple MK4 ? What file do I download?
  5. what's the bigger board from the top? some atom board? if yes, what are you running on it :D
  6. Hey guys, I was wondering if anybody tried to install Transmission to the WiFi Pineapple. I've installed it to my USB (cli, daemon & web), edited the /usb/etc/config/transmission and ~/.config/settings.json but when I try to open the WebUI I get: Any idea on how to fix this? I'm trying to make the Pineapple a mini-NAS while firmware 2.8.0 gets more stable and I can use it with karma in the public. Meanwhile, I want to use it to download torrents over night (not big ones, but some that contain lots of small files)
  7. Hah weird. I'll have to try it with an external hard disk as well. I will also try to reformat the stick to ext4, and if it doesn't work I'll try ext3. I really need this :D
  8. Let's suppose you've connected to an open network at the coffee shop. In that case you should get the victim to connect to you automatically
  9. Hey, because I'm one of those guys that buys a lots of USB flash drives but looses all of the ones with higher capacity, I have at home about 3 1GB ones which I want to play until I have some leftover money to buy a 16/32GB one :D So, I used a powered hub with 2 flash drives and hooked it up to the Pineapple. Both of them are configured for ext4, except that one of them has a partition for swap, and I use this to keep infusions and opkg packages, while the other one has only a ext4 partition. When I hooked both of them up and restarted the Pineapple, both of them were detected, but only /dev/sdaX (the one with swap+files) is automounted because of my fstab. However, if I list all the devices found, I get "/dev/sdb1" as well, and it's the exact size of the ext4 partition from my other drive. But when I try to mount it (manually using "mount") it says something like "not found in fstab". So I did some research and found out that fstab controls which drives can be "mount"-ed. So I created a new line in fstab, this one: and restarted it, and now it doesn't even detect the /dev/sdb1, nor can I mount it manually. But the stick with swap and files works great. It always did since I got my Pineapple. It mounts to /usb with no problems. I thought that the other stick would be corrupted, so I used another one, and the same exact problem occurs. Any thoughts on how to auto-mount multiple flash drives? Thanks a lot!
  10. I've downgraded to 2.7.5 .. still the same. 2.7.0 .. still the same. I'm going lower :) hopefully this won't break any functionality that is present in 2.8.0 //EDIT: I think I broke mine :( I was downgrading to 2.6.0 and without any errors or anything it just stopped, but my router detected it as connected, so I waited for about 15 minutes to finish in case it was working, after which I restarted it. Now I can't access the web interface or ping it, even though my router detects it as connected. I even tried to hold the reset button for 1, 5, 10 and 15 seconds and it's still not working :( Guess I'll have to flash it via serial to fix it, but it will take about 1 month to get a serial cable from USA.. hopefully until then the 2.8.0 will be stable :)
  11. yes, but I replaced it with "pineapple" in case he uses a different IP on the Pineapple :D
  12. Unfortunately I don't have the time until Friday night :( If someone else could try it, I could check the same thing on Friday and see if I get the same result...
  13. I think this is a 2.8.0 bug. Or are people on 2.8.0 that don't have this problem?
  14. hey, I had the same problem with "ln -s" pointing to the /usb. here's what command worked for me in the end.. with this, if you point your browser to http://pineapple:1471/usb/somefile.ext it will actually show the file from /usb/somefile.ext hopefully it helps :D
  15. I've managed to install it and configure it to route the traffic using: The IP of the Pineapple is the DMZ Host in my main router, and the Pineapple is connected via ethernet to the router. I can check that ports from the Pineapple are visibile on the outside by going to my main router's external IP and seeing exactly what I type in the Phishing page editor. Eg: port 80 works from the outside. However, when I disconnect my iPhone from my wireless network and try to connect to my router's external IP (which internally binds to the Pineapple), it gives a time out after about 15 seconds, without authentication failures or anything. Just so you know, I've started the process manually after running that iptables command, and I can see the "pptpd" in the Resources list for the processes. I also configured the pptpd.conf and chap-secrets like I would configure an ubuntu machine. I can copy that config if it's needed :) How can I fix this? :(
  16. I'm on 2.8.0. That's the first thing I did when I got my Pineapple :D Upgrading & opkg infusion installation... So is there a way to install the right kernel version to support PPTPd without losing support for current infusions / without UART cable?
  17. Hey guys, I wanted to install pptpd on my wifi pineapple. I use it at home as a router, and when I'm out of the city and want my home IP, I would like to connect to it. I usually do this with an old laptop running Ubuntu, but it uses quite a lot of power, and I have to let it open for the entire time I'm gone. Now, with my Pineapple, first off, I can either run it on batteries (though not recommended if I leave town for a day :D) or on the wall adapter. It also uses less energy. However, when I've tried to install the "pptpd" package with opkg, I get: How do I upgrade my kernel? Is there any way to do this without an UART device? And if yes, could you point me to an url from where I can download the right kernel version for my Pineapple? Also, please keep in mind that I need the functionality of the Pineapple (infusion, monitoring, etc), while having support of PPTPd. I don't want to sacrifice one or another. Thanks!
  18. For me ettercap crashes the router if I try to do a MITM attack from the WebUI, and sslstrip doesn't log anything even if I use the iptables commands. As soon as I get some more information on these two, I will record & upload some videos :D
  19. hmm, it seems it's not working with EET-2EEST. I've restarted the router after changing and saving the settings and now my logfile says: however, when I restarted it, it was 05:03 or 17:03, whatever you might call it. :(
  20. For Europe/Bucharest would I use "EET-2EEST,M3.5.0/3,M10.5.0/4" or just "EET-2EEST", as I'm not sure :d
  21. I was wondering if anyone has changed the default TimeZone from their Pineapple :D If yes, could someone explain to me how? Also, I would prefer setting up a country/capital, because we have DSTs here and I don't want to change the Time Zone each time the hour format changes. Is there any way to set the Pineapple up for Romania/Bucharest using something in the command line? Thank you!
  22. Hey, I'm not sure about ettercap. So here's my setup: WiFi Router: <-> Computer (Ethernet) <-> Laptop (WiFi) <-> iPhone (WiFi) <-> WiFi Pineapple (Ethernet) Everytime I run ettercap from the web interface, it just restarts the Pineapple and WiFi router after about 5-10 minutes :( I'm not sure if my router causes this or if I configured the ettercap flags wrong. In case I find out, I will do a series of these videos on YouTube :D
  23. Thanks for the quick responses. Unfortunately I can't test this at the moment, but seeing that 3 people agree, I think it works for 3 out of 3 haha. I will test it tomorrow, and hopefully I'll be able to make it work as well :D
  24. I think I understand what he means, and here's a sample. The list is longer, but I've stripped it down. So here's the thing: The only network with which the Pineapple associated was "wertyu". This network was made by me by going to my iPhone and use "Other Network". In that case, it picks it up and says "yes, I am that network" and it connects us. However, the other probes sent are avoided, as you can see, they don't associate. It's the same with my laptop when I disconnect from my wifi. But once I use "Connect to Hidden Network" it picks me up again. So the only associations that are done are those done "manually" by specifying a network on the victim device. Am I doing something wrong? Do I have to add each device that sends probes to my whitelist, in order to associate with them? Or what is the reason they are just avoided, but when I type a fictive network on my phone it works without problems?
  25. Hey guys, just got my Pineapple yesterday, after waiting about one month or so to get it shipped from USA to me. I instantly started playing with it but I got into something messy and I can't find a good way to make this process easier. So here's the thing: I'm using (temporary!) a 1GB flash drive with my Pineapple while I'm getting comfortable with the tools (mostly tcpdump). I've even captured some PCAPs and I want to move them to my computer and analyze them. However, what I have to do now is to disconnect the stick, connect it to my computer, and copy the files. It's not really practical :( Is there any other way I could do this? I have tried using FileZilla to connect to it on port 22 and download them, but it closes the connection, and so does "Connect to Server" from Ubuntu. I guess this has something to do with the Dropbear SSH server from the Pineapple and the autossh script. Therefore, this won't be a good way. I've tried creating a symlink in my /pineapple folder to point to /usb, again, it's not working. With this, I could have accessed http://IP/symlink/file.pcap My only way would be to setup samba shares, or a small footprind FTP daemon. Or any other methods? Please, if you try to help by saying that I have to install a package, if it's not "working" out of the box, let me an example setting file as well :D Cheers!
×
×
  • Create New...