From a62d495621eac77ef4f52367711285067e8e2822 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:05:31 +0300 Subject: [PATCH] iproxy, mdk4, impala, iw-dev: fix Wi-Fi wording, rnm: improve more info link (#18789) --- pages/common/iproxy.md | 2 +- pages/common/mdk4.md | 2 +- pages/linux/impala.md | 2 +- pages/linux/iw-dev.md | 4 ++-- pages/linux/rnm.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/iproxy.md b/pages/common/iproxy.md index e25190d29a..410585fcb8 100644 --- a/pages/common/iproxy.md +++ b/pages/common/iproxy.md @@ -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}}` diff --git a/pages/common/mdk4.md b/pages/common/mdk4.md index 4f8db7c8ad..d75c2b84ab 100644 --- a/pages/common/mdk4.md +++ b/pages/common/mdk4.md @@ -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: . diff --git a/pages/linux/impala.md b/pages/linux/impala.md index 9a8a057c0a..d30b95dcec 100644 --- a/pages/linux/impala.md +++ b/pages/linux/impala.md @@ -1,6 +1,6 @@ # impala -> Manage WiFi networks through a TUI. +> Manage Wi-Fi networks through a TUI. > More information: . - Launch `impala` in station mode: diff --git a/pages/linux/iw-dev.md b/pages/linux/iw-dev.md index 32fb98d5dd..6e77ff24f7 100644 --- a/pages/linux/iw-dev.md +++ b/pages/linux/iw-dev.md @@ -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}}` diff --git a/pages/linux/rnm.md b/pages/linux/rnm.md index 326b49eda8..f274a5eadc 100644 --- a/pages/linux/rnm.md +++ b/pages/linux/rnm.md @@ -1,7 +1,7 @@ # rnm > Bulk Rename Utility. -> More information: . +> More information: . - Replace a search string with a replacement string in filenames: