diff --git a/autorecon/default-plugins/smb.py b/autorecon/default-plugins/smb.py index 031f6bf..82d8540 100644 --- a/autorecon/default-plugins/smb.py +++ b/autorecon/default-plugins/smb.py @@ -82,7 +82,7 @@ class SMBClient(ServiceScan): self.run_once(True) async def run(self, service): - await service.execute('smbclient -L\\\ -N {address} 2>&1', outfile='smbclient.txt') + await service.execute('smbclient -L {address} -N 2>&1', outfile='smbclient.txt') class SMBMap(ServiceScan):