Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Pls Help #2

Open
DevEZPhoenix opened this issue Apr 19, 2023 · 2 comments
Open

Error Pls Help #2

DevEZPhoenix opened this issue Apr 19, 2023 · 2 comments

Comments

@DevEZPhoenix
Copy link

⋊> ~/RDDoS_Tool on main ◦ python3 RDDoS_Tool.py 21:05:54
Traceback (most recent call last):
File "/data/data/com.termux/files/home/RDDoS_Tool/RDDoS_Tool.py", line 15, in
import pyfiglet
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pyfiglet/init.py", line 8, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

@LycanOskari
Copy link

Same here

@kming2011
Copy link

Input.

opt = str(input("\n> "))

Selection.

if opt == '1':
domain = str(input("Domain:"))
ip = socket.gethostbyname(domain)
break

elif opt == '2':
ip = str(input("IP Address: "))
break

elif opt == '3':
print("\n\033[101mEasy. .سهل\033[0m \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[0m \033[92m_____\033[0m")
print(" \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m\033[0m \033[92m.-' '-.\033[0m")
print("\033[101mOpen. .افتح\033[0m \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[92m.'\033[91m____\033[0m secure\033[92m'.\033[0m")
print(" \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[92m/ \033[91m| _ \\033[0m \033[93m__\033[0m \033[92m\\033[0m")
print("\033[101mSecure. .يؤمن\033[0m \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[101m \033[0m \033[92m;\033[0m r \033[91m| |) /\033[0m\033[93m/ o\\033[0m t \033[92m;\033[0m")
print(" \033[92m|\033[0m e \033[91m| _ <\033[0m \033[93m\__/\033[0m e \033[92m|\033[0m")
print("RedDDoS Tool is an open source tool for \033[92m;\033[0m d \033[91m|
| \ \\033[0m \033[93m<|\033[0m a \033[92m;\033[0m")
print("penetration. You can test networks/servers/any \033[92m\ \033[91m\/\033[0m \033[93m<|\033[0m m\033[92m/\033[0m")
print("other devices with it. \033[92m'.\033[0m member \033[93m<|\033[0m \033[92m.'\033[0m")
print(" \033[92m'-._____.-'\033[0m")
print("Author of the program is not responsible for")
print("it's usage, everybody MUST use it ONLY in member-id: 'rst-00000002'")
print("legit cases.")
print("\nFor more information visit project's site.")

goon = input("\n\n\n\n\n\n\nPress Enter to continue.")
os.system(cmd_clear)

elif opt == '4':
exit()

else:
print('\033[91mInvaild Choice!\033[0m')
time.sleep(2)
os.system(cmd_clear)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants