SHARE
TWEET

Untitled

a guest Dec 28th, 2011 270 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - CMA client info:
  2. ContentManagerAssistantW/1.0
  3. User-Agent
  4.  
  5. - PSN data:
  6. urn:service-entity:psn (URN service)
  7. IV0001-NPXS01010_00 (Ticket ID)
  8.  
  9. - Pseudo functioning:
  10. open("POST", "https://auth.ac.playstation.net/np/auth");
  11. setHeader("Content-Type", "application/x-www-form-urlencoded");
  12. setHeader("Content-length", data_length);
  13. setHeader("X-NP-Status", "OK");
  14. setHeader("X-NP-Version", "3.0");
  15. setHeader("NG", "1.0");
  16.  
  17. - Vars:
  18. loginid
  19. password
  20. deviceid
  21. serviceid
  22. serviceentity
  23. first
  24.  
  25. - Defines:
  26. maxsize = 65536
  27. type = 0
  28.  
  29. - Format:
  30. <%016llx%016llx%016llx%016llx>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top