Sality

superfreevpn.com GET PASSWORD

Oct 31st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/sh
  2. gifurl=`curl -s http://superfreevpn.com/  |grep "VPN Password"|cut -d\" -f 8`
  3. freepass=`curl -s http://superfreevpn.com$gifurl -e http://superfreevpn.com | giftopnm | gocr -`
  4.  
  5. echo "user: free"
  6. echo "pass: $freepass"
Add Comment
Please, Sign In to add comment