Jump to content

itsm0ld

Active Members
  • Posts

    163
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by itsm0ld

  1. That is interesting, have you tried this app out?
  2. I hope to test the range later this week. The antenna is actually a 5dbi rather than the 1.5dbi it came with so it "should" have decent range. Did you try this to increase the range of your pineapple? http://forums.hak5.org/index.php?showtopic=20637 I made the change but didn't do any testing before and after so I'm not sure if it made a difference.
  3. Just got two PNY 4GB micro sd cards with SD adapters on sale from walmart for 10.88 each. Work perfect in the ducky, they came pre-formatted fat32 so it was plug and play.
  4. OK so after getting the pineapple working I had everything setup in a laptop bag but It was kinda bulky...so this is what I did. The idea is that unless your searching for the guy with a fon or very interested in my setup you wouldn't take much note of the EXT HDD setting on the table next to my laptop with only one cable. Everyone here knows that a full 3.5 ext HDD needs power but hey if I really want to look legit I can still plug it in...also usually if you wanted to use your WD world on a single laptop you wouldn't use an Ethernet cable...but... Ok to the pics: So what do you guys think? My project to-do list: 1) Make the fon LED's work on HDD case 2) Externally accessible switch to turn off (currently have to pull the case apart) 3) Add the power jack next to the Ethernet port so I can charge the battery again without having to pull the case apart...or to power it from an outlet 4) Get a WD ext case that isn't so scratched up......anyone want to donate? Ill pay shipping?
  5. Right on I hope the TPlink works out, I would be interested to hear more about it. I really decided to go with the fon becasue I have been working on the same type of thing using airbase-ng with BT5 r1 and for whatever reason I was having throughput issues. Regardless of hardware / software configuration I was getting .7 MB down and 3.5 MB up speed on the victim machines. With the same setup just using Jasager rather than my Alfa card running rtl8187 I can get upwards of 15MB both ways.
  6. Are you by chance using your reader on a hub or something other than directly to the computer? I found that I would corrupt data on data cards using a crappy unpowered USB hub with several other devices....just a thought.
  7. bobbyb1980 - Thank you for the response! After reading your response I started to doubt my actual fon setup. I had ordered a second fon via ebay for a killer deal and decided to start over. So this time I followed Darrens guide until step 10. After step 10 I used netshrouds guide for Jasager firmware install and this time everything worked fine. As an interesting side note I can still ping google.com from the fon that works not sure what is up with that. So thanks for the nudge in the right direction to have a look at the fon rather than my ICS code for BT 5 r1. The good news about this is I got a ton of good reading in on iptables,open wrt... all good stuff !
  8. OK I have been banging my head against the wall all day... I have shortened my ICS commands to just: echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE (eth1 is connected to the internet) After the above commands I can SSH to the fon and then from the fon itself ping 4.2.2.2, then google.com From the victim laptop I can still ping the fon at 10.110.0.2, I can ping the gateway 10.110.0.1, I can ping google.com I'm totally lost, I can ping the internet, I can resolve host names...I can even tracert to external IP addresses from the victim Anyone before I go totally mad?
  9. Sorry I forgot to add that I also issue the below command before the iptables stuff: echo 1 > /proc/sys/net/ipv4/ip_forward Just cant get it to browse....
  10. Ok guys this is my first post on the board! I have a Fon2100 with Jasager and Karma working, my issue is browsing from a victim machine. OK here is my setup: Pineapple IP:10.110.0.2 Laptop with internet connection: Running VM workstation and BT 5 r2 eth0: 10.110.0.1 eth1: 192.168.7.20 GW 192.168.7.1 connection to internet is functional I get everything setup and happy the following is true: BT 5 can ping and browse the internet via eth1 BT 5 can ping the fon at 10.110.0.2, also can open jasager interface and turn on karma I then issue the following commands to setup ICS: iptables -A FORWARD -i eth1 -o eth0 -s 10.110.0.0/24 -m state --state NEW -j ACCEPT iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A POSTROUTING -t nat -j MASQUERADE route del default route add default gw 192.168.7.1 OK, now I fire up my Win7 home laptop and connect to the Jasager AP, I can see the victim in the Jasager interface! I check my IP on the victim laptop and it is 10.110.0.110 GW 10.110.0.2 OK from a cmd prompt on the victim I can ping 10.110.0.1 and 10.110.0.2 successfully OK I then see if I can ping something on the internet like 4.2.2.2 and it is successful OK Next I type nslookup, then try www.google.com and I get a response, sweet everything should be fine right? I can ping the internet, I resolve DNS, but as soon as I try and browse with a web browser I get the following: Firefox: The connection was reset IE: Internet Explorer cannot display the webpage So my question is what am I missing? Seems to be something simple but im missing it... Hope I have given all the information required for you guys to help me out. Thanks in advance for any help.
×
×
  • Create New...