Jump to content

PineDominator

Dedicated Members
  • Posts

    1,078
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by PineDominator

  1. Have you tried using the wan port instead? http://cloud.wifipineapple.com/wiki/doku.php?id=guidewan you can then do the same without changeing your home routers ip from 192.168.1.1 to 172.16.42.*
  2. touch /usb/wpa-supplicant.conf network={ ssid="SSIDName" psk="wpa key/passphrase" } [/CODE] touch /usb/wireless-connect.sh chmod +x /usb/wireless-connect.sh [CODE] #!/bin/sh #Change the Mac address of the usb wifi to something random. ifconfig wlan1 down macchanger -A wlan1 ifconfig wlan1 up #WPA2 - Let's assume we're going to connect to a WPA2 network wpa_supplicant -B -D nl80211 -i wlan1 -c /usb/wpa_supplicant.conf #WEP - Uncomment if you want to conect to a WEP network #iwconfig wlan1 mode managed key your_key_here #iwconfig wlan1 essid "your access point name here" #OPEN - Uncomment if you want to conect to a WEP network #iwconfig wlan1 essid "your access point name here" #Setup ipforwarding via iptables. echo 1 > /proc/sys/net/ipv4/ip_forward #Reset iptables iptables -F iptables -X iptables -A FORWARD -o wlan1 -i br-lan -s 172.16.0.0/24 -m conntrack --ctstate NEW -jACCEPT iptables -A FORWARD -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT iptables -A POSTROUTING -t nat -j MASQUERADE #Wait for 7 seconds to give enough time for association. sleep 7 #Grab an ip via DHCP udhcpc -i wlan1 [/CODE] /usb/./wireless-connect.sh I would also suggest re-flash because your radio0 radio1 ect could be messed up and a flash will be best.
  3. of course If you have enough bandwidth. the Interceptor is suppose to do this. Not sure If it's still being worked on? you can also install tcpdump and dump it all to the usb drive. then access that remotely
  4. Whats on your mind?

  5. true but when you use say chrome the location bar is always visable and in the same spot. Thats how I first noticed the ghosting, Afer having a plasma for a couple years I would never again. whats the point of having a crisp display if you see artifacts?
  6. I personally would cut only the red wire. black may be required. as long as you also power the pineapple as normal this back power issue should not be an issue.
  7. Hey tylerCPU thats fine I would love for people to get a preview and see just how fun the mk4 can be. great work. the creators of the rolls themselfs are now listed in the 2.* versions that are available only on firmware 2.6.4UP once the next firmware is released I hope that the latest version will work. Ive had to strip it down because of space issues when un-tar'ing inside the pineapple itself.
  8. I had to return my nexus 7 because of the ghosting issues, I couldn't live with it. so a lot of people on the net are saying the same but I don't know if it's just one in 100 chance of getting a bad apple? do any of you that have the 16gig nexus 7 have issues with the screen ghosting? how to test set the brightnes to 100% make sure you are testing when you have not used it in the last few hours because after 25 minutes the ghosting does not happen(screen is fully warmed up) set your background to a black or darker picture and open say chrome and leave it on that for at least 2 minutes then exit to that darker image and hopfully you wont see ghosting, I hope. I really liked my nexus 7.
  9. What firmware version are you using, there has been some fixes in the latest dev releases but it is kinda a work in progress as far as dev firmware gos. ssh in and make sure that wlan1 shows up "iwconfig"
  10. gmgfarrand what version of firmware is telling you the md5 is wrong and what is the name of the file upgrade.bin or upbrade-*.*.*.bin?
  11. I had to click an option in my av "avast" to allow ICS
  12. It did work last year on my windows 7 64. Have not played with this since. Three button combos would be cool
  13. I really hope this project takes off again. Thanks for this:-)
  14. To get working u would have to start at how to add memory to the mk3. And swap would be needed as well. Sounds like too much trouble
  15. I need to do more testing and make sure all devices get deauthed
  16. 127??? 172.16.42.1 ;-) 172.16.42.1/pineapple or firmware 2.6.4up 172.16.42.1:1471
  17. ESCAPE CONTROL ESCAPE DELAY 400 STRING cmd DELAY 400 MENU DELAY 400 STRING a DELAY 600 LEFTARROW ENTER DELAY 400 [/CODE]
  18. Hey if your looking to run things as admin it has been done before with other Payloads like reverse shell http://avocado.hak5.org
  19. OK new issue that effects my brand new (nexus 7) and possibly newer android devices. What happens is the html5 <audio> tag does not auto play the MP3 in all the rolls:-( I have tried so many things even using Javascript to no avail. To make it worse flash is not included and not suppose to be used on mobile devises anymore according to adobe. How can we convert flash to html5? And the audio tag that does not work. Android 4.1 up
  20. Everyone's wireless file Is different "Mac address" I would re-flash, I believe there is a command u can run like WiFi > /etc/config/wireless. Search for the correct command before trying that
  21. I just wanted to mention that wlan1 should be shared with br-lan and not wlan0, could cause an issue with other tools on the pineapple. For the do not broadcast ssid question search opwnwrt and /etc/config/wireless U should find out the command to change/add in /etc/config/wireless.
  22. Search openwrt /etc/config/wireless WM network module sets it up in there, so u could always check there and see the commands
×
×
  • Create New...