-
-
Notifications
You must be signed in to change notification settings - Fork 78
Installation
kleiton0x00 edited this page Oct 22, 2020
·
4 revisions
-
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:
- Go to Ngrok website
- Create a new account
- Now Log In with the new account
- Go to Ngrok Dashboard
- 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.
- Make sure you install Python 3.x and verify if python is installed by executing
python3
in CMD - Install XSScope.zip from here and extract it.
- Install the required Python modules:
python3 -m pip install pyngrok requests pyperclip
- 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
- Install PHP on your Windows
- step 1: Install the .zip file from https://windows.php.net/download/
- step 2: Extract the zip to
C:\
namedphp7
- 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
.