Skip to content

Installation

kleiton0x00 edited this page Oct 17, 2020 · 4 revisions

Installation

  • 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.

  • Good, now you are ready to go.

Clone this wiki locally