Skip to content

XSScope v2.2 - Windows

Latest
Compare
Choose a tag to compare
@kleiton0x00 kleiton0x00 released this 22 Oct 18:48
· 11 commits to master since this release
b4c4d8a

XSScope v2.2 now fully supports Windows OS.

Setup

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

Run XSScope

python3 xsscope.py