getArch.py
all
Determine the OS architecture (x86 or x64) of a remote Windows system. Part of the Impacket suite.
More info →Examples (4)
Check the architecture of a single target system
getArch.py -target targetCheck the architecture of multiple targets from a file (one per line)
getArch.py -targets path/to/targets_fileSet a custom socket timeout (default is 2 seconds)
getArch.py -target target -timeout secondsEnable debug mode for detailed output
getArch.py -target target -debugmade by @shridhargupta | data from tldr-pages