Guest User

Untitled

a guest
Apr 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/usr/bin/bash
  2. # imposter /usr/bin/whoami
  3. if [ $USER = user1 ]
  4. then
  5. echo root
  6. exit 0
  7. fi
  8.  
  9. whoami2
  10. exit 0
Add Comment
Please, Sign In to add comment