Endermanch / MalwareDatabase

One of a few malware collections on the GitHub.
https://malwarewatch.org
2.34k stars 532 forks source link

How do I get ddom.py working? #321

Open EggbertCentral opened 1 year ago

EggbertCentral commented 1 year ago

So I did what you did on your fake download button video (I downloaded the file and modules from the original poster), and when I try and run it on command prompt it says "No module named requests." Please help (I'm writing this on my host computer, The files are on a virtual machine.) h

Quadsam commented 1 year ago

you need to install the requests module with pip:

python -m pip install requests
EggbertCentral commented 1 year ago

It says invalid syntax

Quadsam commented 1 year ago

What version of python are you running? python -V Is python in your path? echo %PATH% | findstr /I python. And what happens when you run python -m pip?

EggbertCentral commented 1 year ago

My version is 3.11 (Python -V doesn't work), when I do the second command it says invalid syntax for |, and for the third command, on pip, it says invalid syntax.

Quadsam commented 1 year ago

Try running the command ./pip.exe install requests from the same folder the pip executable is located in. (Should be something like C:/Path/To/Python311/scripts)

iam-py-test commented 1 year ago

Try https://github.com/Endermanch/DDoM. It is still being updated