Skip to content

rabikishanr/x-zone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Phishing tool of PUBG,BGMI and FF EVENT

Disclaimer

Any actions and or activities related to EDU-TOOLKIT are solely your responsibility. The misuse of this toolkit can result in disciplinary action brought against the persons in question. The creators will not be held responsible in the event any consequences arise from individuals misusing this toolkit to break ethical guidelines.

This toolkit contains materials that are meant for educational purposes only. Please refer to the laws and ethical standards in your region before accessing, using, or in any other way utilizing this toolkit.

This Tool is made for educational purposes only. Do not attempt to engage in any illegal or unethical activities with anything contained here. If this is your intention, then refrain from using this toolkit!

It only demonstrates "how certain technologies work". You shall not misuse the information to compromise the security or privacy of others. However, you may explore and learn at your own risk.

Features

  • Latest and updated login pages.
  • Beginners friendly
  • Multiple tunneling options
    • Localhost
    • Cloudflared
    • LocalXpose
  • Docker support

Installation

  • Just, Clone this repository -

    git clone --depth=1 https://github.com/rabikishanr/x-zone.git
    
  • Now go to cloned directory and run x-zone.sh -

    $ cd x-zone
    $ bash x-zone.sh
    
  • On first launch, It'll install the dependencies and that's it. x-zone is installed.

Installation (Termux)

You can easily install x-zone in Termux

$ pkg install git
$ git clone https://github.com/rabikishanr/x-zone.git
$ cd x-zone
$ bash x-zone.sh

A Note :

Termux discourages hacking .. So never discuss anything related to x-zone in any of the termux discussion groups. For more check : wiki

Installation via ".deb" file

  • Download .deb files from the Latest Release

  • If you are using termux then download the *_termux.deb

  • Install the .deb file by executing

    apt install <your path to deb file>
    

    Or

    $ dpkg -i <your path to deb file>
    $ apt install -f
    

Run on Docker

  • Docker Image Mirror:

    • DockerHub :
      docker pull rabikishanr/x-zone
      
    • GHCR :
      docker pull ghcr.io/rabikishanr/x-zone:latest
      
  • By using the wrapper script run-docker.sh

    $ curl -LO https://raw.githubusercontent.com/rabikishanr/x-zone/master/run-docker.sh
    $ bash run-docker.sh
    
  • Temporary Container

    docker run --rm -ti rabikishanr/x-zone
    
    • Remember to mount the auth directory.

Dependencies

x-zone requires following programs to run properly -

  • git
  • curl
  • php

All the dependencies will be installed automatically when you run x-zone for the first time.

Tested on

  • Ubuntu
  • Debian
  • Arch
  • Manjaro
  • Fedora
  • Termux