Skip to content

Installation

kleiton0x00 edited this page Oct 22, 2020 · 4 revisions

Installation (Linux)

  • Clone the github repository:
    git clone https://github.com/kleiton0x00/XSScope.git

  • Change directory to XSScope folder:
    cd XSScope

  • Make files executable:
    chmod +x *

  • Run setup.sh script: ./setup.sh

  • While running setup.sh you will face this:

[+] Ngrok installed.
[*] Setting up Ngrok Authtoken...
[?] Paste Ngrok Authtoken here:

Where to get Ngrok Authtoken?

  1. Go to Ngrok website
  2. Create a new account
  3. Now Log In with the new account
  4. Go to Ngrok Dashboard ngrok_dashboard
  5. The selected text is your Ngrok Authtoken, copy it and paste into the terminal (setup.sh)
  • After Ngrok is successfully installed and configured, you will be asked to enter your SUDO password in order to install packages and libraries for the software.

Installation (Windows)

  1. Make sure you install Python 3.x and verify if python is installed by executing python3 in CMD
  2. Install XSScope.zip from here and extract it.
  3. Install the required Python modules: python3 -m pip install pyngrok requests pyperclip
  4. Install Ngrok (from https://ngrok.com)
  • Create an account on Ngrok.com and copy the Authtoken.
  • Extract the .zip into XSScope folder.
  • Now open CMD, change directory to XSScope and type: ngrok authtoken your_authtoken_here
  1. Install PHP on your Windows
  • step 1: Install the .zip file from https://windows.php.net/download/
  • step 2: Extract the zip to C:\ named php7
  • step 3: On windows search for Edit the system environment variables and press Enter
  • step 4: When a window pops up, click Environment Variables
  • step 5: On System variables click Path C:\Windows\system32;C:\Wdinwos... and then click Edit...
  • step 6: A new window will pop up, click on New
  • step 7: Enter C:\php7 and click OK
  • Verify if PHP is successfully installed by opening a new CMD and typing php -v.