Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- url="http://neolee.com/free-ssh/"
- host="ineolee.co.cc" # IP: 173.213.115.224
- user="freessh"
- lport=7070
- STATUS=1
- while (( STATUS > 0 )) ; do
- pw=$(curl -s "$url" | sed '/http:\/\/www.clocklink.com\/.*/!d;s/^.*=pass://')
- plink "$host" -N -ssh -2 -P 22 -l "$user" -pw "$pw" -D $lport -v
- wait
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement