jgmdev / ddos-deflate

Fork of DDoS Deflate with fixes, improvements and new features.
Other
772 stars 262 forks source link

Can't update scripts #7

Closed gagomap closed 5 years ago

gagomap commented 8 years ago

Hello, I have uninstall an older version of your script (0.7), then install the new one (lastest 0.8), but it show an error:

error: Required dependency 'tcpkill' is missing.

I'm using EasyEngine on Ubuntu 14.04.3 LTS Thank you,

//Fixed: Install dsniff package I think you should auto install Dsniff for ubuntu/debian user.

jgmdev commented 8 years ago

Feel free to submit a pull request that detects if distro is debian/ubuntu and run the required apt-install stuff.

gagomap commented 8 years ago

I'm not a pro coder :(

mohamedaminebelghith commented 8 years ago

i try to install DDOs deflate but i have this following error and i can't solve it . can someone help me please !

error: Required dependency 'tcpkill' is missing.

bxkx commented 8 years ago

Same here.

gagomap commented 8 years ago

@mohamedaminebelghith , @bxkx : Install dsniff package will fix it

sudo apt-get install dsniff
bxkx commented 8 years ago

Thank you!

jgmdev commented 5 years ago

Implemented on #22 for some distros.