/SSScripter

An advanced dedicated scanner to find out Same Site Scripting bugs in web applications.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SSScripter

SSScripter is a advanced scanner to test whether a website is vulnerable to Same-Site Scripting.

Features:

  • Gathers subdomains via bruteforce as well as a public APIs.
  • Checks for heuristics and then goes in for vast scope vulnerabilities.
  • Multiple modules employed in identifying vulnerabilities in broader scope.
  • Less chances of false positives.
  • Has huge subdomain paths (3 different files containing 1000, 2000, 10000).
  • Support for custom subdomains path.

Requirements:

  • tld
  • requests
  • bs4

Usage:

➲ Clone the script and launch it.

git clone https://github.com/the-Infected-Drake/SSScripter.git
cd SSScripter

➲ Install the dependencies.

pip install -r requirements

➲ Launch the script.

python ssscripter.py

➲ Enter the website target.

examplesite.com

➲ Let the scanner load up.

➲ Keep track of changes and bugs.

➲ Report to owners if any bugs found... ; )

Version:

  • v1.1.0

To Do's:

  • Associate multithreading for the better.

Thank you...

✎ @_tID (Team CodeSploit)