Update get-arch.py

correctly call getArch.py for default impacket installation on kali
This commit is contained in:
Asim Aziz 2022-04-16 04:13:40 +01:00 committed by GitHub
parent 9d3e2e684c
commit 96927ff7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ class GetArch(ServiceScan):
self.add_pattern(' is ((32|64)-bit)', description='Identified Architecture: {match1}')
async def run(self, service):
await service.execute('getArch.py -target {address}', outfile='{protocol}_{port}_rpc_architecture.txt')
await service.execute('impacket-getArch -target {address}', outfile='{protocol}_{port}_rpc_architecture.txt')