logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Determine OS Architecture - Check Remote Windows Systems | Online Free DevTools by Hexmos

Determine OS architecture with getArch.py. Check the architecture of remote Windows systems using the Impacket suite. Free online tool, no registration required.

getarch-py

Determine the OS architecture (x86 or x64) of a remote Windows system. Part of the Impacket suite. More information: https://github.com/fortra/impacket.

  • Check the architecture of a single target system:

getArch.py -target {{target}}

  • Check the architecture of multiple targets from a file (one per line):

getArch.py -targets {{path/to/targets_file}}

  • Set a custom socket timeout (default is 2 seconds):

getArch.py -target {{target}} -timeout {{seconds}}

  • Enable debug mode for detailed output:

getArch.py -target {{target}} -debug

See Also