Skip to content

This is a simple PHP script that automates the process of connecting to the Sabiha Gökçen Airport's wifi network. It interacts with the Wispotter network service by sending GET and POST requests, managing cookies, and performing login/authentication tasks.

License

Notifications You must be signed in to change notification settings

BaseMax/SAW-Internet-Auto-Connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sabiha Airport Wifi Auto Connector (SAW-Internet-Auto-Connector)

This is a simple PHP script that automates the process of connecting to the Sabiha Gökçen Airport's wifi network. It interacts with the Wispotter network service by sending GET and POST requests, managing cookies, and performing login/authentication tasks.

Features

  • Sends multiple HTTP GET and POST requests to interact with the wifi network.
  • Extracts hidden tokens from the response for authentication purposes.
  • Continuously attempts to connect with the wifi network every 20 seconds.

Requirements

  • PHP 7.0 or higher
  • cURL PHP extension
  • Bash shell (for running the Bash script)

Setup

  1. Clone this repository:

    git clone https://github.com/BaseMax/SAW-Internet-Auto-Connector.git
    cd SAW-Internet-Auto-Connector
  2. Make the Bash script executable:

    chmod +x run_script.sh
  3. Ensure your PHP installation has cURL enabled. You can check this by running:

    php -m | grep curl
  4. Run the script:

    ./run_script.sh

This will start the infinite loop, running the connect.php script every 20 seconds.

License

MIT License

Copyright (c) 2024, Max Base

About

This is a simple PHP script that automates the process of connecting to the Sabiha Gökçen Airport's wifi network. It interacts with the Wispotter network service by sending GET and POST requests, managing cookies, and performing login/authentication tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published