A bash script that generates a modified regulatory.bin from Central Regulatory Domain Agent and Wireles Regulatory Database sources and patches the kernel. This unlocks the maximum WiFi TX power (on 2.4 Ghz) of the region BO according to the dBm value you specify in the script.
In the future I plan to modify the script to allow users to choose a specific region and a frequency range.
txpower
to the desired valuetxpower
to 33
in the scriptchmod +x kali-linux-region-BO-wifi-txpower-unlocker.sh
./kali-linux-region-BO-wifi-txpower-unlocker.sh
'Y'
and press [Enter]
iwconfig
or ifconfig
to determine your wireless interfaceiwconfig
or ifconfig
wlan1
so replace wlan1 with your interface nameifconfig wlan1 down
iw reg set BO
xx
in the script before executing, xx
will be the highest txpower you can set the interface to.iwconfig wlan1 txpower 33
ifconfig wlan1 up
iwconfig
to make sure that the txpower is set to what you desirediwconfig wlan1
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
1.1.1. WiFi服务 1.1.1. WiFi服务 WiFi 网络提供了一个网络检测服务,来判断当前的 WiFi 连接状态,同时这也是运用上述 API 实现的一个 demo,当检测到网络断开时,会通过 dbus 的通信协议向 ams 上报网络断开消息。 wifi_monitor 代码路径: robot/services/wifi_monitor 流程图如下:
wifi-password 可以快速获取系统中保存的 WIFI 密码,这个项目只用于 OS X 系统,Windows 版本请看这里。 安装: curl -L https://raw.github.com/rauchg/wifi-password/master/wifi-password.sh -o ~/bin/wifi-password && chmod +x ~/bin/wifi-password
WiFi Card 是一个将 WiFi 登录详细信息制作成二维码的工具,可以将制作好的二维码打印出来贴在冰箱或墙上,用户扫描二维码即可连接上 WiFi。 开发者承诺 WiFi 信息永远不会发送到服务器。 本地运行 在http://localhost:8080上运行官方 Docker 镜像 make run 在http://localhost:3000上运行实时重载服务器 make dev
Termux-WiFi-Hacking Aktively Maintained! This file was created & modified by ViperZCrew/Rebl0xer Members: MrBlackX/TheMasterCH 0n1cOn3 installing proccess: NOTE: This Script does only work with the Te
WiFi Passview WiFi Passview is an open-source batch script-based program that can recover your WiFi Password easily in seconds. This is for Windows OS only. Basically, this scripted program has the sa
断开与wifi的连接. 请求方式: "|2|2|\r" 返回值: "|2|1|\r" wifi连接状态:wifi断开连接 Arduino样例: softSerial.print("|2|2|\r");