digininja Posted July 10, 2010 Share Posted July 10, 2010 And in linux you use the pl2303 kernel module that is shipped with most by default, just plug in and run dmesg to find out what serial interface it created. Quote Link to comment Share on other sites More sharing options...
WUWA Posted July 11, 2010 Author Share Posted July 11, 2010 And in linux you use the pl2303 kernel module that is shipped with most by default, just plug in and run dmesg to find out what serial interface it created. I don't think that the pl2303 module is in either my Lynx or Backtrack machine, as both give me results similar to the below: [ 290.228087] usb 4-2: new full speed USB device using uhci_hcd and address 2 [ 290.348117] usb 4-2: device descriptor read/64, error -71 [ 290.572110] usb 4-2: device descriptor read/64, error -71 [ 290.788129] usb 4-2: new full speed USB device using uhci_hcd and address 3 [ 290.908120] usb 4-2: device descriptor read/64, error -71 [ 291.133125] usb 4-2: device descriptor read/64, error -71 [ 291.348144] usb 4-2: new full speed USB device using uhci_hcd and address 4 [ 291.756119] usb 4-2: device not accepting address 4, error -71 [ 291.868154] usb 4-2: new full speed USB device using uhci_hcd and address 5 [ 292.285096] usb 4-2: device not accepting address 5, error -71 [ 292.285147] hub 4-0:1.0: unable to enumerate USB device on port 2 If you have a stable version, using the same 1.0 firmware, using UK routers, and yours doesn't lock up like mine do, then I'm leaning toward a problem with the flashing. perhaps Windows is throwing extra network traffic over the line. So I'll try to get the usb to serial driver working in Linux and use minicom vs putty to flash my router. Is that how you do it? Quote Link to comment Share on other sites More sharing options...
WUWA Posted July 11, 2010 Author Share Posted July 11, 2010 And in linux you use the pl2303 kernel module that is shipped with most by default, just plug in and run dmesg to find out what serial interface it created. You were right on the money... the driver is built into my Lynx. I just had to use a USB hub to get the driver to work (I had to do the same in Windows to get it to work). Here is the working output [ 1650.112459] usb 1-5.3: new full speed USB device using ehci_hcd and address 7 [ 1650.205781] usb 1-5.3: configuration #1 chosen from 1 choice [ 1650.257841] usbcore: registered new interface driver usbserial [ 1650.258782] USB Serial support registered for generic [ 1650.259751] usbcore: registered new interface driver usbserial_generic [ 1650.259765] usbserial: USB Serial Driver core [ 1650.272840] USB Serial support registered for pl2303 [ 1650.273521] pl2303 1-5.3:1.0: pl2303 converter detected [ 1650.275783] usb 1-5.3: pl2303 converter now attached to ttyUSB0 [ 1650.275850] usbcore: registered new interface driver pl2303 [ 1650.275857] pl2303: Prolific PL2303 USB to serial adaptor driver Now I'm going to try out Minicom to see if I can flash with Linux Quote Link to comment Share on other sites More sharing options...
WUWA Posted July 11, 2010 Author Share Posted July 11, 2010 And in linux you use the pl2303 kernel module that is shipped with most by default, just plug in and run dmesg to find out what serial interface it created. I didn't have a lot of time to get minicom working, but I did reflash again using putty. same result. Changing nothing but the password, it locks up whenever a victim tries to connect, and it isn't even pingable. I'll try to get it working in Linux later. Quote Link to comment Share on other sites More sharing options...
WUWA Posted July 15, 2010 Author Share Posted July 15, 2010 And in linux you use the pl2303 kernel module that is shipped with most by default, just plug in and run dmesg to find out what serial interface it created. I never was able to get the 1.0 firmware to work. Sorry. I went back to the instructions at http://www.hak5.org/w/index.php/Fon_Jasager_Install These seem to be pretty stable, with the exception of if I am not IP forwarding through my laptop, the Fon doesn't seem to give out an IP address. I think I can fix that somewhere in the configuration. My goal is to have a stand alone Pineapple, which users connect to (and obtain an IP address), and dnsmasq redirects any query that they make to a webpage stored on the FON. Any suggestions on how to set up the dhcp on the Fon to serve out an IP address, and how to set up dnsmasq to redirect any query to, say, index.html? Quote Link to comment Share on other sites More sharing options...
digininja Posted July 19, 2010 Share Posted July 19, 2010 I've posted the line for dnsmasq quite a few times in the forums, you should be able to find it with a bit of searching. As for redirecting to index.html you are mixing things up. dnsmasq is a DHCP/DNS server you are wanting a web server and you would have to configure it to respond to any page with your version rather than the one requested. I could tell you how to do it easily in apache but on the one on the Fon don't know, not even sure if it could be done without quite a bit of effort. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.