mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 00:47:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
@@ -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}}`
|
||||
|
||||
@@ -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}}`
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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>`
|
||||
|
||||
Reference in New Issue
Block a user