Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-17 00:19:01 +00:00
parent f41553d213
commit bc83e28459
14 changed files with 15 additions and 20 deletions

View File

@@ -20,6 +20,6 @@ source: https://github.com/tldr-pages/tldr.git
`copr-cli list-builds {{repository}}`
- Trigger a copr build of a spec-file from public (git) repository:
- Trigger a copr build of a spec-file from public (Git) repository:
`copr-cli buildscm {{repository}} --clone-url {{https://git.example.org/repo}} --spec {{spec_file_name}}`

View File

@@ -23,4 +23,4 @@ source: https://github.com/tldr-pages/tldr.git
- Save output to a file:
`GetADUsers.py -all -dc-ip {{domain_controller_ip}} {{domain}}/{{username}}:{{password}} > output.txt`
`GetADUsers.py -all -dc-ip {{domain_controller_ip}} {{domain}}/{{username}}:{{password}} > {{path/to/output.txt}}`

View File

@@ -27,4 +27,4 @@ source: https://github.com/tldr-pages/tldr.git
- Save the output to a file for further analysis:
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}} -request > {{output.txt}}`
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}} -request > {{path/to/output.txt}}`

View File

@@ -6,8 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# impacket-GetADUsers
> This command is an alias of `GetADUsers.py`.
> Part of the Impacket suite.
> More information: <https://github.com/fortra/impacket>.
- View documentation for the original command:

View File

@@ -6,8 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# 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:

View File

@@ -6,8 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# impacket-GetNPUsers
> This command is an alias of `GetNPUsers.py`.
> Part of the Impacket suite.
> More information: <https://github.com/fortra/impacket>.
- View documentation for the original command:

View File

@@ -6,8 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# impacket-GetUserSPNs
> This command is an alias of `GetUserSPNs.py`.
> Part of the Impacket suite.
> More information: <https://github.com/fortra/impacket>.
- View documentation for the original command:

View File

@@ -6,8 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# impacket-mssqlclient
> This command is an alias of `mssqlclient.py`.
> Part of the Impacket suite.
> More information: <https://github.com/fortra/impacket>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# impacket-rpcdump
> This command is an alias of `rpcdump.py`.
> More information: <https://github.com/fortra/impacket>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# impacket-rpcmap
> This command is an alias of `rpcmap.py`.
> More information: <https://github.com/fortra/impacket>.
- View documentation for the original command:

View File

@@ -6,7 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# impacket-secretsdump
> This command is an alias of `secretsdump.py`.
> More information: <https://github.com/fortra/impacket>.
- View documentation for the original command:

View File

@@ -6,8 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# impacket-sniff
> This command is an alias of `sniff.py`.
> Part of the Impacket suite.
> More information: <https://github.com/fortra/impacket>.
- View documentation for the original command:

View File

@@ -6,8 +6,6 @@ source: https://github.com/tldr-pages/tldr.git
# impacket-sniffer
> This command is an alias of `sniffer.py`.
> Part of the Impacket suite.
> More information: <https://github.com/fortra/impacket>.
- View documentation for the original command:

View File

@@ -11,3 +11,15 @@ source: https://github.com/tldr-pages/tldr.git
- Use `mangohud` on top of an application:
`mangohud {{command}}`
- Change overlay position:
`<RightShift F11>`
- Change overlay verbosity:
`<RightShift F10>`
- Toggle overlay visibility:
`<RightShift F12>`