Skip to content

Commit

Permalink
Added recommendation in case of registration error in ProtectHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r committed Aug 24, 2024
1 parent 4934c68 commit b9f2a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/EsetTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def createAccount(self):
uCE(self.driver, f'return {GET_EBID}("registration-email-sent").innerText === "We sent you a verification email"', max_iter=10)
console_log('Successfully!', OK)
except:
raise RuntimeError('ESET temporarily blocked your IP, try again later!!! TRY VPN!!!')
raise RuntimeError('ESET has blocked your IP or email, try again later!!! Try to use VPN or try to change Email API!!!')
return True

def activateAccount(self):
Expand Down Expand Up @@ -258,4 +258,4 @@ def getLicenseData(self):
console_log('\nGetting information from the license...', INFO)
console_log('Information successfully received!', OK)
license_name = 'ESET Endpoint Security + ESET Server Security'
return license_name, license_key, license_out_date
return license_name, license_key, license_out_date

0 comments on commit b9f2a7a

Please sign in to comment.