Jump to content

nikki81

Active Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by nikki81

  1. What version of mitmproxy will work with a pineapple IV on firmware 2.8.1 ? Thanks
  2. I have been looking for word lists but not finding anything worth while. Can any one point me in the right direction. Thanks Nikki
  3. Will this script work ? #!/bin/bash IP=$(/sbin/ifconfig eth1| grep 'inet addr:'| cut -d: -f2|awk '{print $1}') MASK=${IP%.*}.0 echo '1' > /proc/sys/net/ipv4/ip_forward iptables -I FORWARD -s $MASK/255.255.255.0 -j DROP iptables -A FORWARD -i eth1 -o wlan0 -s $MASK/24 -m state --state NEW -j ACCEPT iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A POSTROUTING -t nat -j MASQUERADE
  4. Do I just need to connect the wan port on my pineapple to my router ?
  5. I have got rid of my fon and got myself a alfa 121u and flashed it with the pineapple firmware how can I connect it to my router so I don't have to have it hooked up to the laptop and be able to administrate it from my ipad ? Thanks
  6. I have flashed my alfa ap121u with fw 2.8.1 I have set it up and it seems to run well but when I try to install sslstrip it just sits on the page saying it is installing (I have setup usb with swap) but it never installs. I have tried things I have found by searching the forum but with no luck. Thanks
  7. I have got both gui,s working but how can I connect it to my lan port on my linux mint laptop without it dropping the wifi connection ?
  8. i have managed to follow this http://digi.ninja/jasager/installation.php and flash the fon but i am not able to get the openwrt gui i get a 404 not found page from 192.168.1.1 but i can get the jasager gui on 192.169.1.1:1471 how do i get access to it ? thanks
  9. I have a raspberry pi sat here doing nothing can I use it as a pineapple ? Thanks
  10. I have tryed loads of links on the forum and the links in this tutorial but they all go to a 404 page. where can i find the pineapple files to flash a fon 2100 ? Thanks
×
×
  • Create New...