Jump to content

bwanaaa

Active Members
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

bwanaaa's Achievements

  1. necro alert the link in the first post is 404. where can I find a guide for my old mk2
  2. An old white one.i think it's a fon2100 (white case). how do I start figuring out what's running on it? It seems I set it up long ago and totally forgot about it. It does come up with the SSID 'Free Wifi'. LOL. If I connect to it via wifi (Free Wifi) I get inet 192.168.2.209 netmask 0xffffff00 broadcast 192.168.2.255 so it is running an ip of 192.168.2.209 but what port does the admin log in to?
  3. I remember an older episode of Hak5 when Darren was showing some fun with a MITM. He actually had an application that was reconstructing the packets as they flowed through his laptop and reconstructed the webpage that the user was surfing.Anyone remember that episode? And for icing on the cake he did some text manipulation (like flipping the text upside down, or changing certain words. etc) so the user was seeing a 'modified' version of the web page.
  4. thank you. I was befuddled because the mac osx version of wireshark doesn't make this obvious. This is what the settings looks like: http://i.imgur.com/NgfUhpm.png
  5. OK…so I can load wireshark and see my packets. But today with Web 2.o there are a number of ads popping up no matter where I go and there seems to be a lot of traffic completely unrelated to the web page I am interested in (or thought I was interested in). I understand everyone needs to make money, but is there any way to find out and focus on the traffic to the web page I am interested in? For example, try going to pcgamer while wireshark is running in the background, Even if you only click on one article to read, wireshark logs countless packets from ad sites - many of which come from cdns like akamai etc so you don't even know what is really going on. It seems that there are a lot of ip addresses and I ave to highlight them individually and then click on 'resolve name' to find out where they are form. Is there any way to 'auto-resolve' packets so I can quickly identify the conversations I am interested in?? Thank you.
  6. Does anyone here have any experience with the reaver? http://www.reaversystems.com Looking at getting a kit to test my wifi but cannot really decide. Obviously the support here is AWESOME. But I was hoping for some experienced person to chime in a comparo.
  7. i am not interested in arp poisoning. rather i have a network tap. i need a low power pc that will log packets and not drop them when the traffic gets heavy. my sense is that i need at least a p4. since i need to troubleshoot a network, my tap is between the wan and the lan switch. so really, my question is what is the lowest power pc that has excellent nics. since linux plays better with intel than broad com i tend to think an intel mini its box is the way to go. it would be nice though if there were an intel usb ethernet adapter-but i can't find one of those .
  8. of course the raspberry pi would be great- if i could ever get one. but since since its still in short supply, i am wondering what else would be good. and don't say the interceptor. i already have a network tap. i need something that runs wireshark. the configuration would be: internet -> network tap -> lan switch-->lan clients and wireless access points ........................|tx....|rx..........|cat5 ........................|.......|.............| ........................V......V...........V ...................... network analyzer then i can vnc into the network analyzer from my iPad as i walk around to all the network clients to evaluate them. so the network analyzer needs three nics - i guess there is no mini itx with such a built in config so i would need a usb-ethernet adapters (prob 2) an duse the native nic on the miniitx mobo as well. does anyone have any hardware suggestions? or perhaps a better strategy? somewhere i read about just installing winPCAP on the network analyzer as a service. Then wireshark can run on the remote device-trouble is- i don't have wireshark for the iPad.
  9. in your pic of two subnets sharing one router, how do you get that to happen? That means that a router would need two gateways to the net-one for each subnet. i have not seen that in a router-but then again, i've only seen consumer grade devices.
  10. what is a usb passthrough? this is being done for a school library, and signs are posted at every pc that communications on the pcs are school property. i disagree with that concept-it's just indoctrinating youth into giving up their privacy and identity as a way of life. but then again, i dont make the rules. the other advantage of this working on a vm is its portability to other nodes.
  11. yes, that's what i thought. i read a little about the concept of a loopback.of course this is what i want to avoid basically i would do this i want to get the xp instance to act as a bridge and run wireshark on it. so it looks like this: client (lans with pc, mac, iphone, ipad) -> usb nics & native ethernet port -> mac server ->virtual ports on vm(1 port for each hardware device) to windows ->wireshark->one other virtual port to airport -> router with wireless access point ->internet the router has a firewall and nat. firewall on the mac server is off for testing. firewall on the windows instance is off for testing. need direction on how to do this in windows. or would it be easier to do in a an instance of ubuntu on the command line? or other linux distro running as a vm?
  12. hoping for the virtual machine to be a 'network tap'. configuration is an intel mac with an airport card and several usb nics. The airport card is for connectivity to the internet. the usb nics provide connectivity to the local lan. internet sharing is used on the mac to distribute internet access and the mac is also a file repository. Internet sharing on the mac results in a dhcp serving addresses in a different class c for each nic-so one nic for example will get 192.168.2.x, the next nic gets 192.168.3.x, etc. This allows each nic to service a whole lan segment. Wireshark installed on the mac sees all interfaces and allows monitoring of traffic. I do not want to run wireshark natively on the mac. It's a production machine and messing around with the bare metal is discouraged. A virtual appliance is perceived as safer (even though it may not be, i cannot convince the responsible higher ups) So, vmware fusion is set up on the mac to run an instance of windows xp sp3. wireshark is installed on windows.in this configuration, wireshark only sees the airport but not the usb nics. The network adapters are set up in bridged mode on vmware. Is there a tutorial that clarifies setup for the nics in fusion and the proper ip addresses they should have in windows? Should they be bridged there as well? If i use the same ip as that used on the mac, obviously i get an ip address conflict. I was hoping for the virtual machine to be a 'network tap' but it's having trouble seeing the nics, let alone the traffic that is not even destined for it. i guess another way to solve this problem is to get the traffic to go through the xp instance. XP would need a dhcp server running. This dhcp server would service the nics. i tried tftpd but that is a little too rudimentary- it does not see the virtual interfaces. i'll keep looking but need some enlightenment. please be gentle.
  13. [sOLVED] Turning off the firewall in the gui did not actually turn off the firewall! dont know why but sudo ipfw list showed that it was still up. i had installed noobproof for more granular control to ipfw and i had forgotten that. i turned off ipfw with noob proof and now internet sharing works properly. Running wireshark on the MBP allows me to capture from jasager. unfortunately the data streams are hot, heavy and dense so i use the follow tcp stream in the analyze menu to get focussed in.
×
×
  • Create New...