MATA-SERVER is the PHP web server version of the MATA project. Unlike the terminal-based PHP version hosted at MATA Repository, this version provides a web interface for simulating and analyzing website visits through various user agents and referrers. This project is designed for educational purposes and web traffic simulation.
- Web-based interface for managing simulated visits.
- Dynamic user agents and referrer injection for realistic results.
- Progress tracking and detailed logs for each visit.
- Responsive design for mobile and desktop browsers.
- PHP >= 7.4
- cURL extension enabled
- PHP >= 7.4 installed
- Python >= 3.7 for running the request client
- Necessary libraries installed (
requests
for Python)
- Download the source files from this repository.
- Upload the files to your web hosting server.
- Ensure that the server has PHP and the cURL extension enabled.
- Access the application via your browser by navigating to the uploaded directory.
-
Update and install dependencies for Linux:
sudo apt update && sudo apt upgrade -y sudo apt install git sudo apt install python sudo apt install php php-curl -y
For Termux:
pkg update && pkg upgrade -y pkg install git pkg install python pkg install php -y
-
Clone the repository:
git clone https://github.com/wanzxploit/MATA-SERVER.git cd MATA-SERVER
-
Run automated server using python:
pip install requests pip install -r requirements.txt python3 main.py
-
(Optional) Start the server using PHP's built-in server:
php -S localhost:8080
-
Open your browser and navigate to: http://localhost:8080
main.py
: Run PHP to localhost instantly.index.php
: Main PHP script for managing web visits.
For more details, contact Wanz Xploit.
Disclaimer: This tool is strictly for educational purposes and ethical use. Misuse of this tool is prohibited.