1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:22:07 +02:00

Merge branch 'main' into kant-patch-1

This commit is contained in:
Wiktor Perskawiec 2025-04-16 16:48:06 +00:00 committed by GitHub
commit 87c23d68a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 132 additions and 43 deletions

View file

@ -1,8 +1,6 @@
# impacket-GetADUsers
> 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:

View file

@ -1,8 +1,6 @@
# impacket-getArch
> 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:

View file

@ -1,8 +1,6 @@
# impacket-GetNPUsers
> 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:

View file

@ -1,8 +1,6 @@
# impacket-GetUserSPNs
> 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:

View file

@ -1,8 +1,6 @@
# impacket-mssqlclient
> 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:

View file

@ -1,7 +1,6 @@
# impacket-secretsdump
> Este comando es un alias de `secretsdump.py`.
> Más información: <https://github.com/fortra/impacket>.
- Vea la documentación del comando original:

View file

@ -1,8 +1,6 @@
# impacket-sniff
> 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:

View file

@ -1,8 +1,6 @@
# impacket-sniffer
> 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:

16
pages.nl/common/,.md Normal file
View 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]}}`

View 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}}`

View 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}}`

View 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`

View 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}}`

View file

@ -1,7 +1,6 @@
# impacket-GetADUsers
> Dit commando is een alias van `GetADUsers.py`.
> Meer informatie: <https://github.com/fortra/impacket>.
- Bekijk de documentatie van het originele commando:

View file

@ -1,7 +1,6 @@
# impacket-getArch
> Dit commando is een alias van `getArch.py`.
> Meer informatie: <https://github.com/fortra/impacket>.
- Bekijk de documentatie van het originele commando:

View file

@ -1,7 +1,6 @@
# impacket-GetNPUsers
> Dit commando is een alias van `GetNPUsers.py`.
> Meer informatie: <https://github.com/fortra/impacket>.
- Bekijk de documentatie van het originele commando:

View file

@ -1,7 +1,6 @@
# impacket-GetUserSPNs
> Dit commando is een alias van `GetUserSPNs.py`.
> Meer informatie: <https://github.com/fortra/impacket>.
- Bekijk de documentatie van het originele commando:

View file

@ -1,7 +1,6 @@
# impacket-mssqlclient
> Dit commando is een alias van `mssqlclient.py`.
> Meer informatie: <https://github.com/fortra/impacket>.
- Bekijk de documentatie van het originele commando:

View 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`

View 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`

View file

@ -1,7 +1,6 @@
# impacket-secretsdump
> Dit commando is een alias van `secretsdump.py`.
> Meer informatie: <https://github.com/fortra/impacket>.
- Bekijk de documentatie van het originele commando:

View file

@ -1,7 +1,6 @@
# impacket-sniff
> Dit commando is een alias van `sniff.py`.
> Meer informatie: <https://github.com/fortra/impacket>.
- Bekijk de documentatie van het originele commando:

View file

@ -1,7 +1,6 @@
# impacket-sniffer
> Dit commando is een alias van `sniffer.py`.
> Meer informatie: <https://github.com/fortra/impacket>.
- Bekijk de documentatie van het originele commando:

View file

@ -15,6 +15,6 @@
`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

@ -18,4 +18,4 @@
- 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

@ -22,4 +22,4 @@
- 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

@ -1,8 +1,6 @@
# 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

@ -1,8 +1,6 @@
# 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

@ -1,8 +1,6 @@
# 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

@ -1,8 +1,6 @@
# 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

@ -1,8 +1,6 @@
# 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

@ -1,7 +1,6 @@
# 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

@ -1,7 +1,6 @@
# 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

@ -1,7 +1,6 @@
# 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

@ -1,8 +1,6 @@
# 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

@ -1,8 +1,6 @@
# 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

@ -6,3 +6,15 @@
- Use `mangohud` on top of an application:
`mangohud {{command}}`
- Change overlay position:
`<RightShift F11>`
- Change overlay verbosity:
`<RightShift F10>`
- Toggle overlay visibility:
`<RightShift F12>`