Jump to content

webdirector

Active Members
  • Posts

    121
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by webdirector

  1. Hello Yes, I tried that and no luck. I also downloaded a special SD formatting tool from sdcard.org. But nothing seems to work. Rgds
  2. Hello, from 4 cards, I was able to format one that is now working the 3 others do not. No Idea why. All 4 are Nokia Branded and 512 MB
  3. Hello, OK I tried it on windows and Linux and I can not get them to work. Like I said could it be because they are old Nokia phone cards ? 512MB In "Format Drive" The Scheme: should they be "Master Boot Record" or "Guid Partition Table" or "Don't Partition" or "Apple Partition Map" ? ( I tried all but none seem to work) I then create a partition as "FAT" I then copy file over but nothing happens the LED stays RED
  4. Hello, I have a question I got a old Nokia micro SD card with 512MB. I made a EXT4 partition. What do I need to do to get it to work with the ducky ? When I input it now and connect to PC the LED turns RED. So what is correct way of making an SD card for the Ducky ? Thanks
  5. .. I connect my pineapple on the 12V output of the batterie.
  6. well if you want to make it easy just go grab what you need from www.nirsoft.net . Most of them you do not need to install you just run them. hope this helps
  7. USB HUB Report. Hello I wanted to share with you my experience with USB hubs. 1-Belkin USB 2.0 4Port HUB F5U404-BLK. When you plug in the hub into mains and then connect the Pineapple ( Pineapple not connect to mains) on the back ( not the one of the four in front) it has power going to pineapple. I then also connected the Pineapple and when both the Hub and Pineapple are connected to mains it seems to work but the HUB gets very hot up to the point it may melt the plastic. I opened a USB cable and cut the RED cable. That did not work, I could no longer get connection between devices and Pineapple 2- D-Link 4 Port DUB-H4 There is no Power feedback from Hub to pineapple. So no issues here. The bub is nice and small but the USB connector are very close to each other. If you plug-in the 3G Modem direct the second port becomes a bit blocked or not accessible. (I am using a Huawei E173). It has a 2A power supply with it and I think it has to do with my 3G Modem it blinks and try’s to connect but it does not. I know from the forum that other people have no issues with it. But for me it would not work. 3- Anker 7 Port USB 3.0 HUB AK-68UPHUB-B8U The first things that comes to mind when you see it is "WOW". This is how all HUBs should be build. I know it is expensive. There is plenty of space to connect stuff and there is plenty of space between connectors. It has a 4A power supply and when I put the 3G modem it connects every time to the Internet. I have no issues what so ever with this HUB. Again these tests were done with a Huawei E173 and can be different with another 3G Modem. I hope this helps someone in future.
  8. Hello, have a look here: http://forums.hak5.org/index.php?/topic/25927-opkg-manager/page-2
  9. OK Snake I got it. all you need to do is change line : //ASCII_27 = KEY_1, MODIFIERKEY_RIGHT_ALT to ASCII_27 = KEY_BACKSLASH, MODIFIER_SHIFT and change line: //ASCII_5E = CIRCUMFLEX_BITS + KEY_SPACE to ASCII_5E = KEY_TILDE again thanks for patience
  10. Hi, do this: http://forums.hak5.org/index.php?showtopic=25882 Rgds
  11. Hi, Your question is a bit too wide. I suggest you read some post and then ask more specific things. If I may suggest you will probably want to get the USB working first. meaning, try to make sure it is all functionning setup the FSTAB correct do this: http://forums.hak5.org/index.php?showtopic=25882 and then move on to the 3G.sh so to start do a bit or reading: start reading here: http://cloud.wifipineapple.com/wiki/doku.php then read here: http://forums.hak5.org/index.php?/topic/28792-huawei-e1550-markiv-27-usb-internet-problem/ this also helped me: https://forum.openwrt.org/viewtopic.php?id=30002 good reading :)
  12. snake, I am sorry I am an idiot. I was redoing the whole de.properties and then I wanted to test it on the ducky and now I found the original files are working... I have no idea what I did wrong before. Now I can confirm to you that German is working almost 95% I only found two that are not printing and they are " ^ " and the " ' " Sorry again, ...
  13. sorry snake for being a pain.... so I want to make the "ä" so it is this line : ISO_8859_1_E4 = KEY_\ // ä would taht be correct ? I do not see on the keypad layout from your picture above what I would press to get this "ä"
  14. OK, thanks, so final question the above that you gave me : ISO_8859_1_23= KEY_MINUS, MODIFIERKEY_RIGHT_ALT I would just add that in the "de.property" file correct ( since it is not in there ) do I need to delet someting ? Like this : ASCII_23 = KEY_BACKSLASH // 35 # ?? ?? Thanks
  15. How do I find out what key you need to press on an american keypad to get that charracter ?
  16. Hello, I want to try and fix the German property file. as said there are many characters that are comming out wrong: for exemple this : , ,\ ,'\,'\ ,'\ ,\ , I get this: , ,# ,ä#,ä# ,ä# ,# , I know the" \" outputs as "#" and " ' " comes out as "ä" how would I adjust that ? If I look on the US ASCII for the "\" I see "5c" and on the western europe keyboard I see for the "#" ascii " 23" should I the go into the property file and find this line : ASCII_5C = KEY_MINUS, MODIFIERKEY_RIGHT_ALT // 92 and change that to : ASCII_5C = KEY_MINUS, MODIFIERKEY_RIGHT_ALT // 23 is that correct ? Thanks
  17. I will try there are more as Bart Simpson does not look at all as in the text I had in txt file
  18. Hello I used V2 encoder and wanted to endcode this: I used the following command: java -jar encoder.jar -l resources/de.properties -i test.txt -o inject.bin It made the inject,bin but when I go to a windows PC I get this in notepad:
  19. Thanks guys, I also saw that I was still on Java 1.6 I updated to version 1.7 and now I think it is working Question: I had bought by ducky some time ago and it was in my drawer as I had German keypad so i did not work. should I update something ? Rgds
  20. Hello, I am not getting something. can you please clear for me ? I made a directory in root called ducky then I did: svn checkout https://ducky-decode.googlecode.com/svn/ ducky-decode I went to encoder/v2 In there I put my hello world script into hello.txt saved the file to v2 directory I then did : java -jar encoder.java -l resources/de.properties -i hello.txt -o inject.bin I get this ; Unable to access jarfile encoder.java I look at ownership and it belongs to root so what am I doing wrong ? Thanks for help
  21. .... i have 32GB and no problems. I am sure it's a power issue or making the disk. did you follow Darrens tutorial ? first try to fix this before you go on to fstab.
  22. Hi, if you make ls /dev/ do you see your sda1 and sda2 ? or do you see sg ... ? if so, then yoou either have not formated the stick correct or you have a power issue ( my experience) I have a similar setup and my fstab is : config global automount option from_fstab 1 option anon_mount 1 config global autoswap option from_fstab 1 option anon_swap 1 config mount option target /usb option device /dev/sda option fstype ext4 option options rw,sync option enabled 1 option enabled_fsck 0 config mount option target /usb option device /dev/sda1 option fstype ext4 option options rw,sync option enabled 1 option enabled_fsck 0 config swap option device /dev/sda2 option enabled 1 Hope this helps
  23. in The DMZ.... Thanks a million. to be honnest I do not know what did it but now it is working Thanks a million ! If you ever are in Germnay I will pay you a beer ................. or two ;-)
×
×
  • Create New...