Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
52
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/expect --
  2.  
  3. set timeout -1
  4.  
  5. spawn /bin/su
  6.  
  7. expect "Password: "
  8. send "bitconnect\r"
  9.  
  10. expect "\r\n"
  11. send "whoami\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement