Update get-arch.py (#153)
correctly call getArch.py for default impacket installation on kali Co-authored-by: Asim Aziz <41350723+chirisoft@users.noreply.github.com>
This commit is contained in:
parent
dc9b3af8e4
commit
f93bb30749
|
@ -13,4 +13,4 @@ class GetArch(ServiceScan):
|
||||||
self.add_pattern(' is ((32|64)-bit)', description='Identified Architecture: {match1}')
|
self.add_pattern(' is ((32|64)-bit)', description='Identified Architecture: {match1}')
|
||||||
|
|
||||||
async def run(self, service):
|
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')
|
||||||
|
|
Loading…
Reference in New Issue