Kessi

Regular
Joined
28.09.20
Messages
57
Reaction score
300
Points
18
I hope many of you at least once in life traveled and know the airports, there is Wi-Fi, but it is always pre-authentication (Captive Portal) that asks You to enter your information (phone number, name and other hat), I am personally tired of it (they can use the data entered to spam or get control over your device).

I flew to Germany, I needed to go to TG urgently, but there was no SIM card or mobile connection, so I took out my Kali Linux and off we went.

Configuring it:​

Actually Kali Linux, we will need it to enter commands in the terminal.

Open the terminal and enter the commands one by one (separately):

Installing the utility

Code:
sudo apt -y install sipcalc nmap
Next, we enter our repository:

Code:
wget https://raw.githubusercontent.com/systematicat/hack-captive-portals/master/hack-captive.sh
After that, we also prescribe

Code:
sudo chmod u+x hack-captive.sh
sudo ./hack-captive.sh

Running our utility​

Write this command and our utility will start in the terminal.

Code:
sudo ./hack-captive.sh
We wait for some time and the phrase should appear:

"Pwned! Now you can surf the Internet!"

As soon as you see this phrase, you can safely, safely and without any restrictions use the Wi-Fi you need.
 
Top Bottom