forked from Derpitron/Discord-OTP-Forcer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added option to censor sensitive secrets Derpitron#96
- Loading branch information
Showing
2 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# THIS FILE CONTAINS SENSITIVE LOGIN INFORMATION FOR YOUR DISCORD ACCOUNT! | ||
# | ||
# TAKE UTMOST CARE WHEN HANDLING, WORKING ON, OR UPLOADING THIS FILE. | ||
# | ||
# IF YOU CHECK THIS FILE INTO A PUBLIC-FACING VERSION CONTROL REPO, UPLOAD IT ONLINE, | ||
# OR SHARE IT TO ANYONE YOU DON'T FULLY TRUST, YOUR INFORMATION AND ACCOUNT COULD POTENTIALLY BE STOLEN!!! | ||
# | ||
# IF YOUR DISCORD, EMAIL, OR OTHER ACCOUNT OR PERSONAL INFORMATION GETS HACKED, CRACKED, OR OTHERWISE STOLEN BECAUSE | ||
# YOU SHARED YOUR FILLED IN COPY OF THIS FILE TO ANYONE, | ||
# THE AUTHORS AND CONTRIBUTORS OF THIS PROGRAM ARE NOT RESPONSIBLE FOR WHATEVER DAMAGES MAY ENSUE | ||
|
||
# Basic login info | ||
email: "" | ||
password: "" | ||
|
||
# Program mode configuration | ||
# Lets you skip the initial mode prompt stage by filling in your desired | ||
# programMode and codeMode beforehand. | ||
programMode: "" | ||
codeMode: "" | ||
|
||
# Password Reset Info | ||
# | ||
# To get your token it will be in the url of the password reset page. | ||
# Follow the instructions in the README.md on how to obtain this token | ||
newPassword: "" | ||
resetToken: "" | ||
|
||
# Disable 2FA info | ||
# Fill in your discord account token here. | ||
authToken: "" | ||
|
||
# Show SENSITIVE_DEBUG log info | ||
# Default = False | ||
sensitiveDebug: "False" |