Jump to content

Search the Community

Showing results for tags 'SD Card'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Talk
    • Everything Else
    • Gaming
    • Questions
    • Business and Enterprise IT
    • Security
    • Hacks & Mods
    • Applications & Coding
    • Trading Post
  • Hak5 Gear
    • Hak5 Cloud C²
    • New USB Rubber Ducky
    • WiFi Pineapple
    • Bash Bunny
    • Key Croc
    • Packet Squirrel
    • Shark Jack
    • Signal Owl
    • LAN Turtle
    • Screen Crab
    • Plunder Bug
    • WiFi Coconut
  • O.MG (Mischief Gadgets)
    • O.MG Cable
    • O.MG DemonSeed EDU
  • Legacy Devices
    • Classic USB Rubber Ducky
    • WiFi Pineapple TETRA
    • WiFi Pineapple NANO
    • WiFi Pineapple Mark V
    • WiFi Pineapple Mark IV
    • Pineapple Modules
    • WiFi Pineapples Mark I, II, III
  • Hak5 Shows
  • Community
    • Forums and Wiki
    • #Hak5
  • Projects
    • SDR - Software Defined Radio
    • Community Projects
    • Interceptor
    • USB Hacks
    • USB Multipass
    • Pandora Timeshifting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 23 results

  1. Whats up everyone so Im somewhat new to the Wifi Nano and Command Prompt. So that being said I need help mounting a sd card on the Wifi Nano in Command Prompt or if there is a way to do on the Nano web interface. Any help would be great.
  2. I installed an SD Card and saved a module to it. When I look under "Installed Modules" I cannot find at it on the GUI but it is on /sd/portals/evilportals. root@Pineapple:~# cd /sd root@Pineapple:/sd# ls etc lost+found modules tmp root@Pineapple:/sd# cd modules root@Pineapple:/sd/modules# ls EvilPortal root@Pineapple:/sd/modules# cd ~ root@Pineapple:~# ls portals root@Pineapple:~# cd portals root@Pineapple:~/portals# ls root@Pineapple:~/portals#
  3. Hi, I'm thinking of getting a wifi pineapple and I'm worried about the limited flash memory. Is there a way to use the micro sd as rootfs? In other words, how can I boot off the micro sd card? Thanks!
  4. Hello, Sebkinne! I am a technical beginner from China (my English is not good, so use the translation software, if some statements are not smooth, please forgive me!), My friends help me from abroad to bring back a team your research and development equipment. I would like to ask you about SD cark! I would like to SD cark mounted on the equipment, the system uses SD cark capacity! Hopefully you can tell me how to configure "config 'global'" and "config 'mount'" and "config 'swap'". SD cark has been partitioned into ext4 and swap format. Currently I use the nano1.13 Thanks again Sebkinne to provide us with such a good device!
  5. How to Make USB Rubber Ducky Scripts When Drive Letter is Unknown. Ever wanted to make script that could get a file from the USB Rubber Ducky SD card. If you have you probably have run into the problem that, every time you plug the USB Rubber Ducky into a different computer, it most likely has a different drive letter then the last computer you plugged it into. Which means you would have to go back and change the drive letter in the script. If you are having problems with this then your on the right page! What I am going to hopefully teach you in this page is how to overcoming this problem. Here I have an example of a script that I have wrote that uses the Twin Duck Firmware to change the wallpaper of the computer to a file on my USB Rubber Ducky SD card. ------------------------------------------ DELAY 1000 REM -----------Opens CMD----------- WINDOWS R DELAY 500 STRING cmd ENTER DELAY 600 REM -----------Sets Wallpaper to image in the DUCKY SD card----------- STRING reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d E:\target.bmp /f ENTER DELAY 200 REM -----------Refreshing the wallpaper----------- STRING RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters ENTER DELAY 100 STRING exit ENTER ------------------------------------------ As you can see in the script, we open up cmd via run and then type in : ------------------------------------------------------------------------------------ reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d E:\target.bmp /f ------------------------------------------------------------------------------------ The underlined part of the the script is the path of the target.bmp image inside the USB Rubber Ducky's SD card. Now if your drive letter is always changing, your going to run into a problem when you go to execute the command on a different machine that has, lets say, made your USB Rubber Ducky's Path the letter V, your going to run into some problems. To overcome this problem is really, really simple. And is shown here in a altered version of the script ------------------------------------------ DELAY 1000 REM -----------Opens CMD----------- WINDOWS R DELAY 500 STRING cmd ENTER DELAY 600 REM -----------Sets %ducky% to DUCKY drive letter----------- STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set ducky=%d ENTER DELAY 100 REM -----------Sets Wallpaper to image in the DUCKY SD card----------- STRING reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d %ducky%/target.bmp /f ENTER DELAY 200 REM -----------Refreshing the wallpaper----------- STRING RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters ENTER DELAY 100 STRING exit ENTER ------------------------------------------ As you can see, when cmd gets opened this script is typed in straight away and is executed: ------------------------------------------------------------------------------------ for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set ducky=%d ------------------------------------------------------------------------------------ The first thing that this command does is finds our Storage Device which is named 'DUCKY', which should be the SD card that is plugged into the USB Rubber Ducky. If your device's name is different you can either change the SD card name to 'DUCKY' or you can edit the command. If you want to change the command all you need to do is change 'DUCKY' in the command line to the name of your SD card, in the USB Rubber Ducky. The second thing the command does is make it so when you type in '%ducky% it will automatically make it mean the drive letter of the Ducky SD Card. For Example if I type in %ducky%/target.txt. It will open 'target.txt' in the 'DUCKY' SD Card, because %ducky% equals the drive letter of the SD card. Please note this can only be used in cmd, it will not work in another program like Run or File Explorer. I really hope this helps you guys if you have had this problem. If there is any wrong information in this post please let me know. Cheers, Bingoe33
  6. Hi everyone! Has anyone tried installin BeeF on SD card? Would be great to know opinion, results and to get some tips. thanks!
  7. Hi, i have a computer where the execute command and the cmd is blocked can i use the rubber ducky to execute a exe file or a batch file directly from the sd card when i plug the usb in? If yes, can you please explain me how? Thanks for the help ^^
  8. Hello again everybody. Im sorry for having 2 threads at the same time, but they are about different issues with my ducky; This time, after 2 o 3 days of perfect perfomance of my rubber ducky, it suddenly corrupted my MicroSD card (or it corrupted itself?) The one that cames with the ducky. When I plug the microSD with the adapter it says that it has no format, so I should format it, so I formated. But, afterwards unplugin the microSD, if I plug again, It is unformated again. Ducky just gives red SOLID light with or without card. Is this a known issue? Thanks in advance! My best regards. Pedro.
  9. Hello Pineapple community and thanks for the wonderful tool I got my pineapple and i am pretty new to this, i am trying to do some pen test on my firm network. So i upgraded to the latest firmware, format sd, put eth0 in client mode. all fine until there then i install ALL the infusions, but at some point it gets into a boot loop. i do not understand why. so, 1) can the pineapple support to have ALL the available infusions installed? 2) can it be the sd card formatting? (i am not able to format it via pc, only with the pinapple and the message confirms the succesfull format of the card) 3) can it be some infusions only creating the problem? (it usually occurs after ssl split, wps and notify, but i am not 100% on this) 4) are there some infusions that must be installed only on system rather than sd? thanks in advance for your time kzipp
  10. hey, I'm encountring difficulties to install an infusion on my PineApple Mark V that running 2.2.0 firmware. -When i try to install an infusion from the PineApple Bar:Available, it needs to download the infusion on SD card. Why it can't install 11kb into 88kb free space? screenshot 1 -So i choose to download on SD card.=> screenshot 2 -It says the infusion is on sd card and it's installing in the web interface => screenshot 3 -When i check the PineApple Bar: Installed. => screenshot 4 I think it's a firmware bug. Can I fixe it by any commands? or should i flash my PineApple? Every Advices are wellcome =) You also can find me on IRC #pineapple
  11. Hey guys, I just got a new Wifi Pineapple MKv and the SD card that came with it has no firmware! I went to wifipineapple.com and it doesn't look like the firmware is there, just the upgrades. What should I do?
  12. Hi, I have a problem. I haven't used my pineapple in a while but when i started using it again today, it suddenly doesn't see the SD card anymore. I took it out and put it back in again and i tried factoory reinstalling it. It still doesn't see it. What can i do? btw im new to the pineapple and sorry if my english is wrong(im dutch)
  13. Hi there, I've just received my pineapple and am trying to do the first upgrade using the sd card provided. Having followed the instructions that came with the pineapple, all i get is a solid green light (after the amber and red for a couple of seconds before they go off). I've read the instructions in this thread here https://forums.hak5.org/index.php?/topic/32816-sd-card-doesnt-work-on-a-new-device/?hl=%2Bpineapple+%2Bwill+%2Bnot+%2Bupgrade but still no use, the green, amber and red lights come on when i plug the pineapple on, then the amber goes out (after approx 2 seconds) followed by red (after approx seconds), then i'm left with solid green. Is the pineapple knackered? I'll try another sd card but i can't see anything wrong with the one that came when its connected to my laptop. Any help would be greatly appreciated. Cheers
  14. Hello, I have just received my first duckies and started playing around with them and I gotta admit it is pretty fun. I have also found a great interest in the wget + execute function, especially if something can be worked out to do the same for .app on Mac OS X (if someone could help me out with that it'd help, I don't have any mac to help me out find which keys would allow me to remote download + execute). But most importantly, what's bothering me, is the lack of stealthiness of the actions. *** Bob tells his friend he needs a certain doc Adam answers him sure, let me put it on my USB and let me hand it to you. Adam quickly makes a payload (pre-written and probably pre-compiled too) and puts it inside the SD card. Adam tells him hey, here's the file! Bob inserts the rubber duckyB Bob only sees a couple of things popping up by themselves on the screen, but never ends up with the actual file he's looking for. *** This is a payload for social engineering 2.0 that I'm looking for, as, for now, the only ones available can remotely download and execute files, or fuckup the OS it's on, but anyone looking at the screen while the USB key is plugged will still see something fishy going on, especially if nothing happens afterwards. THEREFORE (getting to the point), I'd like to know if a payload exists, or if it is even possible to actually mount the SD card that is inside the emulator so that we get a double-entry, one of an emulator, and the other one of a stoarge unit, that would allow the opening of a new folder that would appear as an external drive to the user, and where we could put whatever .doc or .pdf that is needed to be transfered? Such a method would allow stealth targetted-infection and much less social engineering and "hoping" that someone just picks up a random USB key and plugs it in to see what happens. Also, the success rate would be much bigger, since you'd be standing right by the person inserting it and he would trust you, since after the little payload of wget and execute is loaded, a windows showing up a mounted external drive with the requested files appear (any non-IT guy would then assume that whatever happened beforewards was just to mount the card/storage) It has been brought to me the idea of creating a folder in %temp% and name it USB KEY where we would download the file to afterwards open it, but it still seems fishy in case the internet connection isn't quite good, and simply because of the location of the "drive", and, MOST OF ALL, because there actually IS an SD card that should be available to be mounted somehow. I have read through a lot of forums and guides and yet couldn't find a payload or any hints as to how to make the emulator recognize the SD card it's using as a drive that's browsable and put some files inside that could be used by whoever plugs the key. If anyone could help me out with that, this would bring the ducky's power to a brand new level. Thanks in advance, -pineapple
  15. This morning I tried to purge the sd data from captured pcap data with the rm -r command. When I tried to 'ls' at the root directory it wasn't there anymore. So my question is, were there any important hidden files i should have known about? And I guess I have to make a directory and mount the SD card back, eh?
  16. I am wanting to get a USB Rubber Ducky but unfortunately, i cannot afford it at the moment. I was wondering though, would i be able to get a teensy 2.0, put a SD card reader on it, and put a USB male to male adapter to kind of make my own, cheaper Rubber Ducky? I was searching around on the internet and i came across the Community Edition Encoder and Firmware on the ducky website, and i was wondering if i could put this on the Teensy and make it into a rubber ducky? Or am i misunderstanding what the Community Edition encoder and firmware actually is? If one is able to do this, could you explain how you would do it? Do you put it on the SD Card? What do you do? I am just a little lost when it comes to the whole thing, but I am trying to learn and after a lot of googling, i could not find anything so i figured i'd ask here. Any help is greatly appreciated. Thanks.
  17. Hi I have just purchased a Mark V and whilst awaiting its delivery am preparing for its initial use. Rather then use the supplied SD card I have purchased a 32gig Class 10 Sandisk 1) I have formated the SD card as ext 4 with two partitions - 28 gig and 4 gig When my pineapple arrives should I flash it using the supplied SD card or should I flash the pineapple using the 32 gig card 2) Once flashed should I reformat the SD card so that Pineapple has optimised the partitions with regard to the max swap file dumpster
  18. Got my first rubber ducky in the mail yesterday \o/ however i can seem to remove the sd card out of the board. I tried to push it out by giving it outward pressure with my figernails but i doesn't seem to bodge. I do know there is a paragraph related to this topic in the faq https://forums.hak5.org/index.php?/topic/28824-faq-frequently-asked-questions/ But it would like to ask once again what the best practice is to this problem because i don't want to damage the device. nvm got them out with a pair of tweezers setting the arms on the sides of the card and pull
  19. Hey guys, Just working with sslstrip on my pineapple and just got resource error. Makes sense since the pineapple does not have a whole lot of internal storage. I uninstalled it and then reinstalled on SD card and that seemed to fix it. Just curious if this was the only way of doing it or is there a way of selecting where to store the dump file? Should I reinstall tcpdump on the SD card to avoid running out of room too? Just curious if this is the only way.
  20. My pineapple was shipped to me with a blank sd card. I need to know how the files and directories are supposed to be set up, I have searched and found nothing other than I need the firmware binary and a file with the md5 sum.
  21. Just received my usb rubber ducky. It looks fragile and for the life of me I can't figure out how to remove the micro sd card. A long time ago I bought gen 1 of the rubber ducky and the metal door swung open. Does the sd card slide straight out? I'm concerned I'll f* this thing up.
  22. I got the payload to work but not with the .exe file I need it to work with. It will auto open paint or a calculator exe file but not this certain .exe file I have. The .exe file I have auto extracts documents and computer files into a folder. I have no idea why it will not work with this .exe but will with any other I have tried. The payload executes everything fine but the .exe does not open. This is the payload https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Payload---runexe-from-sd Any help would be great. Thanks.
  23. Okay I think a Payload that runs an exe on the sd card using Twin Ducky would be useful. I've found code from other people but I can not get this idea to work. The code below opens the cmd prompt but does not do anything else. I have renamed the Ducky flash drive to DUCKY. The one on the Wiki did not work for me and seemed too complex. Any help would be great. DELAY 3000 ESCAPE CONTROL ESCAPE DELAY 100 STRING cmd DELAY 100 ENTER DELAY 100 STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set myd=%d ENTER STRING %myd%\Payload.exe ENTER
×
×
  • Create New...