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

aireplay-ng: add German translation (#9980)

Co-authored-by: pixel <pixel+github@chrissx.de>
This commit is contained in:
Slotharmy 2023-04-23 13:32:37 +02:00 committed by GitHub
parent 7aeaf9ccb5
commit c7efff5d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
# aireplay-ng
> Pakete in ein WLAN injizieren.
> Teil von `aircrack-ng`.
> Weitere Informationen: <https://www.aircrack-ng.org/doku.php?id=aireplay-ng>.
- Sende eine bestimmten Anzahl an Dissoziation-Paketen mit der MAC-Adresse des Access Points, der MAC-Adresse des Clients und eines Interfaces:
`sudo aireplay-ng --deauth {{anzahl}} --bssid {{ap_mac}} --dmac {{client_mac}} {{interface}}`