mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
Merge branch 'main' into kant-patch-1
This commit is contained in:
commit
87c23d68a9
37 changed files with 132 additions and 43 deletions
|
@ -1,8 +1,6 @@
|
||||||
# impacket-GetADUsers
|
# impacket-GetADUsers
|
||||||
|
|
||||||
> Este comando es un alias de `GetADUsers.py`.
|
> Este comando es un alias de `GetADUsers.py`.
|
||||||
> Forma parte de la suite Impacket.
|
|
||||||
> Más información: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Vea la documentación del comando original:
|
- Vea la documentación del comando original:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-getArch
|
# impacket-getArch
|
||||||
|
|
||||||
> Este comando es un alias de `getArch.py`.
|
> Este comando es un alias de `getArch.py`.
|
||||||
> Forma parte de la suite Impacket.
|
|
||||||
> Más información: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Vea la documentación del comando original:
|
- Vea la documentación del comando original:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-GetNPUsers
|
# impacket-GetNPUsers
|
||||||
|
|
||||||
> Este comando es un alias de `GetNPUsers.py`.
|
> Este comando es un alias de `GetNPUsers.py`.
|
||||||
> Forma parte de la suite Impacket.
|
|
||||||
> Más información: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Vea la documentación del comando original:
|
- Vea la documentación del comando original:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-GetUserSPNs
|
# impacket-GetUserSPNs
|
||||||
|
|
||||||
> Este comando es un alias de `GetNPUsers.py`.
|
> Este comando es un alias de `GetNPUsers.py`.
|
||||||
> Forma parte de la suite Impacket.
|
|
||||||
> Más información: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Vea la documentación del comando original:
|
- Vea la documentación del comando original:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-mssqlclient
|
# impacket-mssqlclient
|
||||||
|
|
||||||
> Este comando es un alias de `mssqlclient.py`.
|
> Este comando es un alias de `mssqlclient.py`.
|
||||||
> Parte de la suite Impacket.
|
|
||||||
> Más información: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Vea la documentación del comando original:
|
- Vea la documentación del comando original:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-secretsdump
|
# impacket-secretsdump
|
||||||
|
|
||||||
> Este comando es un alias de `secretsdump.py`.
|
> Este comando es un alias de `secretsdump.py`.
|
||||||
> Más información: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Vea la documentación del comando original:
|
- Vea la documentación del comando original:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-sniff
|
# impacket-sniff
|
||||||
|
|
||||||
> Este comando es un alias de `sniff.py`.
|
> Este comando es un alias de `sniff.py`.
|
||||||
> Parte de la suite Impacket.
|
|
||||||
> Más información: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Vea la documentación del comando original:
|
- Vea la documentación del comando original:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-sniffer
|
# impacket-sniffer
|
||||||
|
|
||||||
> Este comando es un alias de `sniffer.py`.
|
> Este comando es un alias de `sniffer.py`.
|
||||||
> Parte de la suite Impacket.
|
|
||||||
> Más información: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Vea la documentación del comando original:
|
- Vea la documentación del comando original:
|
||||||
|
|
||||||
|
|
16
pages.nl/common/,.md
Normal file
16
pages.nl/common/,.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Comma
|
||||||
|
|
||||||
|
> Voer commando's uit zonder ze te installeren.
|
||||||
|
> Meer informatie: <https://github.com/nix-community/comma>.
|
||||||
|
|
||||||
|
- Voer een commando uit:
|
||||||
|
|
||||||
|
`, {{commando -met -vlaggen}}`
|
||||||
|
|
||||||
|
- Voeg een commando toe aan een child shell:
|
||||||
|
|
||||||
|
`, {{[-s|--shell]}} {{command}}`
|
||||||
|
|
||||||
|
- Wis de cache:
|
||||||
|
|
||||||
|
`, {{[-e|--empty-cache]}}`
|
20
pages.nl/common/copr-cli.md
Normal file
20
pages.nl/common/copr-cli.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# copr-cli
|
||||||
|
|
||||||
|
> Interface met Fedora-projecten copr instantie voor het bouwen van RPM's en het publiceren ervan.
|
||||||
|
> Meer informatie: <https://manned.org/copr-cli>.
|
||||||
|
|
||||||
|
- Toon de gebruiker ingelogd in copr:
|
||||||
|
|
||||||
|
`copr-cli whoami`
|
||||||
|
|
||||||
|
- Bouw een lokaal spec-bestand op copr:
|
||||||
|
|
||||||
|
`copr-cli build {{repository}} {{pad/naar/spec_bestand}}`
|
||||||
|
|
||||||
|
- Controleer de status van de builds:
|
||||||
|
|
||||||
|
`copr-cli list-builds {{repository}}`
|
||||||
|
|
||||||
|
- Trigger een copr build van een spec-bestand vanuit een publieke (Git) repository:repository:
|
||||||
|
|
||||||
|
`copr-cli buildscm {{repository}} --clone-url {{https://git.example.org/repo}} --spec {{spec_bestandsnaam}}`
|
21
pages.nl/common/getadusers.py.md
Normal file
21
pages.nl/common/getadusers.py.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# GetADUsers.py
|
||||||
|
|
||||||
|
> Haal een lijst met gebruikers op van Active Directory, inclusief attributen zoals laatste logon timestamp en email.
|
||||||
|
> Onderdeel van de Impacket suite.
|
||||||
|
> Meer informatie: <https://github.com/fortra/impacket>.
|
||||||
|
|
||||||
|
- Ga over alle Active Directory gebruikers en de attributen:
|
||||||
|
|
||||||
|
`GetADUsers.py -all -dc-ip {{domain_controller_ip}} {{domein}}/{{gebruikersnaam}}:{{wachtwoord}}`
|
||||||
|
|
||||||
|
- Verkrijg informatie voor een specifieke gebruiker:
|
||||||
|
|
||||||
|
`GetADUsers.py -user {{gebruiker}} -dc-ip {{domain_controller_ip}} {{domein}}/{{gebruikersnaam}}:{{wachtwoord}}`
|
||||||
|
|
||||||
|
- Extraheer gebruiksdetials door gebruik te maken van pass-the-hash authentication:
|
||||||
|
|
||||||
|
`GetADUsers.py -all -dc-ip {{domain_controller_ip}} -hashes {{LM_Hash}}:{{NT_Hash}} {{domein}}/{{gebruikersnaam}}`
|
||||||
|
|
||||||
|
- Sla de output op in een bestand:
|
||||||
|
|
||||||
|
`GetADUsers.py -all -dc-ip {{domain_controller_ip}} {{domein}}/{{gebruikersnaam}}:{{wachtwoord}} > {{pad/naar/output.txt}}`
|
21
pages.nl/common/getarch.py.md
Normal file
21
pages.nl/common/getarch.py.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# getArch.py
|
||||||
|
|
||||||
|
> Bepaal de OS architectuur (x86 og x64) van een remote Windows systeem.
|
||||||
|
> Onderdeel van de Impacket suite.
|
||||||
|
> Meer informatie: <https://github.com/fortra/impacket>.
|
||||||
|
|
||||||
|
- Controleer de architectuur van een enkel doel-systeem:
|
||||||
|
|
||||||
|
`getArch.py -target {{doel}}`
|
||||||
|
|
||||||
|
- Controleer de architectuur van meerdere doelen van een bestand (één per regel):
|
||||||
|
|
||||||
|
`getArch.py -targets {{pad/naar/doelen_file}}`
|
||||||
|
|
||||||
|
- Stel een custom socket timeout in (standaard is 2 seconden):
|
||||||
|
|
||||||
|
`getArch.py -target {{target}} -timeout {{seconden}}`
|
||||||
|
|
||||||
|
- Schakel debug-modus in voor gedetailleerde uitvoer:
|
||||||
|
|
||||||
|
`getArch.py -target {{target}} -debug`
|
25
pages.nl/common/getnpusers.py.md
Normal file
25
pages.nl/common/getnpusers.py.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# GetNPUsers.py
|
||||||
|
|
||||||
|
> Ga over alle Active Directory accounts met Kerberos pre-authentication uitgeschakeld, die vatbaar kunnen zijn voor AS-REP roasing aanvallen.
|
||||||
|
> Onderdeel van de Impacket suite.
|
||||||
|
> Meer informatie: <https://github.com/fortra/impacket>.
|
||||||
|
|
||||||
|
- Ga over alle gebruikers met Kerberos pre-authentication uitgeschakeld (standaard anonieme enumeration):
|
||||||
|
|
||||||
|
`GetNPUsers.py {{domein}}/ -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}}`
|
||||||
|
|
||||||
|
- Voer AS-REP roasting uit en dump kraakbare hashes voor offline kraking:
|
||||||
|
|
||||||
|
`GetNPUsers.py {{domein}}/ -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}} -request`
|
||||||
|
|
||||||
|
- Authenticeer met valide credentials (als anonieme binding is uitgeschakeld):
|
||||||
|
|
||||||
|
`GetNPUsers.py {{domein}}/{{username}}:{{password}} -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}}`
|
||||||
|
|
||||||
|
- Gebruik pass-the-hash authenticatie in plaats van een wachtwoord:
|
||||||
|
|
||||||
|
`GetNPUsers.py {{domein}}/{{username}} -hashes {{LM_Hash}}:{{NT_Hash}} -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}}`
|
||||||
|
|
||||||
|
- Sla de output op in een bestand:
|
||||||
|
|
||||||
|
`GetNPUsers.py {{domein}}/ -usersfile {{pad/naar/gebruikerslijst}} -dc-ip {{domain_controller_ip}} -request > {{pad/naar/output.txt}}`
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-GetADUsers
|
# impacket-GetADUsers
|
||||||
|
|
||||||
> Dit commando is een alias van `GetADUsers.py`.
|
> Dit commando is een alias van `GetADUsers.py`.
|
||||||
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-getArch
|
# impacket-getArch
|
||||||
|
|
||||||
> Dit commando is een alias van `getArch.py`.
|
> Dit commando is een alias van `getArch.py`.
|
||||||
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-GetNPUsers
|
# impacket-GetNPUsers
|
||||||
|
|
||||||
> Dit commando is een alias van `GetNPUsers.py`.
|
> Dit commando is een alias van `GetNPUsers.py`.
|
||||||
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-GetUserSPNs
|
# impacket-GetUserSPNs
|
||||||
|
|
||||||
> Dit commando is een alias van `GetUserSPNs.py`.
|
> Dit commando is een alias van `GetUserSPNs.py`.
|
||||||
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-mssqlclient
|
# impacket-mssqlclient
|
||||||
|
|
||||||
> Dit commando is een alias van `mssqlclient.py`.
|
> Dit commando is een alias van `mssqlclient.py`.
|
||||||
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
7
pages.nl/common/impacket-rpcdump.md
Normal file
7
pages.nl/common/impacket-rpcdump.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# impacket-rpcdump
|
||||||
|
|
||||||
|
> Dit commando is een alias van `rpcdump.py`.
|
||||||
|
|
||||||
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
`tldr rpcdump.py`
|
7
pages.nl/common/impacket-rpcmap.md
Normal file
7
pages.nl/common/impacket-rpcmap.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# impacket-rpcmap
|
||||||
|
|
||||||
|
> Dit commando is een alias van `rpcmap.py`.
|
||||||
|
|
||||||
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
`tldr rpcmap.py`
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-secretsdump
|
# impacket-secretsdump
|
||||||
|
|
||||||
> Dit commando is een alias van `secretsdump.py`.
|
> Dit commando is een alias van `secretsdump.py`.
|
||||||
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-sniff
|
# impacket-sniff
|
||||||
|
|
||||||
> Dit commando is een alias van `sniff.py`.
|
> Dit commando is een alias van `sniff.py`.
|
||||||
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-sniffer
|
# impacket-sniffer
|
||||||
|
|
||||||
> Dit commando is een alias van `sniffer.py`.
|
> Dit commando is een alias van `sniffer.py`.
|
||||||
> Meer informatie: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- Bekijk de documentatie van het originele commando:
|
- Bekijk de documentatie van het originele commando:
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
|
|
||||||
`copr-cli list-builds {{repository}}`
|
`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}}`
|
`copr-cli buildscm {{repository}} --clone-url {{https://git.example.org/repo}} --spec {{spec_file_name}}`
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
|
|
||||||
- Save output to a file:
|
- 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}}`
|
||||||
|
|
|
@ -22,4 +22,4 @@
|
||||||
|
|
||||||
- Save the output to a file for further analysis:
|
- 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}}`
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-GetADUsers
|
# impacket-GetADUsers
|
||||||
|
|
||||||
> This command is an alias of `GetADUsers.py`.
|
> 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 documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-getArch
|
# impacket-getArch
|
||||||
|
|
||||||
> This command is an alias of `getArch.py`.
|
> 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 documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-GetNPUsers
|
# impacket-GetNPUsers
|
||||||
|
|
||||||
> This command is an alias of `GetNPUsers.py`.
|
> 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 documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-GetUserSPNs
|
# impacket-GetUserSPNs
|
||||||
|
|
||||||
> This command is an alias of `GetUserSPNs.py`.
|
> 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 documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-mssqlclient
|
# impacket-mssqlclient
|
||||||
|
|
||||||
> This command is an alias of `mssqlclient.py`.
|
> 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 documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-rpcdump
|
# impacket-rpcdump
|
||||||
|
|
||||||
> This command is an alias of `rpcdump.py`.
|
> This command is an alias of `rpcdump.py`.
|
||||||
> More information: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- View documentation for the original command:
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-rpcmap
|
# impacket-rpcmap
|
||||||
|
|
||||||
> This command is an alias of `rpcmap.py`.
|
> This command is an alias of `rpcmap.py`.
|
||||||
> More information: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- View documentation for the original command:
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# impacket-secretsdump
|
# impacket-secretsdump
|
||||||
|
|
||||||
> This command is an alias of `secretsdump.py`.
|
> This command is an alias of `secretsdump.py`.
|
||||||
> More information: <https://github.com/fortra/impacket>.
|
|
||||||
|
|
||||||
- View documentation for the original command:
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-sniff
|
# impacket-sniff
|
||||||
|
|
||||||
> This command is an alias of `sniff.py`.
|
> 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 documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# impacket-sniffer
|
# impacket-sniffer
|
||||||
|
|
||||||
> This command is an alias of `sniffer.py`.
|
> 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 documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,15 @@
|
||||||
- Use `mangohud` on top of an application:
|
- Use `mangohud` on top of an application:
|
||||||
|
|
||||||
`mangohud {{command}}`
|
`mangohud {{command}}`
|
||||||
|
|
||||||
|
- Change overlay position:
|
||||||
|
|
||||||
|
`<RightShift F11>`
|
||||||
|
|
||||||
|
- Change overlay verbosity:
|
||||||
|
|
||||||
|
`<RightShift F10>`
|
||||||
|
|
||||||
|
- Toggle overlay visibility:
|
||||||
|
|
||||||
|
`<RightShift F12>`
|
||||||
|
|
Loading…
Add table
Reference in a new issue