Update smb.py

This commit is contained in:
Serizao
2022-03-02 08:00:26 +01:00
committed by GitHub
parent b1308da93e
commit 955ff4e4d3
+1 -1
View File
@@ -245,7 +245,7 @@ class smb(connection):
if not self.domain:
self.domain = self.hostname
self.db.add_computer(self.host, self.hostname, self.domain, self.server_os)
self.db.add_computer(self.host, self.hostname, self.domain, self.server_os,self.smbv1,self.signing)
try:
'''