mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
getArch.py, impacket-getArch: add page (#15930)
* Create getarch.py.md * Create impacket-getarch.md
This commit is contained in:
parent
56bf24edaa
commit
7aad85f952
2 changed files with 30 additions and 0 deletions
21
pages/common/getarch.py.md
Normal file
21
pages/common/getarch.py.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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`
|
9
pages/common/impacket-getarch.md
Normal file
9
pages/common/impacket-getarch.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# impacket-getArch
|
||||
|
||||
> This command is an alias of `getArch.py`.
|
||||
> Part of the Impacket suite.
|
||||
> More information: <https://github.com/fortra/impacket>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr getArch.py`
|
Loading…
Add table
Reference in a new issue