You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at the SMB traffic in wireshark and noticed that it also contained the hostname of the DuT. This information isn't displayed, yet, and I was wondering if it was possible to add it?
Often it's no new/relevant information, but maybe it might be useful in some scenarios.
Both variants of saveToDb (from utils.py and Report.py) seem to already accept a hostname field. So it's likely just a matter of parsing this at
What surprises me is how there is a provision for this, but it's unused. Any reason that's not wanted, or is it just that no one got around to add this?
btw: Thanks for sharing the awesome work with the world! :)
The text was updated successfully, but these errors were encountered:
I was looking at the SMB traffic in wireshark and noticed that it also contained the hostname of the DuT. This information isn't displayed, yet, and I was wondering if it was possible to add it?
Often it's no new/relevant information, but maybe it might be useful in some scenarios.
Both variants of
saveToDb
(fromutils.py
andReport.py
) seem to already accept ahostname
field. So it's likely just a matter of parsing this atResponder/servers/SMB.py
Line 127 in e918fe0
I'll played around with this, and this trivial diff works for me:
What surprises me is how there is a provision for this, but it's unused. Any reason that's not wanted, or is it just that no one got around to add this?
btw: Thanks for sharing the awesome work with the world! :)
The text was updated successfully, but these errors were encountered: