Closed jrmdev closed 2 years ago
Ah, the author of mitm_relay. :) Thanks for your request. Strange, this is already implemented.
Here is an example output from a recent HTB machine:
And this is from a THM machine:
As you wrote, for Samba it should show the version. Is the machine you are testing publicly available? The info should be shown if only the IP/hostname is given, or if -A, -As or -O are used. If the machine is not publicly available, could you pipe the tool output for me into a file and provide it?
Hey, Thanks for the reply. Something must have gone wrong before, but as you said, after re-running it, I can now see it in the output as expected. Apologies :)
No problem, you're welcome!
Great tool.
Some samba servers return their software version just upon connection. I made a standalone script that gets just that. Would it be possible to integrate it in enum4linux-ng?
Returns (example):
Server version: Samba 2.2.7a
Cheers.