eto yung script na di kailangan ng monitor mode at external dongle

You do not have permission to view the full content of this post. Log in or register now.
to install
# Update package repository
pkg update && pkg upgrade
# Install required packages
pkg install root-repo -y
pkg install git python wpa-supplicant pixiewps iw openssl -y
# Clone the repository
git clone You do not have permission to view the full content of this post. Log in or register now.
# Navigate to directory
cd wipwn
# Run Python setup script (installs all dependencies)
python3 setup.py install
# Run the tool (launcher installed)
sudo wipwn -i wlan0
# OR
sudo python3 main.py -i wlan0

You do not have permission to view the full content of this post. Log in or register now.
to install
# Update package repository
pkg update && pkg upgrade
# Install required packages
pkg install root-repo -y
pkg install git python wpa-supplicant pixiewps iw openssl -y
# Clone the repository
git clone You do not have permission to view the full content of this post. Log in or register now.
# Navigate to directory
cd wipwn
# Run Python setup script (installs all dependencies)
python3 setup.py install
# Run the tool (launcher installed)
sudo wipwn -i wlan0
# OR
sudo python3 main.py -i wlan0

