mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
iproxy, mdk4, impala, iw-dev: fix Wi-Fi wording, rnm: improve more info link (#18789)
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
|
||||
`iproxy --udid {{device_udid}} {{local_port}}:{{device_port}}`
|
||||
|
||||
- Bind a local port and forward it to a network-connected device with WiFi sync enabled:
|
||||
- Bind a local port and forward it to a network-connected device with Wi-Fi sync enabled:
|
||||
|
||||
`iproxy --network {{local_port}}:{{device_port}}`
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# mdk4
|
||||
|
||||
> A proof-of-concept tool to exploit common IEEE 802.11 protocol weaknesses.
|
||||
> Note: Exercise extreme caution as this tool can disrupt WiFi networks and disconnect nearby users.
|
||||
> Note: Exercise extreme caution as this tool can disrupt Wi-Fi networks and disconnect nearby users.
|
||||
> See also: `airodump-ng`, `airmon-ng`.
|
||||
> More information: <https://github.com/aircrack-ng/mdk4>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# impala
|
||||
|
||||
> Manage WiFi networks through a TUI.
|
||||
> Manage Wi-Fi networks through a TUI.
|
||||
> More information: <https://github.com/pythops/impala>.
|
||||
|
||||
- Launch `impala` in station mode:
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
|
||||
`sudo iw dev {{wlp}} set type managed`
|
||||
|
||||
- Set device WiFi channel (device must first be in monitor mode with the interface up):
|
||||
- Set device Wi-Fi channel (device must first be in monitor mode with the interface up):
|
||||
|
||||
`sudo iw dev {{wlp}} set channel {{channel_number}}`
|
||||
|
||||
- Set device WiFi frequency in Mhz (device must first be in monitor mode with the interface up):
|
||||
- Set device Wi-Fi frequency in Mhz (device must first be in monitor mode with the interface up):
|
||||
|
||||
`sudo iw dev {{wlp}} set freq {{freq_in_mhz}}`
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
# rnm
|
||||
|
||||
> Bulk Rename Utility.
|
||||
> More information: <https://github.com/neurobin/rnm>.
|
||||
> More information: <https://github.com/neurobin/rnm#basic-options>.
|
||||
|
||||
- Replace a search string with a replacement string in filenames:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user