mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
12 lines
390 B
Python
12 lines
390 B
Python
|
#
|
||
|
# HiddenEye Copyright (C) 2020 DarkSec https://dark-sec-official.com
|
||
|
# This program comes with ABSOLUTELY NO WARRANTY; for details read LICENSE.
|
||
|
# This is free software, and you are welcome to redistribute it
|
||
|
# under certain conditions; you can read LICENSE for details.
|
||
|
#
|
||
|
|
||
|
|
||
|
gmail_account = "GMAILACCOUNT"
|
||
|
gmail_password = "GMAILPASSWORD"
|
||
|
recipient_email = "RECIPIENTEMAIL"
|