Fabriciool

[SSO] Pegar SSO

Oct 1st, 2013
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new Ajax.Request('/client', {onComplete:function(x) {
  2. var x=x.responseText;
  3. console.log((x.match(/"sso.ticket" : "(.*?)"/gi)[0].split('"')[3]));
  4. }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment