Fix smbclient

This commit is contained in:
Tim 2021-11-24 14:49:05 +00:00
parent ffb4942e6c
commit a4b9462ccc
No known key found for this signature in database
GPG Key ID: 3D454289AF831A6D
1 changed files with 1 additions and 1 deletions

View File

@ -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):