Skip to content

Commit 8533984

Browse files
committed
1 parent 5b0a9f0 commit 8533984

22 files changed

+328
-205
lines changed

1-Output/DoxCreate/DoxCreate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Dox output in this folder
1+
Dox output in this folder.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Website copy output in this folder
1+
Website copy output in this folder.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Virus output in this folder
1+
Virus output in this folder.

Img/Builder.png

10.3 KB
Loading

Img/RedTiger-2.png

-9.15 KB
Loading

Img/RedTiger-3.png

-8 Bytes
Loading

Img/RedTiger.png

14 Bytes
Loading

Img/RedTiger_Logo.png

-465 KB
Loading

Img/RedTiger_icon.ico

-34.4 KB
Binary file not shown.

Program/Config/Config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
name_tool = "RedTiger"
1212
type_tool = "Multi-Tools"
13-
version_tool = "6.4"
13+
version_tool = "6.5"
1414
coding_tool = "Python 3"
1515
language_tool = "EN"
1616
creator = "loxy0dev"

Program/Config/Menu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
1

Program/Config/Util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
color_webhook = 0xa80505
2828
username_webhook = name_tool
29-
avatar_webhook = 'https://cdn.discordapp.com/attachments/1337898355279401023/1341890893858213908/RedTiger-Logo.png?ex=67b7a4c8&is=67b65348&hm=174ddbd80dd8570fa83779687def6eda441a7c12abd3765d970c1958ceeb1ec8&'
29+
avatar_webhook = 'https://media.discordapp.net/attachments/1369051349106430004/1369054652213231687/RedTiger-Logo-1-Large.png?ex=6821b740&is=682065c0&hm=fb74ee5ac9239dd15605a36bfde4da265ee788fe83b1938b0fc3b1dd6ffa8871&=&format=webp&quality=lossless&width=1032&height=1032'
3030

3131
color = colorama.Fore
3232
red = color.RED
@@ -824,4 +824,4 @@ def CheckToken(token_number, token):
824824
█████████
825825
█████
826826
827-
"""
827+
"""

Program/Dark-Web-Links.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010

1111
from Config.Util import *
1212
from Config.Config import *
13-
try:
14-
import webbrowser
15-
except Exception as e:
16-
ErrorModule(e)
1713

1814
Title("Dark Web Links")
1915

Binary file not shown.

Program/Ip-Generator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
import requests
1515
import json
1616
import random
17-
import threading
18-
1917
except Exception as e:
2018
ErrorModule(e)
2119

Program/Virus-Builder.py

Lines changed: 271 additions & 136 deletions
Large diffs are not rendered by default.

Program/Website-Info-Scanner.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
import ssl
1919
import urllib3
2020
from requests.exceptions import RequestException
21-
import time
22-
import re
23-
import dns.resolver
2421
from bs4 import BeautifulSoup
25-
import whois
2622
except Exception as e:
2723
ErrorModule(e)
2824

RedTiger.py

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@
215215
├─ {option_17_txt }└─ {option_27_txt}
216216
├─ {option_18_txt }
217217
└─ {option_19_txt }
218+
219+
218220
"""
219221

220222
menu2 = f""" ┌─ {option_info_txt} {option_next_txt} ─┐
@@ -223,15 +225,14 @@
223225
│ └───────────────┘ │ └──────┘ │ └────────┘
224226
└─ {option_31_txt }├─ {option_32_txt }├─ {option_41_txt}
225227
├─ Stealer ├─ {option_33_txt }├─ {option_42_txt}
226-
│ ├─ System Info ├─ {option_34_txt }├─ {option_43_txt}
227-
│ ├─ Discord Token/Injection └─ {option_35_txt }└─ {option_44_txt}
228-
│ ├─ Browser Steal
229-
│ ├─ Roblox Cookie
230-
│ └─ Other
231-
└─ Malware
232-
├─ Anti VM & Debug
233-
├─ Startup
234-
└─ Other
228+
├─ Grabber ├─ {option_34_txt }├─ {option_43_txt}
229+
└─ Malware └─ {option_35_txt }└─ {option_44_txt}
230+
231+
232+
233+
234+
235+
235236
"""
236237

237238
menu3 = f""" ┌─ {option_info_txt} {option_back_txt} ─┐
@@ -308,24 +309,24 @@ def Menu():
308309
└─{white}$ {reset}"""))
309310

310311
if choice in ['N', 'n', 'NEXT', 'Next', 'next']:
311-
menu_number = {"1": "2", "2": "3", "3": "1"}.get(menu_number, "1")
312-
with open(menu_path, "w") as file:
313-
file.write(menu_number)
314-
continue
312+
menu_number = {"1": "2", "2": "3", "3": "1"}.get(menu_number, "1")
313+
with open(menu_path, "w") as file:
314+
file.write(menu_number)
315+
continue
315316

316317
elif choice in ['B', 'b', 'BACK', 'Back', 'back']:
317-
menu_number = {"2": "1", "3": "2"}.get(menu_number, "1")
318-
with open(menu_path, "w") as file:
319-
file.write(menu_number)
320-
continue
318+
menu_number = {"2": "1", "3": "2"}.get(menu_number, "1")
319+
with open(menu_path, "w") as file:
320+
file.write(menu_number)
321+
continue
321322

322323
elif choice in ['I', 'i', 'INFO', 'Info', 'info']:
323-
StartProgram(f"{option_info}.py")
324-
continue
324+
StartProgram(f"{option_info}.py")
325+
continue
325326

326327
elif choice in ['S', 's', 'SITE', 'Site', 'site']:
327-
StartProgram(f"{option_site}.py")
328-
continue
328+
StartProgram(f"{option_site}.py")
329+
continue
329330

330331
elif choice == '31':
331332
if os_name == "Linux":
@@ -381,4 +382,4 @@ def Menu():
381382
ErrorChoiceStart()
382383

383384
except Exception as e:
384-
Error(e)
385+
Error(e)

Setup.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

Setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def OpenTelegram():
3737
os.system("python3 RedTiger.py")
3838

3939
except Exception as e:
40-
input(e)
40+
input(e)

Start.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.txt

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,32 @@
1-
setuptools
2-
pyinstaller
3-
exifread
4-
piexif
5-
rarfile
6-
pyzipper
71
auto-py-to-exe
8-
selenium
9-
urllib3
10-
customtkinter
11-
PyQt5
12-
PyQtWebEngine
13-
colorama
14-
psutil
15-
keyboard
16-
requests
17-
dnspython
18-
deep-translator
19-
phonenumbers
202
bcrypt
213
beautifulsoup4
22-
pypiwin32
23-
whois
4+
browser-cookie3
5+
colorama
246
cryptography
25-
screeninfo
26-
GPUtil
27-
pycryptodome
28-
discord.py
7+
customtkinter
8+
deep-translator
299
discord
30-
Pillow
31-
browser-cookie3
10+
dnspython
11+
exifread
12+
GPUtil
13+
keyboard
3214
opencv-python
33-
pyautogui
15+
phonenumbers
16+
piexif
17+
pillow
18+
psutil
19+
pyautogui
20+
pycryptodome
21+
pyinstaller
22+
pyqt5
23+
pyqtwebengine
24+
pywin32
25+
pyzipper
26+
rarfile
27+
requests
28+
screeninfo
29+
selenium
30+
setuptools
31+
urllib3
32+
whois

0 commit comments

Comments
 (0)