Jump to content

Jason Conley

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

1,144 profile views

Jason Conley's Achievements

Newbie

Newbie (1/14)

  1. After pulling out most of my hair I finally got mine working. I found out that I didn't need tftpd to dish out dhcp addresses because it appears internet connections sharing does this automatically (gives out 192.168.0.x addresses only). Below is how I finally got my pineapple working. Others might have been able to do this differently but this is what worked for me and will hopefully help those that are still having issues. based on the below link: http://wiki.hak5.org/wiki/Internet_Connect...mit_Der_Jasager So here is what I did once I unlocked the fon and got jasager on there: Basically I am on my Laptop running windows vista (haven't had time to "upgrade" to xp). I am going to connect using my verizon air card or to another wireless access point, share that connection, plug my in my pineapple to my ethernet port and turn on jasager so that other people's laptops will associate with the pineapple. From there all their traffic goes through the pineapple, through my laptop, and out to the internet. Configuration steps to do this: 1. Connect to the internet: On your laptop, connect to the internet with your wireless, verizon air card, tethered cell, whatever. Do an Ipconfig /all and note the DNS servers it's using. 2. Share out your internet connection: Whatever interface the above connection is using you will need to turn on Internet Connection Sharing (ICS). To do this, right click on the connection and choose the sharing tab. Click the box that says allow other network users to connect. Choose the "Local Area Connection" from the drop down list. Then click on the settings button and check everything and click "OK". 3. Configure the ethernet adapter on laptop: (where you will be plugging the pineapple to) To have an address of 192.168.0.1 for the ip. 255.255.255.0 for subnetmask, leave default gateway blank. Put in the DNS server ip's that you got from step 1. You could put in any dns like 4.2.2.2 and it would work but I don't know if one way would be better than another. ***note IMPORTANT: I found that you have to use 192.168.0.1 and not another subnet like 192.168.1.1 for the fon because ICS has it's own built in DHCP that uses 192.168.0.x network (I think there is a way to change this default but I didn't look into it.) (Also don't use TFTPD like Darren uses in the video because it seems it's not needed - if you were able to get it to work with TFTPD, great, but it didn't work for me) 4: Configure the pineapple: You need to connect to the fon and on the OpenWRT gui change the fon router to have a DHCP & Bridged connection and put in the ip address 192.168.0.250 (if you don't see a place to put in the ip then change it to static and then change it back to DHCP in the drop down and you will then see the place to put in the ip.) Again this has to have an ip on the 192.168.0.x subnet not 192.168.1.x . If you have trouble connection the to fon the best way to get to the gui interface to plug it into your wireless router where it will give it an ip, then on another computer on your home network go to the ip address it gives it and you will be able to get into it to configure it (might want to check the dhcp table on the router or do nmap to see what ip it gave it) Thankfully this is a one time setup. 5: Now take the pineapple and plug it into your ethernet connection (regular network cable, not crossover). Power on the pineapple and give it a min. or two to fully power on. 6: Test: On another computer look at wireless networks and you should see the OpenWRT. Connect to OpenWRT. You should be able to access the internet. If you do an ipconfig /all on that computer you should see that it has an ip of 192.168.0.xx with 192.168.0.1 for the Default Gateway, DHCP server, and DNS server. If for some reason you can't access the internet, look over the above steps for something missed or try doing this: 1.power off pineapple and disconnect from internet 2.connect to the internet again 3.power up the pineapple 4.connect again to OpenWRT with the other computer and check for internet connectivity. 7: At this point you should also be able to connect to the pineapple from your laptop. 192.168.0.250 - for the router interface 192.168.0.250:1471 - to get to the jasager interface. (use firefox because it doesn't work well with ie) go to 192.168.0.250:1471 and turn on Karma. Now anybody's laptop will associate with the pineapple. once you see an ip show up in the connected clients list you can fire up wireshark and see their packets as they surf the net. Also you can do some sidejacking with ferret and hampster as shown in episode 412: Hope this helps. By the way if you are connecting to a wireless router for your internet connection and the router has an address of 192.168.0.1 address I think it might not work right b/c it would get confused with your ethernet adapter which also has a 192.168.0.1 address.
  2. I first saw the Plant Twitter Kit on thinkgeek.com and figured I could build it myself with an arduino and parts that I already had. When I went to the Botanicalls website I was amazed that they had instruction and code you can download to do this very thing! Now some of you might think - so what, a plant that twitters, big deal. What I think is really cool about this is the idea of random household objects connected to the internet talking to you. That network traffic your sniffing using the pineapple one day might just be someone's electric toothbrush needing new batteries. More stuff on the network means more stuff to hack ..err I mean secure. Here is Thirst_E_Plant, the plant setup that I have sitting on my desk at work: You can follow Thirst_E_Plant on twitter: http://twitter.com/Thirst_E_Plant Here is the step by step tutorial w/ pictures if you want to build your own: http://www.botanicalls.com/archived_kits/1.0/1.html
×
×
  • Create New...