pyddos icon indicating copy to clipboard operation
pyddos copied to clipboard

sudo: ./pyddos: command not found

Open AdvancedUser777 opened this issue 4 years ago • 3 comments

sudo ./pyddos -d www.google.com -Synflood -T 5000 -t 10.0
sudo: ./pyddos: command not found

AdvancedUser777 avatar Oct 25 '21 12:10 AdvancedUser777

or

./pyddos -d www.google.com -Synflood -T 5000 -t 10.0 zsh: no such file or directory: ./pyddos

I in pyddos !!!!!

AdvancedUser777 avatar Oct 25 '21 12:10 AdvancedUser777

try sudo python3 pyddos.py {arguments here)

MujiSayed avatar Mar 19 '22 23:03 MujiSayed

do 'chmod u+x pyddos.py' without the quotes. It will give run as executable permissions to the file.

hellisabove avatar Mar 20 '22 18:03 hellisabove