All Projects → hiruna → Wifi Txpower Unlocker

hiruna / Wifi Txpower Unlocker

Licence: gpl-3.0

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Wifi Txpower Unlocker

openwrt-useful-tools
A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
Stars: ✭ 155 (-10.4%)
Mutual labels:  wifi, wireless, kali-linux, kali
Mitmap
📡 A python program to create a fake AP and sniff data.
Stars: ✭ 1,526 (+782.08%)
Mutual labels:  wifi, wireless, kali-linux
Converto
Installing Kali linux on Vps Server
Stars: ✭ 100 (-42.2%)
Mutual labels:  bash-script, kali-linux, kali
Realtek-USB-Wireless-Adapter-Drivers
Realtek USB Wireless Adapter Drivers [0bda:f179] (Kernel 4.15.x ~ 5.9.x)
Stars: ✭ 34 (-80.35%)
Mutual labels:  wifi, wireless, raspberry-pi-3
wifi-deauther
A fully automatic wifi deauther coded in Python
Stars: ✭ 25 (-85.55%)
Mutual labels:  wifi, kali-linux, kali
Unfollow Plus
Automated Instagram Unfollower Bot
Stars: ✭ 79 (-54.34%)
Mutual labels:  kali-linux, kali
Thoron
Thoron Framework is a Linux post-exploitation framework that exploits Linux TCP vulnerability to provide a shell-like connection. Thoron Framework has the ability to create simple payloads to provide Linux TCP attack.
Stars: ✭ 87 (-49.71%)
Mutual labels:  linux-kernel, kali-linux
Wled Wemos Shield
Wemos D1 Mini (ESP8266) or Wemos ESP32 D1 Mini (ESP32) based shield for WLED firmware
Stars: ✭ 105 (-39.31%)
Mutual labels:  wifi, wireless
Raspberry Pi Os
Learning operating system development using Linux kernel and Raspberry Pi
Stars: ✭ 11,000 (+6258.38%)
Mutual labels:  raspberry-pi-3, linux-kernel
Msfpc
MSFvenom Payload Creator (MSFPC)
Stars: ✭ 808 (+367.05%)
Mutual labels:  kali-linux, kali
Catnip
Cat-Nip Automated Basic Pentest Tool - Designed For Kali Linux
Stars: ✭ 108 (-37.57%)
Mutual labels:  kali-linux, kali
Ansible Openwisp2 Imagegenerator
Automatically build several openwisp2 firmware images for different organizations while keeping track of their differences
Stars: ✭ 122 (-29.48%)
Mutual labels:  wifi, wireless
Rtl88x2bu wifi linux v5.2.4.4 26334.20180126 coex20171012 5044
rtl88x2bu driver updated for modern kernels.
Stars: ✭ 55 (-68.21%)
Mutual labels:  wifi, wireless
Hostapd
Script for compiling, patching and packing hostapd from sources
Stars: ✭ 36 (-79.19%)
Mutual labels:  wifi, wireless
Devil
Devil is a tool that is basically made for facebook to Hack target accounts , BruteForce Attack , grab friendlist accounts , yahoo chacker , Facbook Friend information gathering tool , auto likes reactions & much more i hope you enjoy this tool i'm not responsible if you use this tool for any illegal purpose
Stars: ✭ 88 (-49.13%)
Mutual labels:  kali-linux, kali
Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 859 (+396.53%)
Mutual labels:  kali-linux, kali
Qemu Images
A collection of disk images and virtual machines that can be used by the QEMU emulator
Stars: ✭ 145 (-16.18%)
Mutual labels:  kali-linux, kali
Quiver
Quiver is the tool to manage all of your tools for bug bounty hunting and penetration testing.
Stars: ✭ 140 (-19.08%)
Mutual labels:  kali-linux, kali
Wifi Passview
An open source batch script based WiFi Passview for Windows!
Stars: ✭ 157 (-9.25%)
Mutual labels:  wifi, wireless
Probequest
Toolkit for Playing with Wi-Fi Probe Requests
Stars: ✭ 167 (-3.47%)
Mutual labels:  wifi, wireless

wifi-txpower-unlocker

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.

kali-linux-region-BO-wifi-txpower-unlocker.sh

  • Region BO
  • 2.4 Ghz
  • Customized for Kali Linux

ubuntu-region-BO-wifi-txpower-unlocker.sh

  • Same as kali-linux-region-BO-wifi-txpower-unlocker.sh but added dependencies for Ubuntu

arch-linux-region-BO-wifi-txpower-unlocker.sh

  • Region B0
  • 2.4 Ghz
  • Customized for Archlinux (and variants like manjaro)

Tested Devices

  • Raspberry Pi 3 running Kali Linux (with the kali-linux-full metapackage)
  • Virtual Machine running Kali Linux 64 bit
  • Ubuntu 16.04 LTS 64 bit

Usage

Increase TX power

  1. Login as root in Kali Linux
  2. Download arch-...sh or kali-...sh or ubuntu-...sh script (or clone the repo)
  3. Open the script in a text editor and change change the value of the variable txpower to the desired value
  • I set the txpower to 33 in the script
  1. Grant execution permission using Terminal (use ubuntu-...sh script if using Ubuntu)
  • chmod +x kali-linux-region-BO-wifi-txpower-unlocker.sh
  1. Execute the script (use ubuntu-...sh script if using Ubuntu)
  • ./kali-linux-region-BO-wifi-txpower-unlocker.sh
  1. When prompted to reboot type 'Y' and press [Enter]
  2. After rebooting, login as root

Set the txpower of the interface

  1. Run iwconfig or ifconfig to determine your wireless interface
  • iwconfig or ifconfig
  • My wireless interface was wlan1 so replace wlan1 with your interface name
  1. Bring the interface down
  • ifconfig wlan1 down
  1. Set region to BO
  • iw reg set BO
  1. Change the txpower of the interface (again, I chose 33). If you specified xx in the script before executing, xx will be the highest txpower you can set the interface to.
  • iwconfig wlan1 txpower 33
  1. Bring the interface up
  • ifconfig wlan1 up
  1. Use iwconfig to make sure that the txpower is set to what you desired
  • iwconfig wlan1

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].