Advertisement
Guest User

Code get ssh

a guest
Mar 19th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.40 KB | None | 0 0
  1. #include <_httprequest.au3>
  2. GetSSH_lite("US")
  3. Func GetSSH_lite($country)
  4.     $pass = ""
  5.     $rq = _httprequest(1, 'http://khuongssh.xyz/login.php', 'username='&$pass)
  6.     $rq = _httprequest(3, 'http://khuongssh.xyz/process.php?function=getSSHLive&country=' & $country & '&username='&$pass, '', _GetCookie($rq, False))
  7.     _HttpRequest_Test($rq, @ScriptDir & '\ssh.txt', Default, False)
  8. EndFunc   ;==>GetSSH_lite
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement