iproxy, mdk4, impala, iw-dev: fix Wi-Fi wording, rnm: improve more info link (#18789)

This commit is contained in:
Managor
2025-10-16 11:05:31 +03:00
committed by GitHub
parent 0964a459f9
commit a62d495621
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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:
+2 -2
View File
@@ -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
View File
@@ -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: