arthepsy / ssh-audit

SSH server auditing (banner, key exchange, encryption, mac, compression, compatibility, security, etc)
MIT License
2.96k stars 269 forks source link

Replace getopt.getopt with getopt.gnu_getopt #47

Open Plloi opened 5 years ago

Plloi commented 5 years ago

Addresses Issue #41, gnu_getopt allows non-option arguments to be intermingled with option arguments whereas getopt stops processing arguments when a non option is found.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 92.107% when pulling f2e6f1a71cf7e8e71e9e5691d160a9f9dc8d77d7 on Plloi:b-41 into 22b671e15f0c8acdaed8594d0a8ae9f7c3303452 on arthepsy:master.

Plloi commented 5 years ago

Travis builds that failed were unable to download their respective versions of python(2.6 an 3.3).

I'm not sure why coverage fell.