Now for the demonstration purpose, we are Kali-Linux(Debian 5.10.13-1kali1) as a virtual interface in VMWare with network setting enabled as NAT Network it will provide the Kali machine with internet access as long as the host machine right here(Windows11) has internet access. We can create a fake access point using the program called Wi Hotspot.
First, we need to install the required dependencies and then start cloning the program from its GitHub repository into our Kali machine. Follow the steps below to install the tool :
build-essential gcc g++ pkg-config
make hostapd libqrencode-dev libpng-dev
gcc gcc-c++ kernel-devel pkg-config
make hostapd qrencode-devel libpng-devel
lakinduakash/linux-wifi-hotspot
sudo make install
Now just type “wihotspot” on the terminal to start using the GUI-based tool.
First, we need to install the required dependencies and then start cloning the program from its GitHub repository into our Kali machine. Follow the steps below to install the tool :
- Installing Dependencies On Ubuntu or any Debian-based distros :
build-essential gcc g++ pkg-config
make hostapd libqrencode-dev libpng-dev
- Installing Dependencies On Fedora/CentOS/Red Hat Enterprise Linux/Rocky Linux/Oracle Linux :
gcc gcc-c++ kernel-devel pkg-config
make hostapd qrencode-devel libpng-devel
- Now to start cloning the program, fire this on your terminal :
lakinduakash/linux-wifi-hotspot
- Now move to the Linux-wifi-hotspot directory and fire the below commands one by one :
sudo make install
Now just type “wihotspot” on the terminal to start using the GUI-based tool.