Joe Testa

Results 189 comments of Joe Testa

@rebel313 : I submitted a PR which fixes the problem against your target host; see #293. Thanks for reporting this problem!

> @jtesta fantastic work investigating and fixing this as always. Sure thing! > Do you know what the server was that's behaving in this weird way? No, I couldn't identify...

The Center for Internet Security (CIS) Benchmark for Docker states in section 4.1 that containers should be run as non-root whenever possible (see https://www.cisecurity.org/benchmark/docker). Furthermore, running as non-root by default...

Nope. This is just from observing the debug log of what people are scanning with my online front-end (https://www.sshaudit.com/).

This project has been inactive since 2017. However, I forked it over four years ago and continued development. Lots of new features have been added, including support for this quantum...

@weakish I just created a pip package: ``` $ pip3 install ssh-audit Collecting ssh-audit Downloading https://files.pythonhosted.org/packages/15/a8/ab696dcc367b23462b7fddabb1b3ef66f7af38c6095157166a6a1a2cc373/ssh_audit-2.0.0-py3-none-any.whl Installing collected packages: ssh-audit Successfully installed ssh-audit ``` Also: I forked this repo and...

@arthepsy If you're looking for a new maintainer of this project, I'd be happy to do it. I submitted the host key and moduli PRs back in 2017 (which are...

@immanuelfodor @Athanasius @Mjolinir @StewAlexanderACC @moralrebuild @drakkhen @barkingdog69 : I just merged my "all_my_patches" branch to master: https://github.com/jtesta/ssh-audit/ This has the three PRs (#30, #31, #32) which add new algorithms, host...

Just now, I've released v2.0.0 with several major improvements!: https://github.com/jtesta/ssh-audit/releases/tag/v2.0.0

@kouzhudong : I wrote the initial Visual Studio compilation support 8 years ago. It seems that everyone has since only used the MinGW build system. I suppose the VS build...