-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mettle_get_fqdn: Returns IP address not hostname #239
Comments
What is the hostname, this is "expected" behavior if it is not a FQDN: |
Makes sense. The tested system hostname is not a FQDN. On the Metasploit side we expect only a hostname. It doesn't need to be a FQDN (rapid7/metasploit-framework#17289). An IP address instead rather than a hostname is unexpected. |
Maybe break sigar_hostname_get out from sigar_fqdn_get? |
There is also sigar_net_info_get which has the host_name field. |
This strikes me as the right direction since it doesnt mess w/ upstream and gives us a few other fields we can use (or discard) as we please. |
The text was updated successfully, but these errors were encountered: