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

I cant' view the IP with ddos -v[4|6] #54

Closed
carlosanpardo opened this issue Nov 22, 2018 · 5 comments
Closed

I cant' view the IP with ddos -v[4|6] #54

carlosanpardo opened this issue Nov 22, 2018 · 5 comments

Comments

@carlosanpardo
Copy link

Hello! I recently install in a new machine the script "ddos" but using the command ddos -v appear again the help commands list.

https://snag.gy/Yw0j8t.jpg

I try with the below options without success:

ddos -v -4
ddos -v4
ddos -v 4
ddos -v[4|6]
ddos -v[4]

My OS is: CentOS release 6.9.

Thank you

@jgmdev
Copy link
Owner

jgmdev commented Nov 22, 2018

It seems the ss version shipped with that centos version is too old. In order to fix this I would need to add some option to force netstat usage if the ss version is old....

You can also try a more recent version of centos.

@katanala
Copy link

@carlosanpardo maybe, you can try :

yum -y update

@katanala
Copy link

@carlosanpardo I've also had this problem. the version of my centos7.4's ss is old too. i use command "yum -y update" solved this problem.

@dikkatdeli
Copy link

My version is CentOS Linux release 7.6.1810 (Core)

There is no output with these commands :

ddos -v -4
ddos -v4
ddos -v 4
ddos -v[4|6]
ddos -v[4]

@dikkatdeli
Copy link

sorry for late reply.

I did: yum -y update
and it said : Complete!

still no output guys.

i get output with this : ss -Hntu | awk '{print $6}' | sort | uniq -c | sort -nr

but not any command with ddos.

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

4 participants