Jump to content

TylerCPU

Active Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by TylerCPU

  1. Yah, I could see that it's not very practical. You have to be waiting on the network for a user to connect to their VPN to get the handshake. If you are aprspoofing, by the time you could capture their network traffic they would be already connected to their VPN.
  2. Wait, can my Wi-Fi Pineapple MK2 from the hakshop work with the MK3 firmware? If so where can I download the latest firmware? I did find the thread here, but it's the 2.1.2 version. Is that the latest one? Thanks.
  3. If you need help I have made a video on remote administration for the Wi-Fi Pineapple. It covers reverse ssh. It's a lot easier to watch the video than to explain here. Hope it helps.
  4. Nope, never used chapcrack. If I had the chance I would.
  5. Hey Guys, I was wondering what the differences were between noscript and adblock? They kind of do the same thing. Blocking ads, protecting your privacy, etc.... Why would I use one over the other? Adblock Plus can easily disable all tracking, and browse the web truly anonymously. Noscript blocks browser plugins and javascript which doesn't block ads inherently but since ads rely on this the ads are blocked. I have found that noscript doesn't block some ads that adblock does. So why the differences? Should I use both? Is it redundant to use both? Sorry for the dumb question. It's just that they seem to do the same core thing.
  6. Yah, my tutorial only shows how to connect to an open Wi-Fi hotspot. If you need to connect to a secure Wi-Fi router you'll need to use wpa_supplicant. First of all check if you are associated to the AP. You can see that if you do iwconfig and look for Access Point with a MAC address if not then everything else will fail. Anyways you seem to have gotten an address from the router with udhcpc -i wlan1. From what it looks like, I had this same problem too. My setup was a secondary ssid to my main router which did not work well. In order to get it to work I had to manually set the default gateway. For you it would be, route add default gw 172.16.42.1 wlan1. I think once you do this ICS with your computer will not work anymore. You'll have to connect via wifi to get back into ssh. Sorry, your already root. You don't need sudo nor does it work. BTW you can't associate to your secure(wpa) Wi-Fi router if you use iwconfig wlan1 essid "yourssid" Use wpa_supplicant. That will Connect and associate to your secure router.
  7. Did you run chmod +x ~/wireless_connect.sh ? And did you try and sudo that? sudo ./wireless_connect.sh I created a how to video on this subject thanks to @Lsc on this thread. I like doing it manually because if something goes wrong I know what command I'm stuck at(Not always the case.). It's for open wifi networks but it might help you.
  8. I know this is an old thread, but I have those files you were looking for. If you need them let me know.
  9. You probably have some settings wrong. Make sure that Serial Settings: 115200 baud, 8 data bits, no parity, 1 stop bit, no flow control are both set in putty and in windows. http://cloud.wifipineapple.com/wiki/doku.php?id=guidecleanflashserial
  10. That would be cool. I would like to see it.
  11. I tried the networkmanager module last night and still couldn't get that to work. So I looked deeper in the forums and I found one person that said that something was wrong with an older version of network manager. The problem was a tiny setting in /etc/config/wireless. I had to change under radio1 in config wifi-iface the option network lan to option network wan. Then it finally worked. I tried iwconfig wlan1 essid Guest and it worked! Now I'm associated so next I tried udhcpc -i wlan1 and I got an IP address. Yes! Then followed another guys tutorial on iptables for switching the default gateway from the PoE/Lan port to my alfa card. Yay! Now I can route traffic through my alfa card and instead of Internet > laptop > pineapple > Wi-Fi now I got Internet > Hotspot > Wi-Fi alfa > Pineapple > Wi-Fi out. Yay! I wonder why option network lan has to be set to wan? TLDR, replace config in /etc/config/wireless with this. Note: I removed my Mac address so replace with yours instead of xxxxxx.
  12. Yes, that doesn't work. I tried just about every blog,forum,post/video. I always get stuck at iwconfig wlan1 essid "Guest" which is an open Wi-Fi network. It will not associate. The pineapple says,"You want to connect? Well, you can't hahah!"
  13. If you forgot your password and it doesn't reset with the reset button you might have to reflash it over serial. Your redirect.php is fine. It's just complaining about not having the html files. Videos here.
  14. Hey guys. I can't connect my Alfa AWUS036NHA to a open Wi-Fi router. It's connected to my Wi-Fi Pineapple IV. 2.8.0 Firmware. I run ifconfig wlan1 up,iwconfig wlan1 mode managed, iwconfig wlan1 essid Guest, but I still can't associate to my network. It's an open one. This is what iwconfig looks like root@Pineapple:~# iwconfig lo no wireless extensions. wlan1 IEEE 802.11bgn ESSID:"Guest" Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated Tx-Power=20 dBm RTS thr:off Fragment thr:off Encryption key:off Power Management:off eth1 no wireless extensions. wlan0 IEEE 802.11bgn Mode:Master Tx-Power=18 dBm RTS thr:off Fragment thr:off Power Management:on eth0 no wireless extensions. br-lan no wireless extensions. root@Pineapple:~# Am I missing something simple? I scoured the web for info, but I found nothing. Please help. Thanks.
  15. I can't associate to my network. WPA2. When I run this wpa_supplicant -D nl80211 -i wlan1 -c /etc/wpa_supplicant.con f. I get this below. root@Pineapple:~# wpa_supplicant -D nl80211 -i wlan1 -c /etc/wpa_supplicant.con f Successfully initialized wpa_supplicant wlan1: SME: Trying to authenticate with xxxx (SSID='Tylers Home' freq=2437 MHz) wlan1: SME: Authentication request to the driver failed wlan1: SME: Trying to authenticate with xxxx (SSID='Tylers Home' freq=2437 MHz) wlan1: SME: Authentication request to the driver failed wlan1: SME: Trying to authenticate with xxxx (SSID='Tylers Home' freq=2437 MHz) wlan1: SME: Authentication request to the driver failed wlan1: SME: Trying to authenticate with xxxx (SSID='Tylers Home' freq=2437 MHz) wlan1: SME: Authentication request to the driver failed wlan1: SME: Trying to authenticate with xxxx (SSID='Tylers Home' freq=2437 MHz) wlan1: SME: Authentication request to the driver failed ^Cwlan1: CTRL-EVENT-TERMINATING root@Pineapple:~# I would really like to get this working. Thanks. EDIT: I got it working. Yay!
  16. You could use Winagents TFTP server here instead of TFTPd. Video link on how to set it up here. Disclaimer: I didn't actually test it on the pineapple(to lazy to re-flash it again) but did test it locally, works good.
  17. If it still doesn't work, for debugging purposes try and disable all network connection adapters in the Network and Connections window in Windows 7 except the one for the pineapple.
  18. Yes, he could have connected to the wlan instead of the LAN/PoE port, but you can still get to the interface over wlan by going to 172.16.42.1/pineapple or 172.16.42.1:1471 depending on your firmware version.
  19. By getting to the redirect.php page your pineapple seems to be working. Again use the wall power adapter not USB power.
  20. Did you try using your wall power adapter not USB power? Your computer may or may not be giving you enough power. The setup looks good. In the firmware 2.6.4 and up the interface has changed from 172.16.42.1/pineapple to 172.16.42.1:1471 so try both and one should get you to the web interface.
  21. Yes, we would love some more custom UI's. Good work.
  22. Ok, Thanks. I wanted to create a different network for nodogsplash, but I don't know what to exactly do. I tried tinkering with the network,dhcp,wireless files. I got the second ssid of public-hotspot to work. But I can't get an IP address. It fails. I can connect to my regular ssid of pineapple, but the difference is I get no more internet connection. My setup is ICS with the pineapple. Here are my edited files. Network Wireless DHCP Any help will greatly be appreciated.
  23. I took a closer look at the splash.html and fixed it a little like darrens. but I am still stuck.
×
×
  • Create New...