HD Moore
HD Moore
Some example code for this if anyone is interested in making it official: https://gist.github.com/hdm/d271eb94a51f7f908ecb9ddc82d2b644
If you would like to expand this, Recog is available under an open source license and should be suitable for converting these matches into a NSE script: https://github.com/rapid7/recog/blob/master/xml/ssh_banners.xml
Hi @richlamdev! The Recog SSH banners have been around for a long time and we try to update them every few months or so (or as new things come up...
The Recog banners ignore the protocol version (SSH-XX-) from the prefix. For 1, those are definitely not OpenSSH banners, and would look like the following on the network: `SSH-2.0-RomSShell_4.62` and...
My lua isn't very good, but it might be easier to maintain this as a large dictionary mapping of match patterns and match outcomes, then cycle through these instead of...
Ah, got it! I don't know enough to have a good recommendation then. Maybe one of the devs can chime in?
Thanks! cc @TomSellers
It looks like the workaround (until upstream is fixed) is: `go get google.golang.org/[email protected]` (or use a go.mod redirect)
@Isolus Nice work! Would you be able to open a PR to switch the dependency?
http://go-lint.appspot.com/github.com/hdm/nextnet