mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
Update smb.py
This commit is contained in:
@@ -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:
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user