dachad / tcpgoon

tcpgoon, maximum TCP connections tester
MIT License
193 stars 21 forks source link

Security check before execute #5

Closed chadell closed 6 years ago

chadell commented 7 years ago

Because it's execution could became something like a SYN flood DoS, it would be great to show what's gonna do the program before just doing it. Something like showing the parameters of the execution. This behaviour could be avoided by using a -f / --force option when calling it

chadell commented 6 years ago

Avoid default values, explicit arguments

dcaba commented 6 years ago

implemented finally as "assumeyes" (to skip the confirmation)