Advertisement
hackersatyamrastogi

PRTG

Jul 23rd, 2014
894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 KB | None | 0 0
  1.  
  2.  
  3. #############################################
  4. # PRTG Network Monitor License Workaround
  5. # Tested on version 12.4.6.3341
  6. # Running on Windows Server 2008 R2 SP1
  7. #
  8. # Published by ZMITGroup
  9. #############################################
  10.  
  11. This workaround is quite easy, due to the lack
  12. of quality checks it's easy to keep evaluating.
  13.  
  14. - Step 1: Edit C:\Windows\System32\drivers\etc\hosts file
  15. Add the following lines into your hosts file:
  16.  
  17. ######- BEGIN
  18. # Disable activation checks , all HTTPS
  19. 127.0.0.1 activation1.paessler.com
  20. 127.0.0.1 activation2.paessler.com
  21. 127.0.0.1 activation3.paessler.com
  22. 127.0.0.1 activation1.paessler.ag
  23. 127.0.0.1 activation1.paessler.eu
  24. # If you want to disable (auto) updates, remove comment char:
  25. # 127.0.0.1 autoupdate.paessler.com # HTTPS
  26. # 127.0.0.1 updatecheck.paessler.com # HTTP
  27. # 127.0.0.1 download.paessler.com # HTTP
  28. # 127.0.0.1 download-cdn.paessler.com # HTTP
  29. ######- END
  30.  
  31. Now we did not check in whether how far it is needed to
  32. block these connections, but it's better to be on the safe side.
  33.  
  34. After updating the HOSTS file, open CMD and type:
  35. ipconfig /flushdns
  36. And ping one or all domains to check if it's successful, if not, reboot.
  37.  
  38. - Step 2: Get a lot of trial licenses
  39. This part is actually quite easy. Even though Paessler requires
  40. that you fill in an e-mail address, at time of publishing this
  41. workaround (22-01-2013) the validity is not checked and your
  42. trial key will be shown after clicking the submit button.
  43.  
  44. Go to http://www.paessler.com/prtg/trial , and may we suggest to use a proxy?
  45. In case you did patch your hosts file, feel free to use any of the keys
  46. found at pastebin.com/GVWqYN9L .
  47.  
  48. Each key will enable your PRTG Network Monitor system to run for 30 days.
  49.  
  50. - Step 3: Changing / Setting your key
  51. Through RDP or hands-on, open up PRTG Server Administrator (EXE).
  52. Go to License and fill License Name and License Key, click "Check Key".
  53. After you've pressed the button, it should say the following:
  54. "PRTG Network Monitor Trial (30 days left)", now this number will count down,
  55. which should be quite obvious for a system administrator.
  56.  
  57. Click OK, click YES to restart your probe (this shouldn't take too long).
  58.  
  59. ---- You're all done! =)
  60.  
  61. Every 30 days you will be required to fill in a new key, so make sure
  62. you have enough keys laying around for you to use, and to keep track of time!
  63. We personally aren't entirely sure if this is legal, however as it is a trial
  64. and you do not crack the program (except for blocking it in your "firewall"),
  65. it should in our eyes not be legal. This does however differ from country to country.
  66.  
  67.  
  68. ---- Extra information you might want / need / require / like to have?
  69. - Why wouldn't I just use a crack?
  70. Oh, you found one did you? Congratulations and go use it.
  71. At the time of publishing this, there wasn't a working crack out there.
  72. This is solely meant to work around this problem until there is one.
  73.  
  74. - Unable to save HOSTS file due to permission problems:
  75. Simply open up notepad or any other text editor as ADMINISTRATOR, when
  76. the program is launched open the file from within the application.
  77.  
  78. - I want to fake the ACTIVATION OK result, what path is it located at?
  79. activation1.paessler.com/apps/activation/prtg9.php
  80.  
  81. - For some reason my hosts file does not block the check
  82. That's a pitty, there are lots of programs out there that'll still do this
  83. for you. Another way to go is to have your own DNS server on which you'll
  84. put the records shown in step 1.
  85.  
  86. - Can I update PRTG Network Monitor while using this?
  87. If you haven't blocked any of the update links, possibly yes.
  88. Keep in mind that newer versions might have a better check build in,
  89. if you don't NEED to update, please don't for the sake of safety.
  90.  
  91. - What happens when I forget to update my key?
  92. After 30 days, if HOSTS patch is applied, you should have a 10 day
  93. license GRACE period, we however did not investigate whether or not
  94. this is 10 days after each month or whether it deducts itself.
  95.  
  96. Small example:
  97. 1st time GRACE: use 2 days
  98. 2nd time GRACE: Do we have 8 or 10 days of GRACE period?
  99. We did not check that.
  100.  
  101. - Why not simply release a crack?
  102. To say it straight-forward: not (entirely) legal.
  103.  
  104. - I want to contact you, is that possible?
  105. Simply put? no.
  106.  
  107. - I found an error in this document
  108. That's simply put very possible, you can probably fix it yourself,
  109. this isn't rocket science, or Particle Physics for that matter.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement