Fix smbclient
This commit is contained in:
parent
ffb4942e6c
commit
a4b9462ccc
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue